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 196355 - NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl.getPathMap
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.Na...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-05 18:04 UTC by Andrew Krasny
Modified: 2011-03-06 05:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177304


Attachments
stacktrace (1.94 KB, text/plain)
2011-03-05 18:04 UTC, Andrew Krasny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Krasny 2011-03-05 18:04:21 UTC
Build: NetBeans IDE Dev (Build 110305-e851b697fa3c)
VM: Java HotSpot(TM) Client VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: SunOS

User Comments:
akrasny: Step into C/C++ project (GNU toolchain)




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl.getPathMap(NativeDebuggerImpl.java:280)
   at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl.localToRemote(NativeDebuggerImpl.java:293)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.start2(GdbDebuggerImpl.java:411)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.start(GdbDebuggerImpl.java:395)
   at org.netbeans.modules.cnd.debugger.gdb2.actions.GdbStartActionProvider.doAction(GdbStartActionProvider.java:180)
   at org.netbeans.modules.cnd.debugger.gdb2.actions.GdbStartActionProvider.postAction(GdbStartActionProvider.java:130)
Comment 1 Andrew Krasny 2011-03-05 18:04:25 UTC
Created attachment 106752 [details]
stacktrace
Comment 2 Vladimir Kvashin 2011-03-05 19:24:51 UTC
http://hg.netbeans.org/cnd-main/rev/e6fdcce8f15c
Comment 3 Quality Engineering 2011-03-06 05:41:34 UTC
Integrated into 'main-golden', will be available in build *201103060000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e6fdcce8f15c
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #196355 - NullPointerException