Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2002 06:24:58 -0700 (PDT)
From:      wataru ohki <wataru@dessy.co.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   java/43929: linux-ibm-jdk core dumps without System.exit()
Message-ID:  <200210111324.g9BDOw3N057687@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210111324.g9BDOw3N057687>