This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Stack traces hang with CVS 3.3 branch on i686-pc-linux-gnu
- From: Mohan Embar <gnustuff at thisiscool dot com>
- To: GCJ Java <java at gcc dot gnu dot org>
- Date: Sat, 29 Mar 2003 14:33:10 -0600
- Subject: Stack traces hang with CVS 3.3 branch on i686-pc-linux-gnu
- Reply-to: gnustuff at thisiscool dot com
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/