From owner-freebsd-java Tue Mar 25 7: 9:39 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 09D6B37B401; Tue, 25 Mar 2003 07:09:34 -0800 (PST) Received: from alicia.nttmcl.com (alicia.nttmcl.com [216.69.69.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04E4743FEC; Tue, 25 Mar 2003 07:09:25 -0800 (PST) (envelope-from jj@alicia.nttmcl.com) Received: from alicia.nttmcl.com (localhost [127.0.0.1]) by alicia.nttmcl.com (8.12.5/8.12.5) with ESMTP id h2PF9Pvm099977; Tue, 25 Mar 2003 07:09:25 -0800 (PST) (envelope-from jj@alicia.nttmcl.com) Received: (from jj@localhost) by alicia.nttmcl.com (8.12.5/8.12.5/Submit) id h2PF9PbI099976; Tue, 25 Mar 2003 07:09:25 -0800 (PST) Date: Tue, 25 Mar 2003 07:09:25 -0800 From: Shannon -jj Behrens To: daichi Cc: freebsd-java@freebsd.org Subject: Re: Signal 11: Function=_XmStrings+0x1B3D Message-ID: <20030325150925.GA99617@alicia.nttmcl.com> References: <20030318183116.GA47017@alicia.nttmcl.com> <20030319134019.1620eff8.daichi@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030319134019.1620eff8.daichi@freebsd.org> User-Agent: Mutt/1.4i X-Spam-Status: No, hits=-32.5 required=5.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_MUTT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) 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 Thank you very much for your advice. Unfortunately, the directions below did not work. Notice, I'm using linux-sun-jdk1.4.1, not jdk1.4.1. You probably knew that. I modified the directions accordingly, but they still did not work. Also note that this is a stock 4.8RC2 system that I just built from scratch. I look forward to any additional advice you can offer. Thanks, -jj On Wed, Mar 19, 2003 at 01:40:19PM +0900, daichi wrote: > Uhmm, this looks like the same error reported by Sugimura-san and > Matsuda-san before. > > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=353921+0+archive/2003/freebsd-java/20030316.freebsd-java > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=358974+0+archive/2003/freebsd-java/20030316.freebsd-java > http://docs.freebsd.org/cgi/getmsg.cgi?fetch=429432+0+archive/2003/freebsd-java/20030316.freebsd-java > > Please try unset XMODIFIERS env variable and set MALLOC_OPTIONS env value to > 'aj'. > > % unset XMODIFIERS > % setenv MALLOC_OPTIONS aj > % setenv JAVA_HOME /usr/local/jdk1.4.1/ > % setenv PATH $JAVA_HOME/bin:$PATH > % cd /usr/local/jdk1.4.1/demo/jfc/SwingSet2/ > % java -jar SwingSet2.jar > > > Hi, > > > > I'm getting the following error, and it does not seem to be affected by > > memory usage, so I doubt that it's bad memory. I know that this port isn't > > that stable, but it's worked well for me in the past, and I absolutely need > > 1.4 :-/ > > > > Thanks, > > -jj > > > > Yes, dear? uname -a > > FreeBSD udp.nttmcl.com 4.8-RC2 FreeBSD 4.8-RC2 #0: Sun Mar 16 02:09:14 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386 > > Yes, dear? Yes, dear? ls /var/db/pkg/linux* > > linux-sun-jdk-1.4.1_2 linux_base-6.1_4 > > Yes, dear? javavm -jar SwingSet2.jar > > > > An unexpected exception has been detected in native code outside the VM. > > Unexpected Signal : 11 occurred at PC=0x348BFC4A > > Function=_XmStrings+0x1B3D > > Library=/usr/local/linux-sun-jdk1.4.1/jre/lib/i386/libawt.so > > > > Current Java thread: > > at sun.awt.motif.MToolkit.loadSystemColors(Native Method) > > at java.awt.SystemColor.updateSystemColors(SystemColor.java:417) > > at java.awt.SystemColor.(SystemColor.java:409) > > at sun.awt.motif.MComponentPeer.pSetBackground(Native Method) > > at sun.awt.motif.MPanelPeer.setBackground(MPanelPeer.java:69) > > at sun.awt.motif.MComponentPeer.initialize(MComponentPeer.java:179) > > at sun.awt.motif.MComponentPeer.init(MComponentPeer.java:225) > > at sun.awt.motif.MWindowPeer.init(MWindowPeer.java:93) > > at sun.awt.motif.MFramePeer.(MFramePeer.java:58) > > at sun.awt.motif.MToolkit.createFrame(MToolkit.java:197) > > at java.awt.Frame.addNotify(Frame.java:469) > > - locked <0x2c722300> (a java.awt.Component$AWTTreeLock) > > at java.awt.Window.pack(Window.java:426) > > at SwingSet2.createSplashScreen(SwingSet2.java:662) > > at SwingSet2.(SwingSet2.java:205) > > at SwingSet2.main(SwingSet2.java:237) > > > > Dynamic libraries: > > Can not get information for pid = 949 > > > > Local Time = Tue Mar 18 10:20:41 2003 > > Elapsed Time = 5 > > # > > # The exception above was detected in native code outside the VM > > # > > # Java VM: Java HotSpot(TM) Client VM (1.4.1_02-b06 mixed mode) > > # > > # An error report file has been saved as /tmp/hs_err_pid949.log. > > # Please refer to the file for further information. > > # > > Abort trap -- Hacker is to software engineer as Climbing Mt. Everest is to building a Denny's there. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message