Results 1 to 4 of 4
Does anyone have any idea what could be causing this java crash.
I happens when I launch a Java application. It will launch but then after about 10 minutes of ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-09-2011 #1Just Joined!
- Join Date
- Jul 2011
- Posts
- 34
Java Crash
Does anyone have any idea what could be causing this java crash.
I happens when I launch a Java application. It will launch but then after about 10 minutes of using the program it crashes...not sure what is causing it.
Package: java-1.6.0-sun-1.6.0.26-1jpp.1.el6
Latest Crash: Fri 09 Sep 2011 01:19:29 PM
Command: /usr/lib/jvm/java-1.6.0-sun-1.6.0.26.x86_64/jre/bin/java -Xmx512m -Xms128m -Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true -Dswing.noxp=true -Xbootclasspath/a:/usr/lib/jvm/java-1.6.0-sun-1.6.0.26.x86_64/jre/lib/javaws.jar:/usr/lib/jvm/java-1.6.0-sun-1.6.0.26.x86_64/jre/lib/deploy.jar:/usr/lib/jvm/java-1.6.0-sun-1.6.0.26.x86_64/jre/lib/plugin.jar -classpath /usr/lib/jvm/java-1.6.0-sun-1.6.0.26.x86_64/jre/lib/deploy.jar '-Djnlpx.vmargs=\"-Xmx512m -Xms128m -Dsun.java2d.d3d=false -Dsun.java2d.noddraw=true -Dswing.noxp=true\"' -Djnlpx.jvm=/usr/lib/jvm/java-1.6.0-sun-1.6.0.26.x86_64/jre/bin/java -Djnlpx.splashport=34706 -Djnlpx.home=/usr/lib/jvm/java-1.6.0-sun-1.6.0.26.x86_64/jre/bin -Djnlpx.remove=false -Djnlpx.offline=false -Djnlpx.relaunch=true -Djnlpx.heapsize=134217728,536870912 -Djava.security.policy=file:/usr/lib/jvm/java-1.6.0-sun-1.6.0.26.x86_64/jre/lib/security/javaws.policy -DtrustProxy=true -Xverify:remote -Dsun.awt.warmup=true com.sun.javaws.Main /home/btrontvet/.java/deployment/cache/6.0/56/3f3bc938-7001f6f0
Reason: Process /usr/lib/jvm/java-1.6.0-sun-1.6.0.26.x86_64/jre/bin/java was killed by signal 6 (SIGABRT)
Comment: None
Bug Reports:
- 09-10-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,160
You should probably move this thread to the "Programming / Scripting" forum.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 09-10-2011 #3I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 09-13-2011 #4Just Joined!
- Join Date
- Mar 2007
- Location
- Bogotá, Colombia
- Posts
- 43
Well, the signal 6 is sent when a critical error is detected. It is usually due to an error in the code when you use a function of a library the wrong way, like when you try to assign touchy memory addresses with malloc() or something like that.
However, I can think of no reason as to why Java sent the signal. Perhaps the Java Runtime Environment is somehow corrupted or outdated
I hope this helps...


Reply With Quote

