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 231450 - StackOverflowError at java.lang.Class.getSimpleBinaryName
Summary: StackOverflowError at java.lang.Class.getSimpleBinaryName
Status: RESOLVED INCOMPLETE
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-18 14:26 UTC by misterm
Modified: 2013-06-27 09:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201518


Attachments
stacktrace (94.00 KB, text/plain)
2013-06-18 14:26 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2013-06-18 14:26:07 UTC
Build: NetBeans IDE Dev (Build 20130615-4b6222f102af)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
misterm: .




Stacktrace: 
java.lang.StackOverflowError
   at java.lang.Class.getSimpleBinaryName(Class.java:1240)
   at java.lang.Class.getSimpleName(Class.java:1132)
   at org.netbeans.modules.parsing.lucene.LuceneIndex.toString(LuceneIndex.java:525)
   at org.netbeans.modules.parsing.lucene.DocumentIndexImpl.storeImpl(DocumentIndexImpl.java:217)
   at org.netbeans.modules.parsing.lucene.DocumentIndexImpl.store(DocumentIndexImpl.java:194)
   at org.netbeans.modules.parsing.lucene.DocumentIndexImpl.addDocument(DocumentIndexImpl.java:131)
Comment 1 misterm 2013-06-18 14:26:09 UTC
Created attachment 135974 [details]
stacktrace
Comment 2 Petr Hejl 2013-06-27 09:37:56 UTC
Please attach the sample file/project and specify steps to reproduce. Without that it is hard to fix it as source of problem is in the different area of the code.

Might be duplicate of #231782.

Thanks.