The Java app I'm developing on Linux is failing when I try to run with native threads. Before I spend a lot of time scratching my head over my own code, I need to ask: The failure is a SIGSEGV (segmentation fault). Should this ever happen as a result of my app's behavior? My inclination is to suspect the JVM. The app runs beautifully with green threads. Nathan Meyers [EMAIL PROTECTED]
- Re: Hitting walls with JDK1.1.7v1a native threads Nathan Meyers
- Re: Hitting walls with JDK1.1.7v1a native threads Xiangzhou wang