Community
Participate
Working Groups
this program crash eclipse on linux gtk public class StringTest { public static void main(String[] args) { StringBuffer buffer = new StringBuffer(); for (int i=0;i<30000;i++) buffer.append("a"); System.out.println(buffer.toString()); } } it work fine from command line or on eclipse windows i try with eclipse 3.1.1, eclipse 3.2m4, x 6.8.0 x server 6.9.0 if i add new line after every 10000th (or less) character then it doesn't crash
*** This bug has been marked as a duplicate of 87299 ***