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 271208 - StackOverflowError at org.netbeans.modules.javascript2.model.api.ModelUtils.findJsObjectByName
Summary: StackOverflowError at org.netbeans.modules.javascript2.model.api.ModelUtils.f...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Reema
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-31 14:53 UTC by alied
Modified: 2018-06-28 08:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229874


Attachments
stacktrace (95.07 KB, text/plain)
2017-07-31 14:53 UTC, alied
Details
Bugfix patch (2.49 KB, application/octet-stream)
2018-06-28 08:28 UTC, Reema
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2017-07-31 14:53:09 UTC
Build: NetBeans IDE Dev (Build 201707310001)
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: switched project group

GUEST: by open start nb with opened files




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.javascript2.model.api.ModelUtils.findJsObjectByName(ModelUtils.java:260)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.searchJsObjectByName(ModelUtils.java:1316)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.searchJsObjectByName(ModelUtils.java:1321)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1289)
   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 alied 2017-07-31 14:53:11 UTC
Created attachment 164869 [details]
stacktrace
Comment 2 Reema 2018-06-28 08:28:42 UTC
Created attachment 165721 [details]
Bugfix patch

If you are using NetBeans sources to run IDE, you may try import this patch. Please provide steps/file if issue is still reproducible.