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 262790

Summary: NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl.expandCanonicalPath
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225204
Attachments: stacktrace

Description Exceptions Reporter 2016-07-13 09:01:15 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Linux

User Comments:
GUEST: i don't no why.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl.expandCanonicalPath(NativeDebuggerImpl.java:348)
   at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl.remoteToLocal(NativeDebuggerImpl.java:414)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbFrame.getFullPath(GdbFrame.java:131)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDisassembly.reloadDis(GdbDisassembly.java:332)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDisassembly.stateUpdated(GdbDisassembly.java:298)
   at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl.setVisitedLocation(NativeDebuggerImpl.java:1065)
Comment 1 Exceptions Reporter 2016-07-13 09:01:17 UTC
Created attachment 160362 [details]
stacktrace
Comment 2 Maria Tishkova 2016-08-31 17:05:36 UTC

*** This bug has been marked as a duplicate of bug 262554 ***