From owner-freebsd-java@FreeBSD.ORG Wed Jul 9 19:51:19 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 46A8E37B401 for ; Wed, 9 Jul 2003 19:51:19 -0700 (PDT) Received: from 141.com (mail.141.com [65.168.139.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52AEC43FBD for ; Wed, 9 Jul 2003 19:51:18 -0700 (PDT) (envelope-from arlankfo@141.com) Date: Wed, 9 Jul 2003 20:54:53 -0600 Message-Id: <200307092054.AA566296692@141.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Andrew Lankford" To: X-Mailer: X-Note: This E-mail was scanned for spam. cc: java@freebsd.org Subject: Some applets fail in Java-1.3.1 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: Thu, 10 Jul 2003 02:51:19 -0000 I've been following both FreeBSD 5.1-CURRENT and jdk-1.3.1 for a while now. Since the last change to the jdk-1.3.1 port (the label for my copy is jdk-1.3.1p8_2 using the NATIVE_BOOTSTRAP compile option), some of the included demo applets (those found in /usr/local/jdk1.3.1/demo/applets), including GraphicsTest, DitherTest, and CardTest, return the following error when you attempt to use appletviewer on them: $ cd CardTest $ appletviewer example1.html 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 SIGABRT 6* abort (generated by abort(3) routine) appletviewer in malloc(): error: recursive call ...and so on until you killall -9 appletviewer. Seems important, anyway.