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 271376 - 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-27 04:17 UTC by MackSix
Modified: 2018-03-26 13:35 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 230141


Attachments
stacktrace (94.97 KB, text/plain)
2017-08-27 04:17 UTC, MackSix
Details
stacktrace (94.97 KB, text/plain)
2017-11-23 13:41 UTC, Exceptions Reporter
Details
stacktrace (94.97 KB, text/plain)
2017-11-23 13:44 UTC, Exceptions Reporter
Details
stacktrace (94.97 KB, text/plain)
2018-03-26 13:35 UTC, athompson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description MackSix 2017-08-27 04:17:23 UTC
Build: NetBeans IDE Dev (Build 201708260001)
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:
MackSix: Opeing Node.js project first time. Resolve Project Problems come up. Added path to Node.js source code. This happened.




Stacktrace: 
java.lang.StackOverflowError
   at java.util.HashMap.putVal(HashMap.java:628)
   at java.util.HashMap.put(HashMap.java:611)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.getVariables(ModelUtils.java:364)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveSemiTypeCallChain(ModelUtils.java:693)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:533)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
Comment 1 MackSix 2017-08-27 04:17:24 UTC
Created attachment 165017 [details]
stacktrace
Comment 2 Exceptions Reporter 2017-11-02 11:19:19 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=230141
Comment 3 Exceptions Reporter 2017-11-23 13:41:34 UTC
Created attachment 165492 [details]
stacktrace

While scanning my projects.
Comment 4 Exceptions Reporter 2017-11-23 13:44:34 UTC
Created attachment 165493 [details]
stacktrace

While scanning my projects.
Comment 5 athompson 2018-03-26 13:35:46 UTC
Created attachment 165688 [details]
stacktrace

opened web project