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 253375 - NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl.getDebuggerString
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.Na...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-09 05:35 UTC by Exceptions Reporter
Modified: 2015-07-10 01:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218390


Attachments
stacktrace (558 bytes, text/plain)
2015-07-09 05:35 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-07-09 05:35:11 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, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 8

User Comments:
GUEST: I was trying to debug C program remotely using mixed mode (samba).




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl.getDebuggerString(NativeDebuggerImpl.java:1679)
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Factory.startAsync(Gdb.java:310)
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Factory.access$1400(Gdb.java:166)
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Factory$1$1.run(Gdb.java:292)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Exceptions Reporter 2015-07-09 05:35:13 UTC
Created attachment 154535 [details]
stacktrace
Comment 2 Alexander Simon 2015-07-09 15:33:15 UTC
I cannot reproduce NPE.
However I believe that change set:
http://hg.netbeans.org/cnd-main/rev/e571cc31904f
will fix NPE.
Comment 3 Quality Engineering 2015-07-10 01:17:34 UTC
Integrated into 'main-silver', will be available in build *201507100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e571cc31904f
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #253375 NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl.getDebuggerString