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 268041 - AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DiscardDiagnosticHandler@61210d0c Thread dump: Inactive RequestProcessor thread [Was:Savable Registry/org.openide.util.lookup.Abs
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: 2016-09-15 12:34 UTC by alexx7676
Modified: 2016-09-15 12:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226251


Attachments
stacktrace (15.93 KB, text/plain)
2016-09-15 12:34 UTC, alexx7676
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alexx7676 2016-09-15 12:34:09 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 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Linux

User Comments:
alexx7676: Batch formatting.




Stacktrace: 
java.lang.AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DiscardDiagnosticHandler@61210d0c
Thread dump:
Inactive RequestProcessor thread [Was:Savable Registry/org.openide.util.lookup.AbstractLookup$NotifyListeners]
	java.lang.Object.wait(Native Method)
	org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2002)
AWT-EventQueue-0
	sun.misc.Unsafe.park(Native Method)
	java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
	java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
	java.awt.EventQueue.getNextEvent(EventQueue.java:554)
	java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:170)
	java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
	java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:184)
	java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:229)
	jav
   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.processing.JavacProcessingEnvironment$Round.showDiagnostics(JavacProcessingEnvironment.java:1075)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1131)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1236)
Comment 1 alexx7676 2016-09-15 12:34:12 UTC
Created attachment 162058 [details]
stacktrace