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 179374 - NullPointerException at org.netbeans.modules.cnd.debugger.gdb.profiles.GdbProfile.getGdbPath
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb.profiles.GdbPro...
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-11 05:24 UTC by Leonid Lenyashin
Modified: 2010-03-16 16:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 164221


Attachments
stacktrace (744 bytes, text/plain)
2010-01-11 05:24 UTC, Leonid Lenyashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Lenyashin 2010-01-11 05:24:03 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: OpenJDK Client VM, 14.0-b16, OpenJDK Runtime Environment, 1.6.0_0-b16
OS: Linux, 2.6.31-17-generic, i386

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.gdb.profiles.GdbProfile.getGdbPath(GdbProfile.java:203)
   at org.netbeans.modules.cnd.debugger.gdb.actions.GdbActionHandler.execute(GdbActionHandler.java:61)
   at org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$HandleEvents.go(ProjectActionSupport.java:354)
   at org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$HandleEvents.access$000(ProjectActionSupport.java:156)
   at org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$HandleEvents$5.run(ProjectActionSupport.java:426)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
Comment 1 Leonid Lenyashin 2010-01-11 05:24:08 UTC
Created attachment 93169 [details]
stacktrace
Comment 2 Alexander Simon 2010-03-12 09:55:59 UTC
Cannot reproduce bug.
Please, provide steps to repeat.