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 262674

Summary: java.io.EOFException at java.io.DataInputStream.readFully
Product: cnd Reporter: harunaga
Component: Code ModelAssignee: Maria Tishkova <mromashova>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225029
Attachments: stacktrace

Description harunaga 2016-07-05 00:19:01 UTC
This bug was originally marked as duplicate of bug 246724, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
harunaga: When I open the linux kernel project




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:115)
   at org.netbeans.modules.cnd.modelimpl.repository.PersistentUtils.readUTF(PersistentUtils.java:333)
   at org.netbeans.modules.cnd.modelimpl.repository.OffsetableKey.<init>(OffsetableKey.java:142)
   at org.netbeans.modules.cnd.modelimpl.repository.OffsetableDeclarationKey.<init>(OffsetableDeclarationKey.java:253)
Comment 1 harunaga 2016-07-05 00:19:03 UTC
Created attachment 160253 [details]
stacktrace