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 184560 - IndexOutOfBoundsException: Index: 18, Size: 18
Summary: IndexOutOfBoundsException: Index: 18, Size: 18
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-20 15:34 UTC by Alexander Pepin
Modified: 2010-04-22 04:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 168276


Attachments
stacktrace (6.34 KB, text/plain)
2010-04-20 15:34 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2010-04-20 15:34:30 UTC
Build: NetBeans IDE Dev (Build cnd-main-3334-on-100420)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux

User Comments:
apepin: Steps to reproduce:
- create Quote sample on remote host
- run it
- call Attach Debugger
Result: Exception occurs.




Stacktrace: 
java.lang.IndexOutOfBoundsException: Index: 18, Size: 18
   at java.util.ArrayList.RangeCheck(ArrayList.java:547)
   at java.util.ArrayList.get(ArrayList.java:322)
   at org.netbeans.modules.cnd.debugger.gdb.attach.ProcessList$1.run(ProcessList.java:207)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1413)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1952)
Comment 1 Alexander Pepin 2010-04-20 15:34:42 UTC
Created attachment 97730 [details]
stacktrace
Comment 2 Alexander Pepin 2010-04-20 15:38:35 UTC
Full Scenario:
- create Quote sample on remote host
- run it
- call Attach Debugger
- choose remote host
Result: Exception occurs.
Comment 3 Egor Ushakov 2010-04-20 16:22:08 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/1f49a7229e51
Comment 4 Quality Engineering 2010-04-22 04:26:25 UTC
Integrated into 'main-golden', will be available in build *201004220200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/1f49a7229e51
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #184560 (IndexOutOfBoundsException: Index: 18, Size: 18)