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

Summary: StackOverflowError at java.util.HashMap.putVal
Product: ide Reporter: Exceptions Reporter <exceptions_reporter>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: Ernest001, rweaver, sviatopolk, zmirc
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229862
Attachments: stacktrace

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