[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[Cdt-launch-inbox] [Bug 224913] New: verifyProgramPath for LocalCDILaunchDelegate is broken
|
https://bugs.eclipse.org/bugs/show_bug.cgi?id=224913
Product/Component: CDT / cdt-launch
Summary: verifyProgramPath for LocalCDILaunchDelegate is broken
Product: CDT
Version: 4.0.3
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P3
Component: cdt-launch
AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
ReportedBy: oliver.mueller@xxxxxxxxx
Build ID: M20070921-1145
Steps To Reproduce:
1.create local c/c++ application
2.enter project, leave out application
3.apply settings
4.run
More information:
when a local application is run (through runLocalApplication(
ILaunchConfiguration config, ILaunch launch, IProgressMonitor monitor ), it
calls verifyProgramPath(...) to get the path of the executable or relies on an
exception (bad practice anyway!). if the program path provided is empty, it
just returns null and a null pointer exception will follow...
CDT-Version: 4.0.3.200802251018
Build id: 200802251018
--
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.