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 271794 - StackOverflowError at java.util.WeakHashMap.getTable
Summary: StackOverflowError at java.util.WeakHashMap.getTable
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-11-13 02:31 UTC by mahmuddinnf
Modified: 2017-11-13 02:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227946


Attachments
stacktrace (93.89 KB, text/plain)
2017-11-13 02:31 UTC, mahmuddinnf
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mahmuddinnf 2017-11-13 02:31:36 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.144-b01, Java(TM) SE Runtime Environment, 1.8.0_144-b01
OS: Windows 10

User Comments:
GUEST: downloading files

GUEST: Background scanning of projects

GUEST: nothing, just opening a project

GUEST: StackOverflowError at java.util.WeakHashMap.getTable

mahmuddinnf: when indexing

GUEST: <???????????????>
??????????

luktar: .




Stacktrace: 
java.lang.StackOverflowError
   at java.util.WeakHashMap.getTable(WeakHashMap.java:350)
   at java.util.WeakHashMap.get(WeakHashMap.java:397)
   at org.openide.util.lookup.InheritanceTree.searchInterface(InheritanceTree.java:871)
   at org.openide.util.lookup.InheritanceTree.lookup(InheritanceTree.java:240)
   at org.openide.util.lookup.DelegatingStorage.lookup(DelegatingStorage.java:174)
   at org.openide.util.lookup.AbstractLookup.lookupItem(AbstractLookup.java:436)
Comment 1 mahmuddinnf 2017-11-13 02:31:39 UTC
Created attachment 165436 [details]
stacktrace