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 250560 - 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 INCOMPLETE
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: 2015-02-20 05:52 UTC by Exceptions Reporter
Modified: 2015-03-03 13:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215540


Attachments
stacktrace (1.11 KB, text/plain)
2015-02-20 05:52 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-02-20 05:52:03 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 8

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>Just running my code.




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:2838)
   at java.util.Formatter$FormatSpecifier.print(Formatter.java:2718)
   at java.util.Formatter.format(Formatter.java:2488)
   at java.util.Formatter.format(Formatter.java:2423)
   at java.lang.String.format(String.java:2797)
Comment 1 Exceptions Reporter 2015-02-20 05:52:04 UTC
Created attachment 152103 [details]
stacktrace
Comment 2 henk89 2015-03-03 13:01:52 UTC
There is no way to reproduce the issue w/o a gdb log.