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 271774 - StackOverflowError at org.netbeans.modules.javascript2.model.JsObjectImpl.getFullyQualifiedName
Summary: StackOverflowError at org.netbeans.modules.javascript2.model.JsObjectImpl.get...
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-08 22:41 UTC by sfatula
Modified: 2018-03-22 15:26 UTC (History)
11 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229836


Attachments
stacktrace (95.06 KB, text/plain)
2017-11-08 22:41 UTC, sfatula
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sfatula 2017-11-08 22:41:12 UTC
Build: NetBeans IDE Dev (Build 201706050001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Mac OS X

User Comments:
gtzabari: Updated default browser. Exception thrown.

GUEST: every time i try to type any char into this js file, error triggered

khaperets: When started IDE

porcelsl: not sure

GUEST: download de arquivos do ftp.

dimitriu: Loading a newly created laravel project I get this error

sfatula: Was just updating to head

fav_s: problem

Selpi: Got this error during nb startup. Looks like caused by alt-tabbing during project scan.

troodon: scanning

GUEST: NUll Pointer exception

GUEST: Today when after I started netbeans i saw  netbeans update window on load IDE and update of many plugins. In "about" window now appears some "development version"... not 8.2 as it was before.

Every couple seconds i get this kind of error... The IDE wors slow - I can feel it even during coursor runing on file...

GUEST: background scan progects

fav_s: problem while open existing wordpress project

GUEST: all time




Stacktrace: 
java.lang.StackOverflowError
   at org.netbeans.modules.javascript2.model.JsObjectImpl.getFullyQualifiedName(JsObjectImpl.java:365)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.findJsObject(ModelUtils.java:201)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.findJsObject(ModelUtils.java:190)
   at org.netbeans.modules.javascript2.model.api.ModelUtils.resolveTypeFromSemiType(ModelUtils.java:546)
   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 sfatula 2017-11-08 22:41:16 UTC
Created attachment 165420 [details]
stacktrace
Comment 2 sviatopolk 2018-02-20 12:35:17 UTC
See here for a possible workaround.
Commenting due to this being the first result for the error message in Google.

https://netbeans.org/bugzilla/show_bug.cgi?id=271387