Re: Help for gdk threads and fork with execlp needed
- From: Tristan Van Berkom <vantr touchtunes com>
- To: günther <guenther rapp-informatik de>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Help for gdk threads and fork with execlp needed
- Date: Fri, 07 Mar 2003 09:59:52 -0500
`man execlp' yields:
Traditionally, the functions execlp and execvp ignored all
errors
except for the ones described above and ENOMEM and E2BIG, upon
which
they returned. They now return if any error other than the
ones
described above occurs.
so you might want to at least `perror("execlp")'
a possibility (although slim) is that initializing
threads alters your $PATH environment ?
did you try a raw execve() ?
also; are you sure that the child was
ever executed ?
HTH,
-Tristan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]