Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2003 14:43:23 -0800 (PST)
From:      Nick Johnson <freebsd@spatula.net>
To:        freebsd-java@freebsd.org
Subject:   a couple hotspot errors
Message-ID:  <20030227143412.C74143@turing.morons.org>

next in thread | raw e-mail | index | archive | help
Hope this is helpful.  It looks like some of the trouble may be related to
System.arraycopy.  I'll try to get things using java_g to get more useful
debugging output in the future.  When these errors occur, it seems to
pretty much kill the running thread, though the JVM appears to keep going
on doing nothing.

Unexpected Signal : 11 occurred at PC=0x28596cc8
Function name=_Z12value_of_locPP7oopDesc
Library=/usr/local/jdk1.3.1-server/jre/lib/i386/hotspot/libjvm.so

Error: Cannot print dynamic libraries. Function not implemented for
FreeBSD

Local Time = Thu Feb 27 14:03:52 2003
Elapsed Time = -2147483648
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002CC
(blah blah blah)

Here are some other hotspot errors that have popped up as well:

Unexpected Signal : 11 occurred at PC=0x28398635
Function name=_ZNK7oopDesc12is_typeArrayEv
Library=/usr/local/jdk1.3.1-server/jre/lib/i386/hotspot/libjvm.so

Current Java thread:
        at java.lang.System.arraycopy(Native Method)
        at java.lang.String.getChars(String.java:562)
        at java.lang.StringBuffer.append(StringBuffer.java:402)
(snip)
(same error code)

Unexpected Signal : 11 occurred at PC=0x28398635
Function name=_ZNK7oopDesc12is_typeArrayEv
Library=/usr/local/jdk1.3.1-server/jre/lib/i386/hotspot/libjvm.so

Current Java thread:
        at java.lang.System.arraycopy(Native Method)
        at java.lang.String.getChars(String.java:562)
        at java.lang.StringBuffer.append(StringBuffer.java:402)
(snip, same error code)

And one last one, which doesn't seem terribly useful:

Unexpected Signal : 11 occurred at PC=0x2832d49d
Function name=_ZNK8CodeBlob18instructions_beginEv
Library=/usr/local/jdk1.3.1-server/jre/lib/i386/hotspot/libjvm.so

Current Java thread:
(nothing printed here)

-- 
Help me reach my AIDS/Lifecycle fundraising goal: http://go2rider.org/spatula
"The aptly-named morons.org is an obscenity-laced screed..."
	-- Robert P. Lockwood, Catholic League director of research
Nick Johnson, version 2.1                             http://www.spatula.net/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030227143412.C74143>