This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: ProcessManager on Solaris
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: Bryce McKinlay <mckinlay at redhat dot com>
- Cc: David Daney <ddaney at avtrex dot com>,java at gcc dot gnu dot org,java-patches at gcc dot gnu dot org
- Date: Wed, 16 Feb 2005 08:07:08 +0100
- Subject: Re: ProcessManager on Solaris
- References: <200502152111.41174.ebotcazou@libertysurf.fr> <4212A659.2070201@avtrex.com> <4212B2E0.5020602@redhat.com>
> > int libjava/posix-threads.cc _Jv_InitThreads() we must call
> > block_sigchld(). This would fix both the latent pthread bug as well
> > as Eric's Solaris problem.
>
> Yes, good solution! I'll commit this patch instead of Eric's assuming it
> tests out ok. Eric, can you confirm that this one fixes the original
> problem on Solaris?
Yes, it does. Thanks!
--
Eric Botcazou