This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

Re: [PATCH][RFA] Reap children on stack trace generation.


Casey Marshall wrote:
> 
> I thought it was generally agreed that the most reliable
> implementation for this sort of thing would be a seperate thread that
> reaped child processes. That is, a single thread forks, execs, then
> waits for processes.
> 
> In which case, wouldn't Classpath's VM reference implementation of
> this be a better choice than fixing this version?
> 

I was skimming Classpath's CVS repository.  Can you point me to their
equivalent of PosixProcess?  I could not find where it is.

David Daney.


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