We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc621c5 commit 9a1b095Copy full SHA for 9a1b095
1 file changed
src/mainReadout.cxx
@@ -573,6 +573,7 @@ int Readout::_init(int argc, char* argv[])
573
sigaction(SIGTERM, &signalSettings, NULL);
574
sigaction(SIGQUIT, &signalSettings, NULL);
575
sigaction(SIGINT, &signalSettings, NULL);
576
+ signal(SIGPIPE, SIG_IGN);
577
578
// log startup and options
579
theLog.log(LogInfoSupport_(3001), "Readout " READOUT_VERSION " - process starting, pid %d for role %s", getpid(), occRole.c_str());
0 commit comments