ProcessReaper: single thread reaper (original) (raw)
Martin Buchholz martinrb at google.com
Tue Mar 25 22:45:55 UTC 2014
- Previous message: ProcessReaper: single thread reaper
- Next message: RFR: 8034944: (process) Improve subprocess handling on Solaris
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Mar 25, 2014 at 2:39 PM, Martin Buchholz <martinrb at google.com>wrote:
What happens if the pid you get back is a subprocess not created by ProcessBuilder?
+ pid = waitpid(-1, &exitValue, 0); Let me state this more strongly - when I thought about this problem years ago, this bug (not all subprocesses belong to ProcessBuilder) was a showstopper, that I didn't see any way to get around.
- Previous message: ProcessReaper: single thread reaper
- Next message: RFR: 8034944: (process) Improve subprocess handling on Solaris
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]