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 271159 - 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
: P1 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-25 14:02 UTC by alied
Modified: 2018-04-20 08:50 UTC (History)
23 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229818


Attachments
stacktrace (94.91 KB, text/plain)
2017-07-25 14:02 UTC, alied
Details
stacktrace (94.91 KB, text/plain)
2017-07-25 14:10 UTC, alied
Details
stacktrace (94.91 KB, text/plain)
2017-08-11 13:53 UTC, troodon
Details
stacktrace (94.91 KB, text/plain)
2017-08-28 14:13 UTC, athompson
Details
stacktrace (94.91 KB, text/plain)
2017-09-05 20:10 UTC, athompson
Details
stacktrace (94.91 KB, text/plain)
2017-12-29 21:02 UTC, _ tboudreau
Details
stacktrace (94.91 KB, text/plain)
2018-01-03 15:42 UTC, athompson
Details
stacktrace (94.91 KB, text/plain)
2018-01-09 18:55 UTC, cwt137
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2017-07-25 14:02:09 UTC
Build: NetBeans IDE Dev (Build 201707250001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.141-b15, Java(TM) SE Runtime Environment, 1.8.0_141-b15
OS: Linux

User Comments:
alied: loading a web project




Stacktrace: 
java.lang.StackOverflowError
   at java.util.HashMap.putVal(HashMap.java:628)
   at java.util.HashMap.put(HashMap.java:611)
   at java.util.HashSet.add(HashSet.java:219)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:639)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
Comment 1 alied 2017-07-25 14:02:13 UTC
Created attachment 164828 [details]
stacktrace
Comment 2 alied 2017-07-25 14:10:52 UTC
Created attachment 164829 [details]
stacktrace

loading a web app. Just switched project group
Comment 3 Exceptions Reporter 2017-08-07 06:58:57 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=229818
Comment 4 troodon 2017-08-11 13:53:00 UTC
Created attachment 164930 [details]
stacktrace

scanning
Comment 5 athompson 2017-08-28 14:13:05 UTC
Created attachment 165033 [details]
stacktrace

switched branches
Comment 6 athompson 2017-09-05 20:10:08 UTC
Created attachment 165089 [details]
stacktrace

opened js file
Comment 7 Exceptions Reporter 2017-12-17 11:27:34 UTC
This bug already has 50 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=229818
Comment 8 _ tboudreau 2017-12-29 21:02:00 UTC
Created attachment 165600 [details]
stacktrace

Used switch project to ecma 7 action
Comment 9 athompson 2018-01-03 15:42:50 UTC
Created attachment 165606 [details]
stacktrace

switched git branch
Comment 10 cwt137 2018-01-09 18:55:52 UTC
Created attachment 165609 [details]
stacktrace

started a new nodejs project outside of IDE