Results 1 to 11 of 11
Thread: JVM crash in Linux
- 05-19-2010, 08:35 AM #1
Member
- Join Date
- May 2010
- Posts
- 4
- Rep Power
- 0
JVM crash in Linux
Hi,
The following error occurred when our application ran in a Linux Server. The RAM capacity is 64GB. The application used only 15GB at the time of crash. So, there should not be a memory issue. The jdk version is jdk1.6.0_03. Can anyone of suggest what would be reason for this error and what can be done to overcome this.
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x0000002a95af6a4e, pid=27143, tid=1177815392
#
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_03-b05 mixed mode)
# Problematic frame:
# V [libjvm.so+0x474a4e]
#
# An error report file with more information is saved as hs_err_pid27143.log
#
# If you would like to submit a bug report, please visit:
# HotSpot Virtual Machine Error Reporting Page
#
Some more details
o Operating system and its specification
Linux version 2.6.9-89.0.9.ELlargesmp (mockbuild@x86-002.build.bos.redhat.com) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-11)) #1 SMP Wed Aug 19 08:12:11 EDT 2009
o Processor details
Intel(R) Xeon(R) CPU E7330 @ 2.40GHz
o Memory
64GB RAM
- 05-19-2010, 08:53 AM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
What is in the file "hs_err_pid27143.log"?
- 05-19-2010, 10:24 AM #3
Member
- Join Date
- May 2010
- Posts
- 4
- Rep Power
- 0
We dont have the file with us. But which would have caused this sudden JVM crash? In most of the forums, they say it is JVM issue, In some, they say Processor Issue.
- 05-19-2010, 11:06 AM #4
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
That log will give you more information. Without that you're only guessing.
- 05-19-2010, 11:49 AM #5
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
All we can say is there was a segmentation fault (null pointer by the looks of it) in the JVM, but whether that was you, the JVM, or the system we can't say.
- 05-20-2010, 12:55 PM #6
Member
- Join Date
- May 2010
- Posts
- 4
- Rep Power
- 0
I have attached "hs_err_pid27143.txt" log you have asked. I went through the log. But it has lot of memory details which I cant understand. Hope anyone of you can understand and confirm where the issue is.
- 05-20-2010, 01:25 PM #7
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
All I can really do is to point you here, and, of course, the link in the error itself.
The document above is 1.5, but somewhere in the same area should be an equivalent for 1.6, and that document itself is still not bad for 1.6
- 05-20-2010, 01:59 PM #8
Member
- Join Date
- May 2010
- Posts
- 4
- Rep Power
- 0
:). Okay.. I will go through the doc. Thanks for your immediate and prompt response.
- 05-20-2010, 08:07 PM #9
Senior Member
- Join Date
- Jan 2009
- Posts
- 671
- Rep Power
- 5
Usually, JVM crashes are caused by 1 of two issues:
- The installed jar/class files were changed while the jvm was running. This happens a lot in development environments where new installs are getting pushed out, or you recompile while you're running
- You are using JNI and your code causes a seg fault.
- 05-21-2010, 08:47 AM #10
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
And this is a seg fault, since that's what a SIGSEGV means doesn't it?
And I took a guess at 0xb implying a null pointer.
- 05-22-2010, 06:16 AM #11
Senior Member
- Join Date
- Jan 2009
- Posts
- 671
- Rep Power
- 5
Similar Threads
-
Linux Shell
By rp181 in forum Advanced JavaReplies: 2Last Post: 01-30-2010, 04:51 AM -
crash on freebsd eclipse 3.4.2 caused by evaluating divide-by-zero
By jmak in forum EclipseReplies: 2Last Post: 08-04-2009, 12:35 AM -
[SOLVED] Windows Linux conflict - TrayIcon image not display in Linux
By Eranga in forum Advanced JavaReplies: 6Last Post: 04-08-2009, 04:05 AM -
Help Making a program not crash
By Lifeis2evil in forum New To JavaReplies: 2Last Post: 12-10-2008, 03:10 AM -
If JNI thread call the java object in another thread, it will crash.
By skaterxu in forum Advanced JavaReplies: 0Last Post: 01-28-2008, 07:02 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks