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 271791 - StackOverflowError at org.netbeans.modules.javascript2.model.api.ModelUtils.findJsObject
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: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-12 15:28 UTC by djot
Modified: 2018-03-30 15:11 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 230273


Attachments
stacktrace (95.05 KB, text/plain)
2017-11-12 15:28 UTC, djot
Details

Note You need to log in before you can comment on or make changes to this bug.
Description djot 2017-11-12 15:28:44 UTC
Build: NetBeans IDE Dev (Build 201711120002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
GUEST: Background scanning after startup

GUEST: Imported a project with existing sources html5/js

sfatula: Trying to update project to HEAD

GUEST: Just open IDE.

GUEST: ...

rweaver: Looking at files

djot: Not sure, netbeans was just starting up and doing "Background scanning".


Also I tried to add a new product, which all the time crashed when trying to click the "browse" button for files and folder (existing sources)

Also, I then pasted the path instead of clicking the browse button.




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.javascript2.model.api.ModelUtils.findJsObject(ModelUtils.java:201)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.findJsObject(ModelUtils.java:212)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.findJsObject(ModelUtils.java:190)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:549)
   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 djot 2017-11-12 15:28:47 UTC
Created attachment 165434 [details]
stacktrace