This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: threads+CNI+SIGINT


Jeff> In a native CNI method, what signal handlers (if any) can I
Jeff> safely install?  Some signals are reserved by boehm-gc and
Jeff> linuxthreads.  Is this documented?  (I know, I'm too
Jeff> lazy/time-crunched to go look for myself.)

This area isn't documented.
You could probably handle any signal that isn't handled by the GC,
LinuxThreads, or by the runtime (the runtime currently handles SIGSEGV,
SIGFPE, and SIGPIPE).

Tom

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