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 248524 - ArrayIndexOutOfBoundsException: List contains 2097153 items, but tried to fetch item 4192519
Summary: ArrayIndexOutOfBoundsException: List contains 2097153 items, but tried to fet...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-09 17:06 UTC by bolsover
Modified: 2014-11-14 10:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 213296


Attachments
stacktrace (4.57 KB, text/plain)
2014-11-09 17:07 UTC, bolsover
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bolsover 2014-11-09 17:06:57 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 8

User Comments:
bolsover: Exception thrown when test running a simple java application




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: List contains 2097153 items, but tried to fetch item 4192519
   at org.netbeans.core.output2.IntList.get(IntList.java:97)
   at org.netbeans.core.output2.AbstractLines.getByteLineStart(AbstractLines.java:415)
   at org.netbeans.core.output2.AbstractLines.getByteLineLength(AbstractLines.java:370)
   at org.netbeans.core.output2.AbstractLines.length(AbstractLines.java:387)
   at org.netbeans.core.output2.AbstractLines.getLineInfo(AbstractLines.java:962)
   at org.netbeans.core.output2.ExtPlainView.drawText(ExtPlainView.java:119)
Comment 1 bolsover 2014-11-09 17:07:00 UTC
Created attachment 150373 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-11-14 10:26:21 UTC
http://hg.netbeans.org/core-main/rev/99a5da2c8f08
It should work fine now.

Thank you for reporting.