Stack traces hang with CVS 3.3 branch on i686-pc-linux-gnu
Mohan Embar
gnustuff@thisiscool.com
Sat Mar 29 20:33:00 GMT 2003
Hi People,
My stack traces hang with the current CVS 3.3 branch on i686-pc-linux-gnu.
Is anyone else seeing this or is it just me?
Here is a test program which illustrates this on my machine:
StackTrace.java
---------------
public class StackTrace
{
public static void main(String[] args)
{
throw new RuntimeException("oops");
}
}
compile with:
gcj --main=StackTrace -o StackTrace StackTrace.java
-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/
More information about the Java
mailing list