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 - StackOverflowError at java.util.HashMap.hash
Summary: StackOverflowError at java.util.HashMap.hash
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-09-05 20:16 UTC by athompson
Modified: 2018-04-25 11:05 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 230235


Attachments
stacktrace (94.90 KB, text/plain)
2017-09-05 20:16 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
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