From owner-freebsd-java Tue Dec 3 18:26:31 2002 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 2C1B637B401 for ; Tue, 3 Dec 2002 18:26:30 -0800 (PST) Received: from gddsn.org.cn (ns.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90A8243EBE for ; Tue, 3 Dec 2002 18:26:29 -0800 (PST) (envelope-from wsk@ns.gddsn.org.cn) Received: from mail.gddsn.org.cn (wsk [192.168.168.136]) by gddsn.org.cn (Postfix) with ESMTP id 81C5138CD3D for ; Wed, 4 Dec 2002 10:26:28 +0800 (CST) Message-ID: <3DED67D6.20301@mail.gddsn.org.cn> Date: Wed, 04 Dec 2002 10:26:30 +0800 From: suken woo User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021129 X-Accept-Language: en-us, en MIME-Version: 1.0 To: java@freebsd.org Subject: java get unexpected exception help Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 hello,all: running java demo sample,get the following error messages:how to fixed it? Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-internal-root_02_dec_2002_22_00) Java HotSpot(TM) Client VM (build 1.4.0-internal-root_02_dec_2002_22_00, mixed mode) %bin/java -jar demo/jfc/Java2D/Java2Demo.jar Warning: Cannot convert string "-tlc-song-medium-r-normal--*-140-*-*-c-*-gbk-0" to type FontStruct An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 10 occurred at PC=0x28DA403D Function=XtWidgetToApplicationContext+0x1D Library=/usr/X11R6/lib/libXt.so.6 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:144) at sun.awt.motif.MComponentPeer.init(MComponentPeer.java:190) at sun.awt.motif.MWindowPeer.init(MWindowPeer.java:91) at sun.awt.motif.MFramePeer.(MFramePeer.java:58) at sun.awt.motif.MToolkit.createFrame(MToolkit.java:192) at java.awt.Frame.addNotify(Frame.java:469) - locked <0x43509388> (a java.awt.Component$AWTTreeLock) at java.awt.Window.show(Window.java:433) at java.awt.Component.show(Component.java:1128) at java.awt.Component.setVisible(Component.java:1083) at java2d.Java2Demo.main(Java2Demo.java:444) Error: Cannot print dynamic libraries. Function not implemented for FreeBSD Local Time = Tue Dec 3 23:29:05 2002 Elapsed Time = 7 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.0-internal-root_02_dec_2002_22_00 mixed mode) # # An error report file has been saved as /tmp/hs_err_pid734.log. # Please refer to the file for further information. # Abort To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message