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 267447 - NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.mi.MIRecord.toString
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.mi.MIRecord.to...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-05 14:22 UTC by Exceptions Reporter
Modified: 2016-09-02 01:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225629


Attachments
stacktrace (1.32 KB, text/plain)
2016-08-05 14:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-08-05 14:22:44 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
GUEST: debuging




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.gdb2.mi.MIRecord.toString(MIRecord.java:182)
   at java.util.Formatter$FormatSpecifier.printString(Formatter.java:2886)
   at java.util.Formatter$FormatSpecifier.print(Formatter.java:2763)
   at java.util.Formatter.format(Formatter.java:2520)
   at java.util.Formatter.format(Formatter.java:2455)
   at java.lang.String.format(String.java:2940)
Comment 1 Exceptions Reporter 2016-08-05 14:22:46 UTC
Created attachment 161569 [details]
stacktrace
Comment 2 Maria Tishkova 2016-08-31 20:24:24 UTC
changeset:   300316:96a1a4955d84
tag:         tip
user:        Maria Dalmatova <mromashova@netbeans.org>
date:        Wed Aug 31 23:23:50 2016 +0300
summary:     fixed bz#267447  - NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.mi.MIRecord.toString
Comment 3 Quality Engineering 2016-09-02 01:58:32 UTC
Integrated into 'main-silver', will be available in build *201609020002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/96a1a4955d84
User: Maria Dalmatova <mromashova@netbeans.org>
Log: fixed bz#267447  - NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.mi.MIRecord.toString