This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Stack traces hang with CVS 3.3 branch on i686-pc-linux-gnu


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/





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]