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 258961 - StackOverflowError at java.util.LinkedHashMap$LinkedValueIterator.next
Summary: StackOverflowError at java.util.LinkedHashMap$LinkedValueIterator.next
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-21 20:24 UTC by Exceptions Reporter
Modified: 2016-04-21 21:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223678


Attachments
stacktrace (107.00 KB, text/plain)
2016-04-21 20:24 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-04-21 20:24:16 UTC
This bug was originally marked as duplicate of bug 249017, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Linux

User Comments:
GUEST: Opening a certain js/HTML5 project. Netbeans status bar is stuck at "Background scanning of projects". Netbeans is usable, but code completion and Navigator don't work.




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:154)
   at org.netbeans.modules.javascript2.editor.model.impl.JsFunctionImpl.getJSKind(JsFunctionImpl.java:154)
   at org.netbeans.modules.javascript2.editor.model.impl.JsFunctionImpl.getJSKind(JsFunctionImpl.java:154)
   at org.netbeans.modules.javascript2.editor.model.impl.JsFunctionImpl.getJSKind(JsFunctionImpl.java:154)
Comment 1 Exceptions Reporter 2016-04-21 20:24:18 UTC
Created attachment 159387 [details]
stacktrace