From nobody@FreeBSD.org  Fri Oct 11 06:24:58 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BA0F537B401
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <wataru@dessy.co.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: linux-ibm-jdk core dumps without System.exit()
X-Send-Pr-Version: www-1.0

>Number:         43929
>Category:       java
>Synopsis:       linux-ibm-jdk core dumps without System.exit()
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    phantom
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 11 06:30:01 PDT 2002
>Closed-Date:    Mon Nov 10 02:46:13 PST 2003
>Last-Modified:  Mon Nov 10 02:46:13 PST 2003
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: phantom 
State-Changed-When: Mon Nov 10 02:27:12 PST 2003 
State-Changed-Why:  
Can you please try again on post-4.7 machine and report if problem 
still persits ? 



Responsible-Changed-From-To: freebsd-java->phantom 
Responsible-Changed-By: phantom 
Responsible-Changed-When: Mon Nov 10 02:27:12 PST 2003 
Responsible-Changed-Why:  
I'll track this issue 


http://www.freebsd.org/cgi/query-pr.cgi?pr=43929 
State-Changed-From-To: feedback->closed 
State-Changed-By: phantom 
State-Changed-When: Mon Nov 10 02:45:45 PST 2003 
State-Changed-Why:  
Originator address is invalid.  Close. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=43929 
>Unformatted:
