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 247981 - StackOverflowError at org.apache.lucene.store.RAMInputStream.seek
Summary: StackOverflowError at org.apache.lucene.store.RAMInputStream.seek
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-16 13:52 UTC by david-byng
Modified: 2017-06-09 11:49 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195390


Attachments
stacktrace (111.34 KB, text/plain)
2014-10-16 13:52 UTC, david-byng
Details

Note You need to log in before you can comment on or make changes to this bug.
Description david-byng 2014-10-16 13:52:41 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Linux

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce> Very slow

NigelC: Editing Javascript file

NigelC: Pasting a single line of javascript into a .js file.

david-byng: seemingly random. switching back to netbeans from another application.




Stacktrace: 
java.lang.StackOverflowError
   at org.apache.lucene.store.RAMInputStream.seek(RAMInputStream.java:144)
   at org.apache.lucene.index.CompoundFileReader$CSIndexInput.readInternal(CompoundFileReader.java:273)
   at org.apache.lucene.store.BufferedIndexInput.refill(BufferedIndexInput.java:229)
   at org.apache.lucene.store.BufferedIndexInput.readByte(BufferedIndexInput.java:39)
   at org.apache.lucene.store.DataInput.readVInt(DataInput.java:105)
   at org.apache.lucene.store.BufferedIndexInput.readVInt(BufferedIndexInput.java:197)
Comment 1 david-byng 2014-10-16 13:52:43 UTC
Created attachment 149942 [details]
stacktrace
Comment 2 Tomas Zezula 2014-11-05 08:39:28 UTC
endless recursion in IndexQueryImpl.getInheritedTypeMembers