I will say it is JVM problem if your app is pure java. You should not get
SIGSEGV in your java code.
Fox
Nathan Meyers wrote:
> 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]