search for: sigtoproc

Displaying 1 result from an estimated 1 matches for "sigtoproc".

2008 Oct 01
5
ustack()s of SIGSEGV''ed programs
Hi all, I am trying to write a D script which would print ustack() for every program in the system receiving SIGSEGV. All the stacks printed in trap()/sigtoproc() context do not have meaningful symbols. The following solves the problem to some degree but I''d much rather have a self-contained D script. dtrace -w -n ''fbt:genunix:sigtoproc:entry/arg2 == 11/ { self->pid=((proc_t *)arg0)->p_pidp->pid_id; stop(); system("/usr...