From owner-freebsd-java@FreeBSD.ORG Fri Oct 20 12:44:22 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org 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 CF45F16A492; Fri, 20 Oct 2006 12:44:22 +0000 (UTC) (envelope-from lists@intricatesoftware.com) Received: from mta5.srv.hcvlny.cv.net (mta5.srv.hcvlny.cv.net [167.206.4.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0637843D45; Fri, 20 Oct 2006 12:44:21 +0000 (GMT) (envelope-from lists@intricatesoftware.com) Received: from [172.16.1.72] (ool-457a77e8.dyn.optonline.net [69.122.119.232]) by mta5.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTP id <0J7F00JG0Q1VQ2D0@mta5.srv.hcvlny.cv.net>; Fri, 20 Oct 2006 08:44:21 -0400 (EDT) Date: Fri, 20 Oct 2006 08:44:15 -0400 From: Kurt Miller In-reply-to: <200610200829.54380.davidxu@freebsd.org> To: freebsd-java@freebsd.org Message-id: <200610200844.15826.lists@intricatesoftware.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline References: <200610180716.15918.davidxu@freebsd.org> <20061019233024.GC12461@misty.eyesbeyond.com> <200610200829.54380.davidxu@freebsd.org> User-Agent: KMail/1.9.5 Cc: David Xu Subject: Re: jdk15 can not pass its Java2D test X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kurt@intricatesoftware.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Oct 2006 12:44:22 -0000 On Thursday 19 October 2006 8:29 pm, David Xu wrote: > On Friday 20 October 2006 07:30, Greg Lewis wrote: > > Hi David, > > > > On Wed, Oct 18, 2006 at 07:16:15AM +0800, David Xu wrote: > > > I have tested its Java2D demo on AMD64 machine, the demo > > > resides in jdk15/work/control/build/bsd-amd64/demo. java crashed > > > when loading its data: > > > > What version of FreeBSD? -CURRENT? > > > > Also, are you using libthr (since you're the author of it :)? > > Yes, using -CURRENT and libthr, but it has same problem with > libpthread. I noticed that you are using the port version of the jdk. Can you install the debug binaries and reproduce with java_g? That will give a better stack trace in the log file. -Kurt