From owner-freebsd-java Thu Feb 27 14:43:27 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 610DE37B401 for ; Thu, 27 Feb 2003 14:43:25 -0800 (PST) Received: from turing.morons.org (turing.morons.org [209.237.229.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7B2543FD7 for ; Thu, 27 Feb 2003 14:43:24 -0800 (PST) (envelope-from freebsd@spatula.net) Received: by turing.morons.org (Postfix, from userid 1001) id 94FD2AD8A; Thu, 27 Feb 2003 14:43:24 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by turing.morons.org (Postfix) with ESMTP id 66D13AC1F for ; Thu, 27 Feb 2003 14:43:24 -0800 (PST) Date: Thu, 27 Feb 2003 14:43:23 -0800 (PST) From: Nick Johnson X-X-Sender: spatula@turing.morons.org To: freebsd-java@freebsd.org Subject: a couple hotspot errors Message-ID: <20030227143412.C74143@turing.morons.org> X-what-happen: someone set up us the bomb X-Message-Flags: Spatula MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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