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 257909 - StackOverflowError at org.netbeans.modules.openide.util.GlobalLookup.current
Summary: StackOverflowError at org.netbeans.modules.openide.util.GlobalLookup.current
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-09 16:32 UTC by Exceptions Reporter
Modified: 2016-02-22 14:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222447


Attachments
stacktrace (102.34 KB, text/plain)
2016-02-09 16:32 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-02-09 16:32:05 UTC
This bug was originally marked as duplicate of bug 133078, 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 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.71-b15, Java(TM) SE Runtime Environment, 1.8.0_71-b15
OS: Windows XP

User Comments:
GUEST: creating project and running it as per tutorial




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.openide.util.GlobalLookup.current(GlobalLookup.java:76)
   at org.openide.util.Lookup.getDefault(Lookup.java:119)
   at org.openide.util.RequestProcessor$Item.<init>(RequestProcessor.java:1763)
   at org.openide.util.RequestProcessor$FastItem.<init>(RequestProcessor.java:1847)
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1506)
   at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1484)
Comment 1 Exceptions Reporter 2016-02-09 16:32:07 UTC
Created attachment 158440 [details]
stacktrace