gcj/250: getClass() freezes program
osk@hem.passagen.se
osk@hem.passagen.se
Mon May 29 01:00:00 GMT 2000
>Number: 250
>Category: gcj
>Synopsis: getClass() freezes program
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: apbianco
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon May 29 01:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: Oskar Liljeblad
>Release: egcs 2.96 CVS 20000417, libgcj CVS 20000417
>Organization:
>Environment:
Linux 2.2 with libc 2.1
>Description:
When compiling and running the program below,
two things may happen:
it crashes (SEGV)
it freezes - nothing happens, not much CPU use,
interrupting gets out of the program
>How-To-Repeat:
class Dumb {
public Dumb() {
System.out.println(getClass());
}
public static void main(String[] args) {
new Dumb();
}
}
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the Java-prs
mailing list