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 271340 - StackOverflowError at java.util.HashMap.putVal
Summary: StackOverflowError at java.util.HashMap.putVal
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-21 20:50 UTC by athompson
Modified: 2017-08-21 20:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230095


Attachments
stacktrace (94.91 KB, text/plain)
2017-08-21 20:50 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description athompson 2017-08-21 20:50:20 UTC
Build: NetBeans IDE Dev (Build 201708210001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+181, Java(TM) SE Runtime Environment, 9+181
OS: Mac OS X

User Comments:
athompson: nothing




Stacktrace: 
java.lang.StackOverflowError
   at java.util.HashMap.putVal(HashMap.java:630)
   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-08-21 20:50:21 UTC
Created attachment 164984 [details]
stacktrace