Operating System - HP-UX
1825882 Members
2850 Online
109689 Solutions
New Discussion

JVM core dump during Class.getMethod()

 
Chris Atkins_1
Occasional Contributor

JVM core dump during Class.getMethod()

I recently had the JVM core dump with unexpected signal 11 while performing a Class.getMethod() call. The core information follows:

Unexpected Signal : 11 occurred at PC=0xC37FDAD0
Function=equals__16java_lang_StringSFP7oopDescPUsi
Library=/opt/java1.4/jre/lib/PA_RISC2.0/server/libjvm.sl

Current Java thread:
"Thread-3" daemon prio=7 tid=0x000841e0 nid=20 lwp_id=7574215 runnable [0x6fff60
00..0x6fff6530]
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:1648)
at java.lang.Class.privateGetPublicMethods(Class.java:1676)
at java.lang.Class.getMethod0(Class.java:1765)
at java.lang.Class.getMethod(Class.java:963)
at org.jacorb.orb.connection.Client_TCP_IP_Transport.close(Unknown Sourc
e)
- locked <0x74a346b0> (a org.jacorb.orb.connection.Client_TCP_IP_Transpo
rt)
at org.jacorb.orb.connection.TCP_IP_Transport.readToBuffer(Unknown Sourc
e)
at org.jacorb.orb.connection.TCP_IP_Transport.getMessage(Unknown Source)
at org.jacorb.orb.connection.GIOPConnection.receiveMessages(Unknown Sour
ce)
at org.jacorb.orb.connection.MessageReceptor.doWork(Unknown Source)
at org.jacorb.util.threadpool.ConsumerTie.run(Unknown Source)
at java.lang.Thread.run(Thread.java:536)

Dynamic libraries:

Local Time = Thu Feb 19 17:44:10 2004
Elapsed Time = 109728
#
# HotSpot Virtual Machine Error : 11
# Please report this error to HP customer support.
#
# Java VM: Java HotSpot(TM) VM (1.4.1 1.4.1.05-030910-02:49-PA_RISC2.0 PA2.0 mix
ed mode)


Can anyone offer any insight on how to resolve this issue? None of the patches appear to address this.

How would one report this to HP Support?
1 REPLY 1
ranganath ramachandra
Esteemed Contributor

Re: JVM core dump during Class.getMethod()

the jvm folks can be contacted at java @ india.hp.com . they should be able to help you with this.
 
--
ranga
hp-ux 11i v3[i work for hpe]

Accept or Kudo