Displaying 2 results from an estimated 2 matches for "cld_dump".
Did you mean:
cc_dump
2007 Jul 25
2
proc:::exit not firing
...rintf( "%Y exited by signal. signal=%d, sent by=%s (%d)",
walltimestamp,
last_signal,
last_signal_sender_name,
last_signal_sender_pid );
}
proc:::exit
/pid == $target && args[0] == CLD_DUMPED/
{
printf( "%Y core dump", walltimestamp );
ustack();
}
proc:::exit
/pid == $target && args[0] != CLD_EXITED && args[0] != CLD_KILLED &&
args[0] != CLD_CONTINUED && args[0] != CLD_DUMPED/
{
printf( "%Y stop or cont. statu...
2001 Nov 22
2
Add new user -> swat core dump
...= 27542 [171]
27542: kill(27542, SIGABRT) = 0
27542: Received signal #6, SIGABRT [default]
27542: siginfo: SIGABRT pid=27542 uid=0
27542: *** process killed ***
171: Received signal #18, SIGCLD, in poll() [caught]
171: siginfo: SIGCLD CLD_DUMPED pid=27542 status=0x0006
...[171 is the inetd PID]...
Help would be appreciated,
Pierre
PS: It worked fine with 2.0.7 in the past.