1834391 Members
1722 Online
110066 Solutions
New Discussion

Hotspot VM Error

 
Andy Parsons
New Member

Hotspot VM Error

We recently began testing our Java server application on HP-UX. While it is stable on other VM's, we consistently crash the VM on HP with the following result logged:

#
# HotSpot Virtual Machine Error : 11
# Please report this error to HP customer support.
#
# Java VM: Java HotSpot(TM) VM (1.3.1 1.3.1.02-JPSE_1.3.1.02_20011206 PA2.0 mixed mode)
#

It appears to be a VM bug. Is there anything we can pursue as a workaround besides revertin to "classic" mode?

Detailed log below:

Unexpected Signal : 11 occurred at PC=0xc269cb30
Function name=clone_loop__14PhaseIdealLoopFP13IdealLoopTreeR9Node_List
Library=/var/JuiceServer-2.1.4/server/bin/./../../jre/bin/../lib/PA_RISC2.0/server/libjvm.sl

Current Java thread:
"CompileThread0" daemon prio=10 tid=0x000da910 nid=10 lwp_id=7960 runnable [0x00000000..0x74e00178]

Dynamic libraries:
/var/JuiceServer-2.1.4/server/bin/./../../jre/bin/../bin/PA_RISC2.0/native_threads/java
text:0x00001000-0x00006b2c data:0x00007000-0x00007344
/var/JuiceServer-2.1.4/server/bin/./../../jre/bin/../lib/PA_RISC2.0/server/libjvm.sl
text:0xc2000000-0xc27d3000 data:0x7f714000-0x7f7ca000
/usr/lib/libpthread.1
text:0xc1a60000-0xc1a76000 data:0x7f6c9000-0x7f6cc000
/usr/lib/libm.2
text:0xc02c0000-0xc02ec000 data:0x7f6cc000-0x7f6cd000
/usr/lib/libcl.2
text:0xc1000000-0xc10d7000 data:0x7f6ce000-0x7f6ec000
/usr/lib/libisamstub.1
text:0xc00fe000-0xc00ff000 data:0x7f6cd000-0x7f6ce000
/usr/lib/libCsup.2
text:0xc1260000-0xc127b000 data:0x7f6ec000-0x7f6ef000
/usr/lib/librt.2
text:0xc023c000-0xc0240000 data:0x7f6ef000-0x7f6f0000
/usr/lib/libc.2
text:0xc0100000-0xc022b000 data:0x7f7cf000-0x7f7e6000
/usr/lib/libdld.2
text:0xc0004000-0xc0007000 data:0x7f7ca000-0x7f7cb000
/var/JuiceServer-2.1.4/jre/lib/PA_RISC2.0/native_threads/libhpi.sl
text:0xc0f40000-0xc0f51000 data:0x7f6c8000-0x7f6c9000
/var/JuiceServer-2.1.4/server/bin/./../../jre/bin/../lib/PA_RISC2.0/libverify.sl
text:0xc12f0000-0xc1300000 data:0x7f6b6000-0x7f6b7000
/var/JuiceServer-2.1.4/server/bin/./../../jre/bin/../lib/PA_RISC2.0/libjava.sl
text:0xc1f50000-0xc1f7c000 data:0x7f6b1000-0x7f6b6000
/var/JuiceServer-2.1.4/server/bin/./../../jre/bin/../lib/PA_RISC2.0/libzip.sl
text:0xc1ae0000-0xc1af3000 data:0x7f6ad000-0x7f6af000
/var/JuiceServer-2.1.4/server/bin/./../../jre/bin/../lib/PA_RISC2.0/libnet.sl
text:0xc12e4000-0xc12ed000 data:0x7d17d000-0x7d17e000
/usr/lib/libnss_dns.1
text:0xc00e8000-0xc00ec000 data:0x7d17c000-0x7d17d000
/usr/lib/libnss_nis.1
text:0xc0008000-0xc000e000 data:0x7d17b000-0x7d17c000
/usr/lib/libnsl.1
text:0xc0240000-0xc02bb000 data:0x7462c000-0x746f1000
/usr/lib/libxti.2
text:0xc00b0000-0xc00c5000 data:0x7d172000-0x7d177000
/usr/lib/libnss_files.1
text:0xc002c000-0xc0033000 data:0x7d171000-0x7d172000

Local Time = Wed Feb 6 17:24:18 2002
Elapsed Time = 61
#
# HotSpot Virtual Machine Error : 11
# Please report this error to HP customer support.
#
# Java VM: Java HotSpot(TM) VM (1.3.1 1.3.1.02-JPSE_1.3.1.02_20011206 PA2.0 mixed mode)
#
3 REPLIES 3
Helen French
Honored Contributor

Re: Hotspot VM Error

Hi Andy,

Check this sites for all Java patches and compare it with your system. If you are missing anything download and install it:

http://www.hp.com/products1/unix/java/index.html

HTH,
Shiju

Life is a promise, fulfill it!
harry d brown jr
Honored Contributor

Re: Hotspot VM Error

Andy,

As Shiju has said, check your patches. if you don't have dec 2001 patch bundle installed, then you need too. Personally, I use the custom patch manager to "find" patches for me.

live free or die
harry
Live Free or Die
Chris De Angelis
Frequent Advisor

Re: Hotspot VM Error

Hopefully this problem is resolvable with patches, as advised by the other replies. If there is any native code called by the Java application, you may wish to inspect what's going on there. You might find the debugger (either gdb or dde) to come in handy. Since signal 11 is often a bad pointer access, you can try looking for that if there is native code called by this application and the patches don't make any difference.

If you're still experiencing the problem after all that, then maybe you've really found a bug in the JVM that should be reported to HP.