On Monday 07 December 2009 11:08:20 am Bryan Murdock wrote:
> If you aren't a Buildbot expert

Never used Buildbot

> just confirm this for me.  There is
> no way for an application (written in python, for example) to register
> a handler for SIGKILL so that it can do some cleanup before exiting,
> correct?

Correct.  Kill is the last resort to obliterate a process that isn't 
responding to anything.  It is not a signal that goes out to the process.  
It is a signal used by the system to tell the system (not the process) to 
kill the process.

If you could trap SIGKILL, then it wouldn't work right and you could write 
unkillable processes, much like Windows.  We definitely don't want to do be 
like Windows.

-- 
Alberto Treviño
BYU Testing Center
Brigham Young University
--------------------
BYU Unix Users Group 
http://uug.byu.edu/ 

The opinions expressed in this message are the responsibility of their
author.  They are not endorsed by BYU, the BYU CS Department or BYU-UUG. 
___________________________________________________________________
List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list

Reply via email to