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 - java.io.EOFException at java.io.DataInputStream.readFully
Summary: java.io.EOFException at java.io.DataInputStream.readFully
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-05 00:19 UTC by harunaga
Modified: 2016-09-02 15:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225029


Attachments
stacktrace (5.81 KB, text/plain)
2016-07-05 00:19 UTC, harunaga
Details

Note You need to log in before you can comment on or make changes to this bug.
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