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: "daney at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Nov 2003 01:38:32 -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 daney at gcc dot gnu dot org 2003-11-08 01:38 -------
The way to solve the problem on non-NPTL linux systems is to create a thread
that is dedicated to forking and waiting for all execed processes. This is the
approach that Sun's runtime uses.
--
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2003-08-05 05:21:48 |2003-11-08 01:38:31
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11801