This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 252744 - AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DiscardDiagnosticHandler@26a11173 Thread dump: Debugger operator thread java.lang.Object.wait(Native Method) java.lang.Object.w
Summary: AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$Discar...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-02 11:23 UTC by cezariusz
Modified: 2015-06-29 11:18 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217686


Attachments
stacktrace (8.08 KB, text/plain)
2015-06-02 11:23 UTC, cezariusz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cezariusz 2015-06-02 11:23:18 UTC
This bug was originally marked as duplicate of bug 241006, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201505310001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 7

User Comments:
cezariusz: Debugging into JDK sources.




Stacktrace: 
java.lang.AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DiscardDiagnosticHandler@26a11173
Thread dump:
Debugger operator thread
	java.lang.Object.wait(Native Method)
	java.lang.Object.wait(Object.java:502)
	com.sun.tools.jdi.EventQueueImpl.removeUnfiltered(EventQueueImpl.java:189)
	com.sun.tools.jdi.EventQueueImpl.remove(EventQueueImpl.java:96)
	com.sun.tools.jdi.EventQueueImpl.remove(EventQueueImpl.java:82)
	org.netbeans.modules.debugger.jpda.jdi.event.EventQueueWrapper.remove(EventQueueWrapper.java:74)
	org.netbeans.modules.debugger.jpda.util.Operator$1.run(Operator.java:219)
	org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
	org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
	org.netbeans.modules.debugger.jpda.util.Operator$2.run(Operator.java:282)
	java.lang.Thread.run(Thread.java:745)
W32 File Monitor
	com.sun.jna.Native.invokeInt(Native Method)
	com.sun.jna.Function.invoke(Function.java:383)
	com.sun.jna.Function.invoke(Function.java:315)
	
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.util.Assert.check(Assert.java:86)
   at com.sun.tools.javac.util.Log.popDiagnosticHandler(Log.java:481)
   at com.sun.tools.javac.comp.DeferredAttr.attribSpeculative(DeferredAttr.java:397)
   at com.sun.tools.javac.comp.DeferredAttr$2.complete(DeferredAttr.java:282)
   at com.sun.tools.javac.comp.DeferredAttr$DeferredType.check(DeferredAttr.java:248)
Comment 1 cezariusz 2015-06-02 11:23:20 UTC
Created attachment 154009 [details]
stacktrace