You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix segfault in primary server device upon termination signal
Apparently the Run function continues after a signal was
received which lead to an interrupt in the ZMQ Receive function.
Now detecting this situation and initiating clean shutdown ourselfs.
Fixes https://alice.its.cern.ch/jira/browse/O2-2367
0 commit comments