fork and exec in mutithread program problem
From: David Medeiros (dmedeiros_at_broadbus.com)
Date: 07/25/03
- Next message: Ian Pilcher: "Re: Installing application icons"
- Previous message: Jerason Banes: "Installing application icons"
- Next in thread: rossb: "Re: fork and exec in mutithread program problem"
- Reply: rossb: "Re: fork and exec in mutithread program problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 25 Jul 2003 17:56:40 GMT
Hi,
I'm having a problem in my multi-threaded application where I fork() a child
process and when the child process calls execl(), the execl() appears to
hang and most of my applications threads have disappeared (according to ps).
I take the same routine that does all this (fork & execl) and make a
standalone (single threaded) application out of it, and everything works
fine. I can only assume my problem has something to do with having threads
running.
Has anyone else run into this problem? I'm running Red Hat linx 8.0.
Thanks in Advance!
Dave M
dmedeiros@broadbus.com
- Next message: Ian Pilcher: "Re: Installing application icons"
- Previous message: Jerason Banes: "Installing application icons"
- Next in thread: rossb: "Re: fork and exec in mutithread program problem"
- Reply: rossb: "Re: fork and exec in mutithread program problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|