Segfaulting Java process
- by zenmonkey
I've a java process that is working on some large data set in memory. I've seen it crash with a SIGSEGV signal sometimes, so i was wondering some potential causes and fixes could do.
Caues:
- JVM bug
- Native library bug (e.g pthreads etc)
- JNI bug in user code
Fixes:
- Upgrade to new JVM
In my particular case, this is the output form the log…