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 271434

Summary: StackOverflowError at java.util.HashMap.hash
Product: ide Reporter: athompson <athompson>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: dr.vivekbhardwaj, zmirc
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230235
Attachments: stacktrace

Description athompson 2017-09-05 20:16:27 UTC
Build: NetBeans IDE Dev (Build 201708210001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Mac OS X

User Comments:
athompson: working with js file




Stacktrace: 
java.lang.StackOverflowError
   at java.util.HashMap.hash(HashMap.java:338)
   at java.util.HashMap.put(HashMap.java:611)
   at java.util.HashSet.add(HashSet.java:219)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1278)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1303)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
Comment 1 athompson 2017-09-05 20:16:28 UTC
Created attachment 165090 [details]
stacktrace