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

Summary: StackOverflowError at java.util.WeakHashMap.getTable
Product: ide Reporter: mahmuddinnf
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: luktar
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227946
Attachments: stacktrace

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