cnc-thesis-project / probeably

Probing tool
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Fix a little bit child callback bug #86

Open peding opened 3 years ago

peding commented 3 years ago

Fixes the bug that parent process doesn't sometimes receive SIGCHLD from a dying child process. The bug that Ctrl-C causing child to die before parent and print "Worker pid blabla exited blabla" can still occur.