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 196079 - NullPointerException at org.netbeans.modules.nativeexecution.support.windows.SimpleConverter.convert
Summary: NullPointerException at org.netbeans.modules.nativeexecution.support.windows....
Status: RESOLVED DUPLICATE of bug 196010
Alias: None
Product: cnd
Classification: Unclassified
Component: D-Light (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-28 05:42 UTC by Exceptions Reporter
Modified: 2011-02-28 11:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177038


Attachments
stacktrace (1.59 KB, text/plain)
2011-02-28 05:42 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-02-28 05:42:38 UTC
This issue was reported manually by vv159170.
It already has 2 duplicates 


Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
GUEST: debug with mingw gdb




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.nativeexecution.support.windows.SimpleConverter.convert(SimpleConverter.java:71)
   at org.netbeans.modules.nativeexecution.api.util.WindowsSupport.convert(WindowsSupport.java:333)
   at org.netbeans.modules.nativeexecution.api.util.WindowsSupport.convertFromMSysPath(WindowsSupport.java:302)
   at org.netbeans.modules.cnd.debugger.common2.utils.FileMapper$MSysFileMapper.engineToWorld(FileMapper.java:215)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbFrame.getFullPath(GdbFrame.java:159)
   at org.netbeans.modules.cnd.debugger.gdb2.Disassembly.reloadDis(Disassembly.java:449)
Comment 1 Exceptions Reporter 2011-02-28 05:42:42 UTC
Created attachment 106518 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2011-02-28 11:15:50 UTC

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