[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Deadlock on Solaris



At 10:45 AM 11/24/00 +0100, Tim Tassonis wrote:
>Can anybody tell me what "implement forking via a surrogate parent" means?

See the archives.

>As a note; On Linux, I get no locking problems, only on Solaris (2.6). Does anybody know aboout locking problems on HP-UX?

No clue.  In general, it's not wise to fork() after making any
pthread call.  Solaris might offer a variant of fork() which
might be more suitable for use when pthreads are used.

Kurt