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 267400 - java.io.EOFException: Unexpected end of ZLIB input stream
Summary: java.io.EOFException: Unexpected end of ZLIB input stream
Status: RESOLVED INCOMPLETE
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-02 09:52 UTC by Tomas Mysik
Modified: 2016-08-11 15:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225557


Attachments
stacktrace (4.12 KB, text/plain)
2016-08-02 09:52 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2016-08-02 09:52:38 UTC
Build: NetBeans IDE Dev (Build web-main-3678-on-20160801)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
tmysik: opening (likely corrupted) self sampler file




Stacktrace: 
java.io.EOFException: Unexpected end of ZLIB input stream
   at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)
   at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
   at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:117)
   at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:122)
   at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2321)
   at java.io.ObjectInputStream$BlockDataInputStream.peek(ObjectInputStream.java:2614)
Comment 1 Tomas Mysik 2016-08-02 09:52:41 UTC
Created attachment 161531 [details]
stacktrace
Comment 2 Tomas Hurka 2016-08-11 15:07:34 UTC
Can you please attach this (likely corrupted) self sampler file, so we can reproduce it? Thanks.