Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 2003 13:40:19 +0900
From:      daichi <daichi@freebsd.org>
To:        Shannon -jj Behrens <jj@nttmcl.com>
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: Signal 11: Function=_XmStrings+0x1B3D
Message-ID:  <20030319134019.1620eff8.daichi@freebsd.org>
In-Reply-To: <20030318183116.GA47017@alicia.nttmcl.com>
References:  <20030318183116.GA47017@alicia.nttmcl.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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.<clinit>(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.<init>(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.<init>(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

--
daichi@freebsd.org, http://people.freebsd.org/~daichi/

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?20030319134019.1620eff8.daichi>