Tracing UNIX signal origins?

Posted by jdizzle on Stack Overflow See other posts from Stack Overflow or by jdizzle
Published on 2010-05-13T15:11:29Z Indexed on 2010/05/13 15:24 UTC
Read the original article Hit count: 155

Filed under:
|
|

If I have a process that receives signals from other processes, is there a way for me to somehow tell which process (if any) sent a signal?

strace lets me trace which signals a process has received, but doesn't allow me to trace who issued them.

© Stack Overflow or respective owner

Related posts about linux

Related posts about signals