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

Summary: IndexOutOfBoundsException: off < 0 || len < 0 || off+len > b.length || off+len < 0!
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal CC: jnk, tdnorb, wshackle
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 57488
Attachments: stacktrace

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