This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
signal handling
- From: Nic Ferrier <nferrier at tapsellferrier dot co dot uk>
- To: java at gcc dot gnu dot org
- Date: 28 Jan 2002 01:00:49 +0000
- Subject: signal handling
An idle question: apologies if this seems obvious to people.
Something I really like about the Sun VM is the SIGQUIT handling
(sending a SIGQUIT causes interesting status information to be sent to
System.out, interesting stuff like thread stack traces and memory
used).
I was just wondering how I might start to implement something
similar... I presume that I could start by adding a SIGQUIT handler to
the various signal include files (i386-signal.h, etc...)
Is that the right way to go about it? or are those files for hardware
signals only?
Nic