Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363995 - Eclipse causes JVM crash when scrolling
Summary: Eclipse causes JVM crash when scrolling
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.5.1   Edit
Hardware: PC Linux
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-17 00:37 EST by Jessica CLA
Modified: 2011-11-17 09:56 EST (History)
4 users (show)

See Also:


Attachments
JVM error report (84.91 KB, text/x-log)
2011-11-17 00:39 EST, Jessica CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jessica CLA 2011-11-17 00:37:36 EST
Build Identifier: M20090917-0800

Eclipse crashes all the time on my system. It happens every time I try to double-click on a class name in the source code (e.g, public interface Transformation : double-clicking "Transformation" will cause a crash). Sometimes it even crashes when I just scroll through the source. This doesn't just happen with the one file. It doesn't have to be the name of the class that's defined in that file: public Class1 implements Interface1 will crash when I double-click "Interface1"

Reproducible: Always

Steps to Reproduce:
1. Open a project
2. Open a source file
3. Double-click on the name of a class
Comment 1 Jessica CLA 2011-11-17 00:39:35 EST
Created attachment 207123 [details]
JVM error report

An example error file that was produced by double-clicking on a class name in a source file.
Comment 2 Dani Megert CLA 2011-11-17 02:52:39 EST
crash happens in
org.eclipse.swt.internal.mozilla.XPCOM._Call(JJJJJI)I+0
j  org.eclipse.swt.internal.mozilla.XPCOM.Call(JJJJJI)I+17
j
Comment 3 Grant Gayed CLA 2011-11-17 09:56:17 EST
Your build identifier and JRE dump indicate that you're using Eclipse 3.5.1, so updating report's Version field accordingly.

Eclipse/SWT 3.5.1 does not support XULRunner 1.9.2, which is what your OS has according to your JVM dump.  The supported XULRunner versions for each Eclipse/SWT release are listed at http://www.eclipse.org/swt/faq.php#browserlinux .  Upgrading to a newer Eclipse release should make this work better for you.

Closing report since this configuration is not supported by the Eclipse release that's being used.