Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 323061 - Texteditor crashes eclipse due to nullpointer exceptions
Summary: Texteditor crashes eclipse due to nullpointer exceptions
Status: RESOLVED NOT_ECLIPSE
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows 7
: P3 critical (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-18 12:28 EDT by indy CLA
Modified: 2010-08-18 12:35 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description indy CLA 2010-08-18 12:28:43 EDT
Build Identifier: 20100617-1415

My eclipse installation keeps crashing - I checked the issue with Perm, and made the changes, but it still keeps crashing. The log shows this:

java.lang.NullPointerException
at net.sourceforge.texlipse.spelling.TexSpellingEngine.getSpellChecker(TexSpellingEngine.java:128)
at net.sourceforge.texlipse.spelling.TexSpellingEngine.check(TexSpellingEngine.java:188)
at org.eclipse.ui.texteditor.spelling.SpellingService$1.run(SpellingService.java:104)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.texteditor.spelling.SpellingService.check(SpellingService.java:109)
at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.reconcile(SpellingReconcileStrategy.java:198)
at org.eclipse.jdt.internal.ui.text.spelling.JavaSpellingReconcileStrategy.reconcile(JavaSpellingReconcileStrategy.java:126)
at org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy.initialReconcile(SpellingReconcileStrategy.java:169)
at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.initialReconcile(CompositeReconcilingStrategy.java:114)
at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.initialReconcile(JavaCompositeReconcilingStrategy.java:133)
at org.eclipse.jface.text.reconciler.MonoReconciler.initialProcess(MonoReconciler.java:105)
at org.eclipse.jdt.internal.ui.text.JavaReconciler.initialProcess(JavaReconciler.java:398)
at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:173)

I have Texlipse installed.

Reproducible: Always

Steps to Reproduce:
1. Install the texlipse plugin (texlipse.sourceforge.net)
2. Install Helios, JDK 1.6.0_21
3. Try working for a few minutes
Comment 1 Remy Suen CLA 2010-08-18 12:35:53 EDT
People have reported Eclipse hanging with Texlipse (bug 319098) but I'm not aware of anyone that's reported it causing Eclipse to crash. In any case, please raise this issue with the Texlipse developers.