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 175024 - NullPointerException at org.netbeans.modules.nativeexecution.api.util.WindowsSupport$PathConverterParams.equals
Summary: NullPointerException at org.netbeans.modules.nativeexecution.api.util.Windows...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: D-Light (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Andrew Krasny
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-20 15:54 UTC by Alexander Pepin
Modified: 2009-10-21 13:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160503


Attachments
stacktrace (1.53 KB, text/plain)
2009-10-20 15:54 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2009-10-20 15:54:50 UTC
Build: NetBeans IDE 6.8 Beta (Build 200910192001)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows Vista, 6.0, x86

User Comments:
apepin: Steps to reproduce:
- run local Quote sample
- attach debugger



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.nativeexecution.api.util.WindowsSupport$PathConverterParams.equals(WindowsSupport.java:434)
        at java.util.concurrent.ConcurrentHashMap$Segment.get(ConcurrentHashMap.java:338)
        at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:769)
        at org.netbeans.modules.nativeexecution.support.TasksCachedProcessor.compute(TasksCachedProcessor.java:87)
        at org.netbeans.modules.nativeexecution.api.util.WindowsSupport.convertFromCygwinPath(WindowsSupport.java:261)
        at org.netbeans.modules.cnd.debugger.gdb.GdbDebugger.getOSPath(GdbDebugger.java:2006)
Comment 1 Alexander Pepin 2009-10-20 15:54:55 UTC
Created attachment 89777 [details]
stacktrace
Comment 2 Andrew Krasny 2009-10-20 15:58:11 UTC
Already fixed with http://hg.netbeans.org/cnd-main/rev/22840b8d3c50
Comment 3 Alexander Pepin 2009-10-20 16:38:33 UTC
Looks like this issues appeared after fixing issue #174906 and should be considered as a showstopper as well.
Please integrate the fix into Beta clone.
Comment 4 Vladimir Voskresensky 2009-10-20 17:16:20 UTC
integrated into beta:
http://hg.netbeans.org/release68_beta/rev/e4a173d26592
Comment 5 Alexander Pepin 2009-10-21 13:19:00 UTC
verified in Beta build 2009-10-20_21-01-27