[Merge] lp:~marcustomlinson/process-cpp/clear_sigmask_on_fork into lp:process-cpp

Marcus Tomlinson marcus.tomlinson at canonical.com
Fri Aug 8 07:03:19 UTC 2014


Hey Thomas,

I ran into issues when fork and exec-ing gdbserver with process-cpp because gdbserver needs to monitor its own child signals (specifically SIGCHLD in this situation). If we don't clear the mask on fork, the child inherits them, which caused really weird behaviour with gdbserver.

Does this change seem sane to you?
-- 
https://code.launchpad.net/~marcustomlinson/process-cpp/clear_sigmask_on_fork/+merge/230048
Your team Ubuntu Phablet Team is subscribed to branch lp:process-cpp.



More information about the Ubuntu-reviews mailing list