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 271139

Summary: StackOverflowError at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType
Product: ide Reporter: alied <alied>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: alied, gargoyle, hmichel, legitalk, MackSix, mdz, mkhramov, p_hoppe, rweaver, terje7601, toben, tt33jack, zmirc
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229780
Attachments: stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace
stacktrace

Description alied 2017-07-21 14:17:13 UTC
Build: NetBeans IDE Dev (Build 201707210001)
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: just starting after update




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:489)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1294)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveAssignments(ModelUtils.java:1262)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1215)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypes(ModelUtils.java:1232)
Comment 1 alied 2017-07-21 14:17:16 UTC
Created attachment 164804 [details]
stacktrace
Comment 2 alied 2017-07-24 17:40:53 UTC
Created attachment 164823 [details]
stacktrace

switched project group
Comment 3 Exceptions Reporter 2017-07-25 11:28:53 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=229780
Comment 4 alied 2017-08-30 21:52:06 UTC
Created attachment 165060 [details]
stacktrace

opening projects
Comment 5 MackSix 2017-09-02 05:37:06 UTC
Created attachment 165075 [details]
stacktrace

Tried to run node.js project Debug from Project context window.
Comment 6 MackSix 2017-09-02 05:52:06 UTC
Created attachment 165080 [details]
stacktrace

Running node.js debugger stepping over lines of code (f8) and this happened.
Comment 7 tt33jack 2018-01-27 15:50:32 UTC
Created attachment 165618 [details]
stacktrace
Comment 8 sviatopolk 2018-02-20 12:35:27 UTC
See here for a possible workaround.
Commenting due to this being the second result for the error message in Google.

https://netbeans.org/bugzilla/show_bug.cgi?id=271387
Comment 9 Michel Graciano 2018-02-26 11:11:27 UTC
Created attachment 165647 [details]
stacktrace

Editing some java and pom files.
Comment 10 Maksim Khramov 2018-04-09 13:08:48 UTC
Created attachment 165698 [details]
stacktrace

Occurs on Resolve npm project izzue