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 268340

Summary: ArrayIndexOutOfBoundsException: 4 >= 0
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: RESOLVED INVALID    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226575
Attachments: stacktrace

Description Exceptions Reporter 2016-10-04 16:46:33 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Windows 7

User Comments:
GUEST: Trying to attach debugger on AIX




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 4 >= 0
   at java.util.Vector.elementAt(Vector.java:474)
   at javax.swing.table.DefaultTableColumnModel.getColumn(DefaultTableColumnModel.java:294)
   at org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel$13.run(AttachPanel.java:827)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
Comment 1 Exceptions Reporter 2016-10-04 16:46:34 UTC
Created attachment 162331 [details]
stacktrace
Comment 2 Maria Tishkova 2016-12-01 07:21:41 UTC
Bug is invalid anymore, attach panel is re-written