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 271510 - 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-09-22 17:29 UTC by Exceptions Reporter
Modified: 2018-02-09 09:50 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229862


Attachments
stacktrace (94.96 KB, text/plain)
2017-09-22 17:29 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-09-22 17:29:50 UTC
Build: NetBeans IDE Dev (Build 201709100001)
VM: OpenJDK 64-Bit Server VM, 25.131-b11, OpenJDK Runtime Environment, 1.8.0_131-8u131-b11-2ubuntu1.16.04.3-b11
OS: Linux

User Comments:
GUEST: -

zmirc: just started NetBeans with a few projects loaded

GUEST: ?

rweaver: Changed focus to another app

GUEST: Building a project

rweaver: Not in the IDE again




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.resolveTypeFromSemiType(ModelUtils.java:570)
   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 Exceptions Reporter 2017-09-22 17:29:53 UTC
Created attachment 165162 [details]
stacktrace