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 210873 - StackOverflowError at java.util.WeakHashMap.getTable
Summary: StackOverflowError at java.util.WeakHashMap.getTable
Status: RESOLVED DUPLICATE of bug 210481
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-08 13:53 UTC by sunbiz
Modified: 2012-04-11 14:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186790


Attachments
stacktrace (90.21 KB, text/plain)
2012-04-08 13:54 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2012-04-08 13:53:54 UTC
Build: NetBeans IDE Dev (Build 201204080400)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
sunbiz: Started a new installation of Netbeans build 201204080400




Stacktrace: 
java.lang.StackOverflowError
   at java.util.WeakHashMap.getTable(WeakHashMap.java:328)
   at java.util.WeakHashMap.get(WeakHashMap.java:375)
   at org.netbeans.modules.projectapi.LazyLookupProviders$1$1.safeToLoad(LazyLookupProviders.java:120)
   at org.netbeans.modules.projectapi.LazyLookupProviders$1$1.beforeLookup(LazyLookupProviders.java:89)
   at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:208)
   at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:216)
Comment 1 sunbiz 2012-04-08 13:54:03 UTC
Created attachment 117991 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-04-11 14:12:51 UTC

*** This bug has been marked as a duplicate of bug 210481 ***