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 251088 - java.lang.StackOverflowError at jdk.nashorn.internal.parser.AbstractParser.getValue(AbstractParser.java:332)
Summary: java.lang.StackOverflowError at jdk.nashorn.internal.parser.AbstractParser.g...
Status: RESOLVED INCOMPLETE
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0.2
Hardware: Macintosh Mac OS X
: P2 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-11 08:24 UTC by memesiszx
Modified: 2015-03-24 15:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (148.34 KB, text/plain)
2015-03-11 08:24 UTC, memesiszx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description memesiszx 2015-03-11 08:24:27 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Mac OS X version 10.10.2 running on x86_64
Java; VM; Vendor = 1.8.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.25-b02

error on startup

IDE Log:

log4j:WARN No appenders could be found for logger (nu.validator.source.LocationRecorder).
log4j:WARN Please initialize the log4j system properly.
INFO [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]: Indexing of: /Users/mathijsvanvelde/NetBeansProjects/melome took: 16,421 ms (New or modified files: 0, Deleted files: 0) [Adding listeners took: 1 ms]
WARNING [org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater]
java.lang.StackOverflowError
	at jdk.nashorn.internal.parser.AbstractParser.getValue(AbstractParser.java:332)
	at jdk.nashorn.internal.parser.AbstractParser.getValue(AbstractParser.java:320)
	at jdk.nashorn.internal.parser.AbstractParser.getLiteral(AbstractParser.java:430)
	at jdk.nashorn.internal.parser.JSONParser.getStringLiteral(JSONParser.java:206)
	at jdk.nashorn.internal.parser.JSONParser.propertyAssignment(JSONParser.java:363)
	at jdk.nashorn.internal.parser.JSONParser.objectLiteral(JSONParser.java:338)
	at jdk.nashorn.internal.parser.JSONParser.jsonLiteral(JSONParser.java:235)
	at jdk.nashorn.internal.parser.JSONParser.propertyAssignment(JSONParser.java:368)
	at jdk.nashorn.internal.parser.JSONParser.objectLiteral(JSONParser.java:338)
	at jdk.nashorn.internal.parser.JSONParser.jsonLiteral(JSONParser.java:235)
	...
	at jdk.nashorn.internal.parser.JSONParser.propertyAssignment(JSONParser.java:368)
	at jdk.nashorn.internal.parser.JSONParser.objectLiteral(JSONParser.java:338)
[catch] at jdk.nashorn.internal.parser.JSONParser.jsonLiteral(JSONParser.java:235)
WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid shortcut: org.openide.loaders.BrokenDataShadow@65767d0e[MultiFileObject@68020189[Keymaps/NetBeans/D-BACK_QUOTE.shadow]]
WARNING [org.netbeans.modules.options.keymap.LayersBridge]: Invalid shortcut: org.openide.loaders.BrokenDataShadow@65767d0e[MultiFileObject@68020189[Keymaps/NetBeans/D-BACK_QUOTE.shadow]]
Comment 1 memesiszx 2015-03-11 08:24:31 UTC
Created attachment 152549 [details]
IDE log
Comment 2 Petr Pisl 2015-03-23 14:55:21 UTC
This is probably cased with one of file from Users/mathijsvanvelde/NetBeansProjects/melome . Do you know, which file fires the exception? It would be good to find out a test case. Thanks.
Comment 3 Petr Pisl 2015-03-24 15:41:54 UTC
Marking as incomplete. I'm not able to reproduce and we don't have a test case.