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 - AssertionError: *** pgAccessCount underflow
Summary: AssertionError: *** pgAccessCount underflow
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-09 10:27 UTC by ondrejd
Modified: 2017-03-09 10:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224922


Attachments
stacktrace (1.02 KB, text/plain)
2017-03-09 10:27 UTC, ondrejd
Details

Note You need to log in before you can comment on or make changes to this bug.
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