This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]