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 253166 - NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.assignRegisterValue
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImp...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: danilasergeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-24 16:14 UTC by Exceptions Reporter
Modified: 2015-07-13 16:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218146


Attachments
stacktrace (3.84 KB, text/plain)
2015-06-24 16:15 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-06-24 16:14:59 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Linux

User Comments:
GUEST: just ran under gdb




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.assignRegisterValue(GdbDebuggerImpl.java:5506)
   at org.netbeans.modules.cnd.debugger.common2.debugger.assembly.RegistersWindow$RegisterTableModel.setValueAt(RegistersWindow.java:182)
   at javax.swing.JTable.setValueAt(JTable.java:2741)
   at javax.swing.JTable.editingStopped(JTable.java:4723)
   at javax.swing.AbstractCellEditor.fireEditingStopped(AbstractCellEditor.java:141)
   at javax.swing.DefaultCellEditor$EditorDelegate.stopCellEditing(DefaultCellEditor.java:368)
Comment 1 Exceptions Reporter 2015-06-24 16:15:01 UTC
Created attachment 154381 [details]
stacktrace
Comment 2 danilasergeyev 2015-07-10 11:39:15 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/ad201b2f441c
Comment 3 Quality Engineering 2015-07-11 02:03:18 UTC
Integrated into 'main-silver', will be available in build *201507110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ad201b2f441c
User: Danila Sergeyev <danilasergeyev@netbeans.org>
Log: Bug #253166 NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.assignRegisterValue - fixed