Re: strace behavior under debian wheezy

2014-03-16 Thread Timo Juhani Lindfors
GALAMBOS Daniel writes: > Are there any way to acquire the signal sender's PID? stap -x $pid /usr/share/doc/systemtap-doc/examples/process/sigmon.stp SIGTERM shows you the process that sends SIGTERM to the process whose PID is $pid. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debia

strace behavior under debian wheezy

2014-03-16 Thread GALAMBOS Daniel
Hi, I currently debugging a system which recieves SIGTERM from unspecified source. Under Ubuntu if I attach an strace -e trace=signal to the process, it prints out the signal sender's UID and PID like: '--- SIGTERM {si_signo=SIGTERM, si_code=SI_USER, si_pid=3469, si_uid=0} ---' Under Debian I can