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 271829 - StackOverflowError at java.awt.Toolkit.getEventQueue
Summary: StackOverflowError at java.awt.Toolkit.getEventQueue
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-19 09:56 UTC by Exceptions Reporter
Modified: 2017-11-19 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 166860


Attachments
stacktrace (90.06 KB, text/plain)
2017-11-19 09:56 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-11-19 09:56:15 UTC
This bug was originally marked as duplicate of bug 203197, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201711190002)
VM: Java HotSpot(TM) 64-Bit Server VM, 9.0.1+11, Java(TM) SE Runtime Environment, 9.0.1+11
OS: Windows 10

User Comments:
GUEST: StackOverflowError at java.awt.Toolkit.getEventQueue




Stacktrace: 
java.lang.StackOverflowError
   at java.awt.Toolkit.getEventQueue(Toolkit.java:1457)
   at java.awt.EventQueue.isDispatchThread(EventQueue.java:1050)
   at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.doEvent(NbMutexEventProvider.java:117)
   at org.netbeans.modules.openide.util.NbMutexEventProvider$Event.readAccess(NbMutexEventProvider.java:93)
   at org.netbeans.modules.openide.util.LazyMutexImplementation.readAccess(LazyMutexImplementation.java:89)
   at org.openide.util.Mutex.readAccess(Mutex.java:260)
Comment 1 Exceptions Reporter 2017-11-19 09:56:18 UTC
Created attachment 165468 [details]
stacktrace