s3:winbind killed winbind child logs back trace
authorChristian Ambach <christian.ambach@de.ibm.com>
Wed, 10 Nov 2010 17:37:02 +0000 (18:37 +0100)
committerVolker Lendecke <vl@samba.org>
Mon, 22 Nov 2010 12:56:45 +0000 (13:56 +0100)
commit93a19121634bab7f51cee5c5c4e576668b171275
treec113df0293ffe19d9746913d96fa19131ed4fa19
parent95d329e1b97e918b8111a7173c145fe6926dc3c0
s3:winbind killed winbind child logs back trace

change the signal that the winbind parent sends to a children
that timed out answering a request from SIGTERM to SIGXCPU

By adding this differentation, it is possible to dump
a backtrace of the child only in this case, not when winbind
is shutting down
The backtrace is meant as a debug aid to determine what
a child was waiting for when it timed out
source3/winbindd/winbindd.c
source3/winbindd/winbindd_dual.c