From owner-freebsd-current@FreeBSD.ORG Mon May 2 03:45:22 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97FA616A4CE for ; Mon, 2 May 2005 03:45:22 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ED1843D41 for ; Mon, 2 May 2005 03:45:21 +0000 (GMT) (envelope-from lihong.chen@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1372495wri for ; Sun, 01 May 2005 20:45:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=MElJdeJRhfna9T7S93QoqoqDjvQJ3X0lMz+HPaWbU8zudWTYguCpVBynVesc7SE+rfyHmXAIeDUKHr9gPRZwi5xbz6xpVNt+nir7MCWcX9EPJnmH3A3hSBNZKpzmS6lYhzeRxlGBN15vUA8xoCEH6onlQQAK5c9GWvUYuRVPvxM= Received: by 10.54.125.3 with SMTP id x3mr371729wrc; Sun, 01 May 2005 20:45:20 -0700 (PDT) Received: by 10.54.2.75 with HTTP; Sun, 1 May 2005 20:45:20 -0700 (PDT) Message-ID: Date: Mon, 2 May 2005 11:45:20 +0800 From: Lihong Chen To: current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Can not run jdk14 when seting LC_ALL to en_US.UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lihong Chen List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2005 03:45:22 -0000 Hi! I am using 6-current with GNOME 2.10, and my locale is set to en_US.UTF-8. Every time I start java application it will core dump like below: ------------------------------------------------------------ $ java -cp . -jar argouml.jar An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=3D0x35518C2D Function=3DXtWidgetToApplicationContext+0x1D Library=3D/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.X11GraphicsConfig.getColorModel(X11GraphicsConfig.java:2= 12) - locked <0x2cb95088> (a sun.awt.X11GraphicsConfig) at sun.awt.X11SurfaceData.getSurfaceType(X11SurfaceData.java:374) at sun.awt.X11GraphicsConfig.getSurfaceType(X11GraphicsConfig.java:= 116) - locked <0x2cb95088> (a sun.awt.X11GraphicsConfig) at sun.awt.X11SurfaceData.createData(X11SurfaceData.java:292) ------------------------------------------------------------ Today, I tried to set LC_ALL to en_US.ISO8859-1, then the java works well. I don't know why, but I need UTF-8 support for chinese input and output. /Lihong