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 206862 - ArrayIndexOutOfBoundsException: 4 >= 0
Summary: ArrayIndexOutOfBoundsException: 4 >= 0
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.1
Hardware: Macintosh Mac OS X
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
: 206889 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-01-03 09:49 UTC by vieri122
Modified: 2012-02-17 11:20 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 180288


Attachments
stacktrace (11.38 KB, text/plain)
2012-01-03 09:49 UTC, vieri122
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vieri122 2012-01-03 09:49:16 UTC
This issue was reported manually by vieri122.
It already has 7 duplicates 


Build: NetBeans IDE 7.1 RC2 (Build 201111302200)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-11M3527
OS: Mac OS X

User Comments:
GUEST: Really don't know.

vieri122: c++ ?????

vieri122: c++ attach debug in mac os 10.7.2

vieri122: attach debug in mac os 10.7.2

vieri122: ????????????? ??macos 10.7.2




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 4 >= 0
   at java.util.Vector.elementAt(Vector.java:427)
   at javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:277)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel$13.run(AttachPanel.java:897)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:677)
   at java.awt.EventQueue.access$000(EventQueue.java:85)
Comment 1 vieri122 2012-01-03 09:49:18 UTC
Created attachment 114572 [details]
stacktrace
Comment 2 Egor Ushakov 2012-01-10 10:31:18 UTC
*** Bug 206889 has been marked as a duplicate of this bug. ***
Comment 3 stiffuser 2012-01-11 03:04:38 UTC
Attach a debugger in OS X. Failed to parse output of ps.
Comment 4 Egor Ushakov 2012-01-12 16:02:16 UTC
in MacOS 10.7 they've changed ps output format slightly, fixed in:
http://hg.netbeans.org/cnd-main/rev/df4255fc1b8e
please also check on older MacOS
Comment 5 soldatov 2012-01-13 11:47:41 UTC
verified in latest build from http://hg.netbeans.org/cnd-main
Comment 6 Quality Engineering 2012-01-13 21:50:52 UTC
Integrated into 'main-golden', will be available in build *201201131153* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/df4255fc1b8e
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #206862 (ArrayIndexOutOfBoundsException: 4 >= 0)
Comment 7 Egor Ushakov 2012-01-17 09:39:51 UTC
integrated into release71_fixes:
http://hg.netbeans.org/releases/rev/08cb54c78f4b
Comment 8 soldatov 2012-02-17 11:20:36 UTC
Verified in NetBeans 7.1 with updates from 201202141941