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 249017 - StackOverflowError at java.util.LinkedHashMap$LinkedValueIterator.next
Summary: StackOverflowError at java.util.LinkedHashMap$LinkedValueIterator.next
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-30 18:43 UTC by _ alexlamsl
Modified: 2015-04-09 14:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213807


Attachments
stacktrace (107.00 KB, text/plain)
2014-11-30 18:43 UTC, _ alexlamsl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ alexlamsl 2014-11-30 18:43:33 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Windows Server 2012

User Comments:
alexlamsl: restart IDE, with a JS file (paper-core.js, v0.9.21) opened from the previous session

http://paperjs.org/download/




Stacktrace: 
java.lang.StackOverflowError
   at java.util.LinkedHashMap$LinkedValueIterator.next(LinkedHashMap.java:739)
   at org.netbeans.modules.javascript2.editor.model.impl.JsFunctionImpl.getJSKind(JsFunctionImpl.java:130)
   at org.netbeans.modules.javascript2.editor.model.impl.JsFunctionImpl.getJSKind(JsFunctionImpl.java:150)
   at org.netbeans.modules.javascript2.editor.model.impl.JsFunctionImpl.getJSKind(JsFunctionImpl.java:150)
   at org.netbeans.modules.javascript2.editor.model.impl.JsFunctionImpl.getJSKind(JsFunctionImpl.java:150)
   at org.netbeans.modules.javascript2.editor.model.impl.JsFunctionImpl.getJSKind(JsFunctionImpl.java:150)
Comment 1 _ alexlamsl 2014-11-30 18:43:34 UTC
Created attachment 150800 [details]
stacktrace
Comment 2 Petr Pisl 2015-04-09 14:19:07 UTC
This should be already fixed in dev builds. Please reopen, if you run in it again.