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 271868 - IndexOutOfBoundsException: off < 0 || len < 0 || off+len > b.length || off+len < 0!
Summary: IndexOutOfBoundsException: off < 0 || len < 0 || off+len > b.length || off+le...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-30 17:02 UTC by Exceptions Reporter
Modified: 2018-03-18 16:23 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 57488


Attachments
stacktrace (4.80 KB, text/plain)
2017-11-30 17:02 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-11-30 17:02:53 UTC
Build: NetBeans IDE Dev (Build 201711270002)
VM: Java HotSpot(TM) 64-Bit Server VM, 10-internal+0-adhoc.mimcmah.open, Java(TM) SE Runtime Environment, 10-internal+0-adhoc.mimcmah.open
OS: Mac OS X

User Comments:
GUEST: Too hard to say.

tdnorb: Running unit test of 3D rendering engine

GUEST: this is a really annoying problem

tdnorb: Attempting to view a PNG file

wshackle: debugging java code




Stacktrace: 
java.lang.IndexOutOfBoundsException: off < 0 || len < 0 || off+len > b.length || off+len < 0!
   at javax.imageio.stream.MemoryCacheImageInputStream.read(MemoryCacheImageInputStream.java:100)
   at com.sun.imageio.plugins.common.SubImageInputStream.read(SubImageInputStream.java:61)
   at com.sun.imageio.plugins.common.InputStreamAdapter.read(InputStreamAdapter.java:47)
   at java.io.SequenceInputStream.read(SequenceInputStream.java:199)
   at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:243)
   at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:159)
Comment 1 Exceptions Reporter 2017-11-30 17:02:59 UTC
Created attachment 165522 [details]
stacktrace