From owner-freebsd-java@FreeBSD.ORG Sun Jul 13 22:40:09 2003 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8140637B401 for ; Sun, 13 Jul 2003 22:40:09 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FAED43FAF for ; Sun, 13 Jul 2003 22:40:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6E5e8Up059103 for ; Sun, 13 Jul 2003 22:40:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6E5e8A5059102; Sun, 13 Jul 2003 22:40:08 -0700 (PDT) Resent-Date: Sun, 13 Jul 2003 22:40:08 -0700 (PDT) Resent-Message-Id: <200307140540.h6E5e8A5059102@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17CE837B401 for ; Sun, 13 Jul 2003 22:31:57 -0700 (PDT) Received: from 141.com (mail.141.com [65.168.139.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43C6C43FB1 for ; Sun, 13 Jul 2003 22:31:56 -0700 (PDT) (envelope-from arlankfo@141.com) Message-Id: <200307132335.AA1188692254@141.com> Date: Sun, 13 Jul 2003 23:35:30 -0600 From: "Andrew Lankford" To: Subject: java/54463: Apparent bug in 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: Mon, 14 Jul 2003 05:40:09 -0000 >Number: 54463 >Category: java >Synopsis: Apparent bug in jdk13 >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 13 22:40:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Andrew Lankford >Release: FreeBSD 5.1-CURRENT i386 >Organization: N/A >Environment: System: FreeBSD bogushost2 5.1-CURRENT FreeBSD 5.1-CURRENT #8: Wed Jul 9 03:30:5 8 EDT 2003 root@bogushost2:/usr/obj/usr/src/sys/ARL5KERNEL i386 Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-p8-root-030702-01: 23) Classic VM (build 1.3.1-p8-root-030702-01:23, green threads, nojit) (Tried compiling with native threads and got the same results) >Description: Several demo applets included with 1.3.1 make java go into an endless loop $ cd /usr/local/jdk1.3.1/demo/applets/Dithertest/ $ 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 SIGABRT 6* abort (generated by abort(3) routine) ...and so on until you put it out of its misery with a "kill -9". >How-To-Repeat: >Fix: Don't bother trying to run certain graphical applets or applications. >Release-Note: >Audit-Trail: >Unformatted: