Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 123528 - crash eclipse on linux gtk
Summary: crash eclipse on linux gtk
Status: RESOLVED DUPLICATE of bug 87299
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-11 19:22 EST by Haris Peco CLA
Modified: 2006-01-12 09:42 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Haris Peco CLA 2006-01-11 19:22:04 EST
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
Comment 1 Darin Wright CLA 2006-01-12 09:42:39 EST

*** This bug has been marked as a duplicate of 87299 ***