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 257194

Summary: AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@814812b Thread dump: Thread-10 java.lang.Object.wait(Native Method) java.lang.Object.wait(Object.java
Product: java Reporter: Exceptions Reporter <exceptions_reporter>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221734
Attachments: stacktrace

Description Exceptions Reporter 2015-12-17 15:38:20 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 RC2 (Build 201510122201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Mac OS X

User Comments:
GUEST: I was just editing source code, changing some method calls to a method in a different class, I believe. I didn't see exactly when this error
showed up in the log, I'm afraid.




Stacktrace: 
java.lang.AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@814812b
Thread dump:
Thread-10
	java.lang.Object.wait(Native Method)
	java.lang.Object.wait(Object.java:502)
	java.lang.UNIXProcess.waitFor(UNIXProcess.java:396)
	org.netbeans.modules.derby.ExecSupport$1.run(ExecSupport.java:102)
Inactive RequestProcessor thread [Was:org.netbeans.modules.versioning.core.VcsVisibilityQueryImplementation/org.netbeans.modules.versioning.core.VcsVisibilityQueryImplementation$RefreshTask]
	java.lang.Object.wait(Native Method)
	org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2002)
GlassFish Status Tasks
	sun.misc.Unsafe.park(Native Method)
	java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
	java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
	java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
	java.util.concurr
   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$DeferredAttrNode$StructuralStuckChecker.canLambdaBodyCompleteNormally(DeferredAttr.java:729)
   at com.sun.tools.javac.comp.DeferredAttr$DeferredAttrNode$StructuralStuckChecker.visitLambda(DeferredAttr.java:668)
   at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1630)
Comment 1 Exceptions Reporter 2015-12-17 15:38:22 UTC
Created attachment 157826 [details]
stacktrace