This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/11801] Problems with Process.waitFor() and exitValue()
- From: "bryce at mckinlay dot net dot nz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Nov 2003 01:45:09 -0000
- Subject: [Bug libgcj/11801] Problems with Process.waitFor() and exitValue()
- References: <20030805050422.11801.bryce@mckinlay.net.nz>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bryce at mckinlay dot net dot nz 2003-11-08 01:45 -------
That sounds like the right approach. We could possibly simplify a lot of a lot of natPosixProcess.cc
by doing this.
A related bug I noticed recently is that Process.destroy() leaves a zombie, because it also doesnt
call waitpid().
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11801