Displaying 1 result from an estimated 1 matches for "exit_trac".
Did you mean:
  exit_trap
  
2007 Jul 25
2
proc:::exit not firing
...on exits the proc:::exit 
probe doesn''t seem to be firing.
A customer has written a dtrace script that outputs some info whenever 
proc:::exit fires but on occasion (random, no pattern in behaviour) 
dtrace exits without outputting the data.
They are running dtrace via ''dtrace -s exit_trace.d -p <pid>''
Can anyone think of any reason this should be so?
 From my reading of various documents, solaris internals and other spots 
it appears that proc:::exit should ALWAYS be fired regardless of how the 
process ends.
Thanks
   Chris Debenham
The script they are using is as...