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 245767 - StackOverflowError at java.util.HashMap.inflateTable
Summary: StackOverflowError at java.util.HashMap.inflateTable
Status: RESOLVED DUPLICATE of bug 246874
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-17 19:04 UTC by Petr Jiricka
Modified: 2014-09-05 08:46 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 210762


Attachments
stacktrace (91.99 KB, text/plain)
2014-07-17 19:04 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2014-07-17 19:04:40 UTC
Build: NetBeans IDE Dev (Build web-main-1030-on-20140715)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: Mac OS X

User Comments:
pjiricka: No editing, just ran the Breeze app.




Stacktrace: 
java.lang.StackOverflowError
   at java.util.HashMap.inflateTable(HashMap.java:321)
   at java.util.HashMap.put(HashMap.java:492)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelUtils.getVariables(ModelUtils.java:329)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelUtils.getJsObjectByName(ModelUtils.java:357)
   at org.netbeans.modules.javascript2.editor.model.impl.JsObjectImpl.resolveTypes(JsObjectImpl.java:409)
   at org.netbeans.modules.javascript2.editor.model.Model.resolveLocalTypes(Model.java:495)
Comment 1 Petr Jiricka 2014-07-17 19:04:43 UTC
Created attachment 148114 [details]
stacktrace
Comment 2 Petr Pisl 2014-09-05 08:46:25 UTC

*** This bug has been marked as a duplicate of bug 246874 ***