Community
Participate
Working Groups
Build Identifier: I20100608-0911 Eclipse crashes when writing class definitions. Seems like Eclipse doesn't handle the help window for class. When I write $this->obj; or sometimes just -> after some variable, eclipse tries to show help window for class - yellow window appears for a 1/100 second - and Eclipse crashes. Environment: Ubuntu 10.04, with latest updates to this date In attached file there is output from ./eclipse -consoleLog. "ecom" is the php class in the current file, to what current class is extended. First I tought this is similar error to those of "RenderBadPicture" or Xulrunner, but I didn't found similar error output, so excuse me if this is similar. Reproducible: Always Steps to Reproduce: 1. Open eclipse 2. Try to write $this->obj; in empty or already open project. 3. Repeat 2. if error not happened. For me error happens every first or second time. 4. Eclipse crashes.
Created attachment 173748 [details] output from consolelog Output from ./eclipse -consolelog
After consulting with QA, we need to continue the deep performance auditing to complete the fixes for these issues. Also we need others to help us out with reproduction, obviously there are performance bugs that can't be simulated very easily.
I suggest looking at this bug. https://bugs.eclipse.org/bugs/show_bug.cgi?id=303372 It strongly points to XulRunner as the root problem. I had this problem in JDT with xulrunner-1.9.1 and 1.9.2 installed after my upgrade to Ubuntu 10.04. I removed 1.9.1 and reinstalled 1.9.2 and now everything is peachy. YMMV
*** Bug 338172 has been marked as a duplicate of this bug. ***
This bug is not relevant for me anymore as new OS and Eclipse have appeared long ago without problems described.