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]

Problem with gcj 3.3


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
 

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