Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 323061

Summary: Texteditor crashes eclipse due to nullpointer exceptions
Product: [Eclipse Project] Platform Reporter: indy <somik>
Component: IDEAssignee: Platform-UI-Inbox <Platform-UI-Inbox>
Status: RESOLVED NOT_ECLIPSE QA Contact:
Severity: critical    
Priority: P3 CC: remy.suen
Version: 4.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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.