blob: 98e86f145c822ab28bfee847a0e6d8a6b6fb5a2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
"signalfd is useless"
https://ldpreload.com/blog/signalfd-is-useless
"Why Bash is like that: Signal propagation" (Ctrl-C sends SIGINT to entire
process group, not just the parent process)
http://www.vidarholen.net/contents/blog/?p=34
"Should you be scared of Unix signals?"
http://jvns.ca/blog/2016/06/13/should-you-be-scared-of-signals/
"Reap zombie processes using a SIGCHLD handler"
http://www.microhowto.info/howto/reap_zombie_processes_using_a_sigchld_handler.html
manpages:
- https://linux.die.net/man/2/waitpid
|