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

Summary: 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
Product: java Reporter: alexx7676 <alexx7676>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226251
Attachments: stacktrace

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