Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.0.12
-
None
-
2018-07, 2018-08
Description
WESplitterApp::setupSignalHandlers() has an incorrect mapping of SIGPIPE to the SIGHUP handler. SIGPIPE is intended to be ignored and SIGHUP causes an immediate kill. The incorrect mapping causes SIGPIPE to incorrectly kill the process.