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

Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.mi.MIRecord.toString
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: DebuggerAssignee: henk89
Status: RESOLVED INCOMPLETE    
Severity: normal CC: alexvsimon
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215540
Attachments: stacktrace

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.