From owner-freebsd-java@FreeBSD.ORG Wed May 14 16:56:46 2003 Return-Path: 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 B1F6237B401 for ; Wed, 14 May 2003 16:56:46 -0700 (PDT) Received: from 141.com (mail1.141.com [65.168.139.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCAD843F3F for ; Wed, 14 May 2003 16:56:45 -0700 (PDT) (envelope-from arlankfo@141.com) Date: Wed, 14 May 2003 18:00:05 -0600 Message-Id: <200305141800.AA860619022@141.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Andrew Lankford" To: X-Mailer: Subject: While we're on the subject of jdk13 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: arlankfo@141.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 23:56:47 -0000 While we're on the subject of jdk13, I've noticed that some of the example applets on my latest build of jdk1.3 will lock up. cd /usr/local/jdk13/demo/applets/GraphicsTest appletviewer example1.html will draw a window and then return this: appletviewer in free(): error: chunk is already free SIGABRT 6* abort (generated by abort(3) routine) appletviewer in malloc(): error: recursive call SIGABRT 6* abort (generated by abort(3) routine) appletviewer in malloc(): error: recursive call ....and so on... This also happens with Dithertest, CardTest, and GraphLayout. I built it using portupgrade, and I think the only option I used was NATIVE_BOOTSTRAP. FreeBSD bogushost2 5.1-BETA FreeBSD 5.1-BETA #21: Wed May 7 23:40:40 EDT 2003 root@bogushost2:/usr/obj/usr/src/sys/ARL5KERNEL i386 Hope this helps, Andrew Lankford