Does SIGKILL
get called on a unix thread when it terminates?
I'm monitoring an application which might be using a threadpool and registering a SIGKILL
handler with a printf
shows nothing. I'm trying to understand if there's a threadpool involved or not (if there is, the threads are never terminated and it makes sense not to read any output at all).