This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
[RFC] Fix PosixProcess by porting VMProcess from Classpath...
- From: David Daney <ddaney at avtrex dot com>
- To: java at gcc dot gnu dot org, Tom Tromey <tromey at redhat dot com>
- Cc: Casey Marshall <rsdio at metastatic dot org>
- Date: Tue, 13 Jul 2004 16:38:36 -0700
- Subject: [RFC] Fix PosixProcess by porting VMProcess from Classpath...
It is said that:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11801
Could be fixed by using VMProcess from Classpath instead of the current
PosixProcess.
There are several other problems that I have been experiencing related
to not reaping terminated or failed Processes that would also be fixed.
Q1: Does this seem like a good idea?.
Q2: Is someone else currently working on fixing this.
Q3: Would it be acceptable to only fix this for PosixProcess and assume
that Win32 et al work and don't need fixing.
I look forward to input on the best way to proceed.
David Daney.