I periodically get a crash in the JVM on Linux (Ubuntu Egdy) while running NetBeans 6.0 m9 on JDK 6u1. This happens fairly regularly with about 30-90 minutes of use. It fails on JDK 6 as well. My project contains only 4 Java files, and when it dies, it's always when I am building (compiling) the project. I'm running with the concurrent garbage collector, using the following options:
-Xms64m -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=256m -Dnetbeans.logger.console=true -ea -Dapple.laf.useScreenMenuBar=true -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled
Here is a pointer to the hs_err* file, the Linux core file, and the output from netbeans (although that probably won't help much):
http://beethoven.sfbay.sun.com/nb-crash/2007-05-29
Btw, I plan to go back to the standard garbage collector and see if it happens again. I'll post the results of that experiment.
-Xms64m -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=256m -Dnetbeans.logger.console=true -ea -Dapple.laf.useScreenMenuBar=true -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled
Here is a pointer to the hs_err* file, the Linux core file, and the output from netbeans (although that probably won't help much):
http://beethoven.sfbay.sun.com/nb-crash/2007-05-29
Btw, I plan to go back to the standard garbage collector and see if it happens again. I'll post the results of that experiment.
- duplicates
-
JDK-6798898 CMS: bugs related to class unloading
- Resolved
- relates to
-
JDK-5093457 CMS: crash in nightly RT_QUICK tests 8/26/04 "Adding a bad referent"
- Resolved
-
JDK-6588423 JVM crash in client compiler
- Closed
-
JDK-6598709 JVM 1.5.0_12-b04 randomly crashes while running automated test on NetBeans IDE
- Closed
-
JDK-6609706 NetBeans automated test crash in CMS with 5.0u14 HS baseline
- Closed
-
JDK-6681372 64-bit VM CompilerThread received SEGV in ciObjectFactory::find_non_perm()
- Closed
(1 relates to)