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

Summary: StackOverflowError at java.util.LinkedHashMap$LinkedValueIterator.next
Product: javascript Reporter: _ alexlamsl <alexlamsl>
Component: -- Other --Assignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213807
Attachments: stacktrace

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.