lto:[EMAIL PROTECTED]
> Sent: Thursday, April 03, 2003 7:59 PM
> To: [EMAIL PROTECTED]
> Subject: Re: pthread_atfork() problem on Linux9
>
>
> On Thu, 3 Apr 2003 [EMAIL PROTECTED] wrote:
>
> > Hello,
> >
> > A brief description of the problem we see
e dump)
Makes sense?
-Original Message-
From: John [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 03, 2003 7:59 PM
To: [EMAIL PROTECTED]
Subject: Re: pthread_atfork() problem on Linux9
On Thu, 3 Apr 2003 [EMAIL PROTECTED] wrote:
> Hello,
>
> A brief description of the prob
On Thu, 3 Apr 2003 [EMAIL PROTECTED] wrote:
> Hello,
>
> A brief description of the problem we see on Linux 9 follows:
>
> Please let me know if any of you have seen this problem or know how to
> tackle it!
>
>
> I have a "mylib.so" that calls:
>
> _init()
> {
>pthread_atfork(NULL, Parent
Hello,
A brief description of the problem we see on Linux 9 follows:
Please let me know if any of you have seen this problem or know how to
tackle it!
I have a "mylib.so" that calls:
_init()
{
pthread_atfork(NULL, ParentHdlr, ChildHdlr);
}
_fini()
{
// do nothing
}
Another executable