Community
Participate
Working Groups
What steps will reproduce the problem? 1. Unknown -- Error Details -- Date: Mon Dec 13 03:51:07 CST 2010 Message: An internal error occurred during: "Processing Dirty Regions". Severity: Error Product: Eclipse 1.3.1.20100913-1228 (org.eclipse.epp.package.php.product) Plugin: org.eclipse.core.jobs Session Data: eclipse.buildId=M20100909-0800 java.version=1.6.0_20 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US Framework arguments: -product org.eclipse.epp.package.php.product Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.php.product Exception Stack Trace: java.lang.NullPointerException at org.eclipse.wst.sse.ui.internal.style.SemanticHighlightingReconciler.reconcile(SemanticHighlightingReconciler.java:115) at org.eclipse.wst.sse.ui.internal.reconcile.DocumentRegionProcessor.endProcessing(DocumentRegionProcessor.java:119) at org.eclipse.wst.sse.ui.internal.reconcile.DirtyRegionProcessor.run(DirtyRegionProcessor.java:682) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Does this bug relate to WST?
Created attachment 185620 [details] patch Although there are no known steps to reproduce this, from stacktrace it is clear that it happens due to null document.Not sure how this got set to null , but a simple check should avoid this problem.
Code checked into 3.2.3 and HEAD.
*** Bug 332419 has been marked as a duplicate of this bug. ***