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 146223 - NullPointerException at org.openide.filesystems.FileUtil.normalizeFileOnWindows
Summary: NullPointerException at org.openide.filesystems.FileUtil.normalizeFileOnWindows
Status: RESOLVED DUPLICATE of bug 142725
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-04 17:21 UTC by valecri
Modified: 2008-12-22 10:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 105558


Attachments
stacktrace (877 bytes, text/plain)
2008-09-04 17:21 UTC, valecri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description valecri 2008-09-04 17:21:06 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 11.0-b11, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b14
OS: Windows Vista, 6.0, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.openide.filesystems.FileUtil.normalizeFileOnWindows(FileUtil.java:1446)
        at org.openide.filesystems.FileUtil.normalizeFile(FileUtil.java:1344)
        at org.netbeans.modules.cnd.debugger.gdb.disassembly.Disassembly.update(Disassembly.java:161)
        at org.netbeans.modules.cnd.debugger.gdb.GdbDebugger.resultRecord(GdbDebugger.java:939)
        at org.netbeans.modules.cnd.debugger.gdb.proxy.GdbProxyEngine.processMessage(GdbProxyEngine.java:320)
        at org.netbeans.modules.cnd.debugger.gdb.proxy.GdbProxyEngine.access$100(GdbProxyEngine.java:76)
Comment 1 valecri 2008-09-04 17:21:11 UTC
Created attachment 69078 [details]
stacktrace
Comment 2 Jiri Skrivanek 2008-09-04 17:34:23 UTC

*** This issue has been marked as a duplicate of 142725 ***