Problem with gcj 3.3

Øyvind Harboe oyvind.harboe@zylin.com
Tue Feb 25 09:46:00 GMT 2003


My app no longer works when compiled with GCJ 3.3, and I'm a bit stuck as to creating a small reproduceable case.
 
Here are the pieces to the puzzle I've got so far:
 
-  The below is part of a big program. 
 
System.out.println("1");

String t= "purgeBuffer 2c" + l; // hangs here

System.out.println("2");
 
- My .exe is now stuck using 100% CPU
 
- The problem shifts around when I modify my app, but it appears to consistently happen during string handling
 
 
 
 
Øyvind
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://gcc.gnu.org/pipermail/java/attachments/20030225/a1c3b8b2/attachment.htm>


More information about the Java mailing list