This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/11801] Problems with Process.waitFor() and exitValue()


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]