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 256843 - java.io.EOFException: Read past EOF (resource: RAMInputStream(name=_5g.fdt))
Summary: java.io.EOFException: Read past EOF (resource: RAMInputStream(name=_5g.fdt))
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-28 06:12 UTC by ars379
Modified: 2015-11-28 07:57 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 200845


Attachments
stacktrace (4.13 KB, text/plain)
2015-11-28 06:12 UTC, ars379
Details
stacktrace (5.15 KB, text/plain)
2015-11-28 07:57 UTC, ars379
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ars379 2015-11-28 06:12:50 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 7

User Comments:
WeakSun: A

GUEST: Nothing.

GUEST: Error message during a pull->commit->push operation (made with windows powershell) in a git project.
All works fine.

WeakSun: <???????????????

ars379: please debugging my netbeans

GUEST: I was just working with php file, just scrolling php file, and netbeans stoped working. After few minutes I could continue working, but I saw message in bottom right corner that something was wrong.




Stacktrace: 
java.io.EOFException: Read past EOF (resource: RAMInputStream(name=_5g.fdt))
   at org.apache.lucene.store.RAMInputStream.switchCurrentBuffer(RAMInputStream.java:100)
   at org.apache.lucene.store.RAMInputStream.readByte(RAMInputStream.java:73)
   at org.apache.lucene.store.DataInput.readVInt(DataInput.java:105)
   at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:235)
   at org.apache.lucene.index.SegmentReader.document(SegmentReader.java:477)
   at org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:583)
Comment 1 ars379 2015-11-28 06:12:52 UTC
Created attachment 157536 [details]
stacktrace
Comment 2 ars379 2015-11-28 07:57:34 UTC
Created attachment 157538 [details]
stacktrace

what is the debugging ?