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 270033

Summary: AssertionError: *** pgAccessCount underflow
Product: ide Reporter: ondrejd
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224922
Attachments: stacktrace

Description ondrejd 2017-03-09 10:27:49 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Linux

User Comments:
GUEST: I had Java projects open, files open in the editor, heirarchy frame open. I was not actively doing anything at the time of the error. I ran java with -ea and -esa .

ondrejd: I created custom plugin which opens tab with embedded web browser.




Stacktrace: 
java.lang.AssertionError: *** pgAccessCount underflow
   at javafx.scene.Scene.impl_setAllowPGAccess(Scene.java:467)
   at javafx.scene.web.WebView.handleStagePulse(WebView.java:1003)
   at javafx.scene.web.WebView.lambda$new$29(WebView.java:280)
   at com.sun.javafx.tk.Toolkit.lambda$runPulse$30(Toolkit.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at com.sun.javafx.tk.Toolkit.runPulse(Toolkit.java:354)
Comment 1 ondrejd 2017-03-09 10:27:52 UTC
Created attachment 163803 [details]
stacktrace