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 246724 - java.io.EOFException at java.io.DataInputStream.readFully
Summary: java.io.EOFException at java.io.DataInputStream.readFully
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-27 10:05 UTC by franegro
Modified: 2015-09-09 16:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211458


Attachments
stacktrace (6.45 KB, text/plain)
2014-08-27 10:05 UTC, franegro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description franegro 2014-08-27 10:05:13 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
franegro: I create a project from existing c++ files and every time I do the parsing operation for code assistance I get this error.
The code assistance become available fro few secondes then to get it I need to do severale times the code parsing.




Stacktrace: 
java.io.EOFException
   at java.io.DataInputStream.readFully(DataInputStream.java:197)
   at org.netbeans.modules.cnd.repository.storage.data.UTF.readCharSequenceUTF(UTF.java:171)
   at org.netbeans.modules.cnd.repository.storage.data.RepositoryDataInputStream.readCharSequenceUTF(RepositoryDataInputStream.java:98)
   at org.netbeans.modules.cnd.modelimpl.repository.PersistentUtils.readUTF(PersistentUtils.java:344)
   at org.netbeans.modules.cnd.modelimpl.repository.OffsetableKey.<init>(OffsetableKey.java:142)
   at org.netbeans.modules.cnd.modelimpl.repository.OffsetableDeclarationKey.<init>(OffsetableDeclarationKey.java:254)
Comment 1 franegro 2014-08-27 10:05:14 UTC
Created attachment 148922 [details]
stacktrace
Comment 2 Alexander Simon 2015-09-09 16:53:27 UTC
Invalid message log.
There is no possibility to understand the problem.