Subject: pkg/21800: JDK14 still hanging on current
To: None <gnats-bugs@gnats.netbsd.org>
From: Mark Davies <mark@mcs.vuw.ac.nz>
List: netbsd-bugs
Date: 06/06/2003 01:55:52
>Number:         21800
>Category:       pkg
>Synopsis:       sun-jdk14 still hanging on current
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 05 13:56:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Davies
>Release:        NetBSD 1.6T 28/5/2003
>Organization:
Dept. of Comp. Sci., Victoria Uni. of Wellington, New Zealand.
>Environment:
	
	
System: NetBSD lap1.home.vuw.ac.nz 1.6T NetBSD 1.6T (MCS_GEN_LAPTOP) #0: Thu May 29 11:35:47 NZST 2003 mark@lap1.home.vuw.ac.nz:/mnt/SAVE/build.obj/mnt/src/src/sys/arch/i386/compile/MCS_GEN_LAPTOP i386
Architecture: i386
Machine: i386
>Description:
	The sun-jdk14 still hangs (high cpu, wont SIGTERM) under some easy to produce
	circumstances relating to raising exceptions.
>How-To-Repeat:
	The following code fragment:

public class Test {
    static Object[] o;
    public static void main(String[] args) {
	int i = o.length;
    }
}


when run on Solaris or Tru64 produces a java.lang.NullPointerException.
when run on NetBSD-current it hangs.

Note that I don't think this is the same problem as in PR 20085 as I can't
reproduce that problem on this machine.
	
>Fix:
	Don't know.
	
>Release-Note:
>Audit-Trail:
>Unformatted: