This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1000716] Error launching GDB to run eCos tests


http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000716





--- Comment #3 from John Dallaway <john@dallaway.org.uk>  2009-03-10 11:08:49 ---
execve() is called from execvp() which will use a default path of
":/bin:/usr/bin" if there is no PATH variable in the environment. So I suspect
an uninitialised variable somewhere within the eCos Configuration Tool is
triggering a failure to setup the PATH environment variable for the GDB
sub-process on occasion.


-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]