Re: 1.3, kernel 2.6, signals

2004-03-17 Thread nicole
Ah, the IBM JDK was holding the signals for the JVM, that explains why that didn't work (had to use -Xrs). Works with 2.6: IBM 1.3.1-6 (with -Xrs) Sun 1.4.2_03 (no -Xrs) Does Not Work with 2.6: Blackdown 1.3.1 Sun 1.3.1_10 Sun 1.3.1_11 Untested: Blackdown 1.4.x IBM 1.4.x Everything tested work

Re: 1.3, kernel 2.6, signals

2004-03-17 Thread nicole
The IBM JRE did not appear to catch the signals at all, they get passed right through and kill the application. Once I have something that tests the signals exclusively, hopefully I can test all three of the JVMs and see what happens. At 12:13 on Mar 16, Tony Reix shook the earth with: > Hi Nico

Re: 1.3, kernel 2.6, signals

2004-03-17 Thread nicole
No, I haven't tried the IBM JVM. That's a good idea. At 12:13 on Mar 16, Tony Reix shook the earth with: > Hi Nicole, > > { ... > { I will be constructing a basic application that just does the signal > { handling similar to my application so I can use it to test. > > Seems your problem is not e