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 193444 - ArrayIndexOutOfBoundsException: 4 >= 0
Summary: ArrayIndexOutOfBoundsException: 4 >= 0
Status: RESOLVED DUPLICATE of bug 193443
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-12-15 15:07 UTC by Alexander Pepin
Modified: 2010-12-20 10:13 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174141


Attachments
stacktrace (3.88 KB, text/plain)
2010-12-15 15:07 UTC, Alexander Pepin
Details
stacktrace (4.69 KB, text/plain)
2010-12-15 18:38 UTC, Petr Dvorak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2010-12-15 15:07:16 UTC
Build: NetBeans IDE Dev (Build 201012150001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
GUEST: I'm trying to get debugging to work on a C++ project with a custom build system.  Running the "debug" config doesn't work, and I get this error when I try to "Attach to Process" and select "gdb" from the drop-down box

noksam: i was attatching debugger.and also one prolem is there when i stsrt neteans 7.0 beta an error message occur saying " please ensure there is no another application  like same is running ".

apepin: Call Attach debugger dialog




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$14.run(AttachPanel.java:932)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
   at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:148)
Comment 1 Alexander Pepin 2010-12-15 15:07:20 UTC
Created attachment 104127 [details]
stacktrace
Comment 2 Petr Dvorak 2010-12-15 18:38:12 UTC
Created attachment 104132 [details]
stacktrace

I tried to attach a debuger in the process. I was modifying a C file that was not a part of a project (I opened the file via the Favorites view)
Comment 3 Egor Ushakov 2010-12-20 10:13:28 UTC

*** This bug has been marked as a duplicate of bug 193443 ***