pthread - fork - execv problem
From: Chris Stenton (jacs_at_gnome.co.uk)
Date: 06/21/04
- Previous message: Paul Robinson: "Re: /bin/ls sorting bug?"
- Next in thread: Dan Nelson: "Re: pthread - fork - execv problem"
- Reply: Dan Nelson: "Re: pthread - fork - execv problem"
- Maybe reply: Dan Nelson: "Re: pthread - fork - execv problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <threads@freebsd.org> Date: Mon, 21 Jun 2004 13:30:43 +0100
I am trying to help port over an app thats posix threaded. One thread uses
fork,dup2 and execv to start a child programme in this case an mp3 player.
However, under FreeBSD-5.2.1, the execv causes all the threads in the parent
process to be blocked until the child process returns. Is there a mechanism
to get around this.
Thanks
Chris
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Paul Robinson: "Re: /bin/ls sorting bug?"
- Next in thread: Dan Nelson: "Re: pthread - fork - execv problem"
- Reply: Dan Nelson: "Re: pthread - fork - execv problem"
- Maybe reply: Dan Nelson: "Re: pthread - fork - execv problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|