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

Summary: java.io.EOFException at java.io.DataInputStream.readFully
Product: cnd Reporter: franegro
Component: Code ModelAssignee: issues@cnd <issues>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 211458
Attachments: stacktrace

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.