From owner-freebsd-java Fri Oct 11 6:30: 5 2002 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 8E27B37B401 for ; Fri, 11 Oct 2002 06:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4231443E9E for ; Fri, 11 Oct 2002 06:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9BDU2Co002827 for ; Fri, 11 Oct 2002 06:30:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9BDU2at002826; Fri, 11 Oct 2002 06:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA0F537B401 for ; Fri, 11 Oct 2002 06:24:58 -0700 (PDT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C6A843E88 for ; Fri, 11 Oct 2002 06:24:58 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9BDOw7R057688 for ; Fri, 11 Oct 2002 06:24:58 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g9BDOw3N057687; Fri, 11 Oct 2002 06:24:58 -0700 (PDT) Message-Id: <200210111324.g9BDOw3N057687@www.freebsd.org> Date: Fri, 11 Oct 2002 06:24:58 -0700 (PDT) From: wataru ohki To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: java/43929: linux-ibm-jdk core dumps without System.exit() Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 43929 >Category: java >Synopsis: linux-ibm-jdk core dumps without System.exit() >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 11 06:30:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: wataru ohki >Release: 4.6.2 & 4-STABLE >Organization: >Environment: linux-ibm-jdk-1.3.1_2 linux_base-7.1_1 javavmwrapper-1.4 >Description: if run the class without System.exit() with linux-ibm-jdk's java command, couldn't exit normally and core dumped. If compile .java with jikes(1.16_3), same error occured. get normal exit without System.exit() if run with sun's jdk-1.3.1 or on Redhat >How-To-Repeat: run java like this public class Test{ public static void main(String[] args){ System.out.println("running"); // System.exit(0); } } >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message