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 267376 - AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@55be8bfc Thread dump: Thread-3187 java.net.SocketInputStream.socketRead0(Native Method) java.net.Sock
Summary: AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$Deferr...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-01 08:34 UTC by Exceptions Reporter
Modified: 2016-08-01 08:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225533


Attachments
stacktrace (3.81 KB, text/plain)
2016-08-01 08:34 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-08-01 08:34:38 UTC
This bug was originally marked as duplicate of bug 239412, 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.0.2 (Build 201409082112)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Linux

User Comments:
GUEST: edit




Stacktrace: 
java.lang.AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@55be8bfc
Thread dump:
Thread-3187
	java.net.SocketInputStream.socketRead0(Native Method)
	java.net.SocketInputStream.read(SocketInputStream.java:152)
	java.net.SocketInputStream.read(SocketInputStream.java:122)
	sun.security.ssl.InputRecord.readFully(InputRecord.java:442)
	sun.security.ssl.InputRecord.read(InputRecord.java:480)
	sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:934)
	sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1332)
	sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1359)
	sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1343)
	sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
	sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
	sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:153)
	org.netbean
   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.api.JavacTaskImpl.attributeTree(JavacTaskImpl.java:765)
   at org.netbeans.api.java.source.TreeUtilities.attributeTree(TreeUtilities.java:663)
   at org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.type(JavaCodeTemplateProcessor.java:698)
Comment 1 Exceptions Reporter 2016-08-01 08:34:40 UTC
Created attachment 161509 [details]
stacktrace