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 245374 - NullPointerException at org.netbeans.modules.cnd.debugger.common2.utils.IpeUtils.unquoteIfNecessary
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.common2.utils.IpeUt...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-03 12:10 UTC by PolesApart
Modified: 2014-07-09 02:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210514


Attachments
stacktrace (1.12 KB, text/plain)
2014-07-03 12:10 UTC, PolesApart
Details

Note You need to log in before you can comment on or make changes to this bug.
Description PolesApart 2014-07-03 12:10:26 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: OpenJDK 64-Bit Server VM, 24.51-b03, OpenJDK Runtime Environment, 1.7.0_55-b14
OS: Linux

User Comments:
PolesApart: running a target in simulator for arm-none-eabi-gdb-7.7.1




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.common2.utils.IpeUtils.unquoteIfNecessary(IpeUtils.java:151)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbHandlerExpert.setSpecificProperties(GdbHandlerExpert.java:565)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbHandlerExpert.update(GdbHandlerExpert.java:372)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbHandlerExpert.newHandler(GdbHandlerExpert.java:104)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.newHandler(GdbDebuggerImpl.java:4480)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.newHandlers(GdbDebuggerImpl.java:4446)
Comment 1 PolesApart 2014-07-03 12:10:28 UTC
Created attachment 147861 [details]
stacktrace
Comment 2 henk89 2014-07-03 12:12:36 UTC
Please provide me with the Gdb log (http://wiki.netbeans.org/GdbLog).
Comment 3 henk89 2014-07-07 12:20:28 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/bb5e876b3e6d
Comment 4 Quality Engineering 2014-07-09 02:47:22 UTC
Integrated into 'main-silver', will be available in build *201407090001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bb5e876b3e6d
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #245374 - NullPointerException at org.netbeans.modules.cnd.debugger.common2.utils.IpeUtils.unquoteIfNecessary