Re: Strange pthread_atfork() behavior

2008-03-19 Thread Alon Bar-Lev
Thank you for quick response! Waiting for a release. On 3/19/08, Corinna Vinschen <[EMAIL PROTECTED]> wrote: > On Mar 19 08:46, Alon Bar-Lev wrote: > > Hello, > > > > Can anyone test this and see if it behaves differently? > > > http://cygwin.com/ml/cygwin/2008-03/msg00436.html > > I forgot to

Re: Strange pthread_atfork() behavior

2008-03-19 Thread Corinna Vinschen
On Mar 19 08:46, Alon Bar-Lev wrote: > Hello, > > Can anyone test this and see if it behaves differently? http://cygwin.com/ml/cygwin/2008-03/msg00436.html I forgot to CC you, sorry. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader

Re: Strange pthread_atfork() behavior

2008-03-18 Thread Alon Bar-Lev
t; #include > #include > #include > #include > > static void __atfork_prepare (void) {printf ("__atfork_prepare\n");} > static void __atfork_parent (void) {printf ("__atfork_parent\n");} > static void __atfork_child (void) {printf ("__

Re: Strange pthread_atfork() behavior

2008-03-18 Thread Corinna Vinschen
On Mar 17 22:48, Alon Bar-Lev wrote: > When running under cygwin the exec program runs after about 60 seconds. > The following is the output: > > __atfork_prepare > __atfork_parent > before sleep > __atfork_child > after sleep > > > 56 [main] a 2952 sig_send: wait for sig_complete event fa

Strange pthread_atfork() behavior

2008-03-17 Thread Alon Bar-Lev
__atfork_prepare (void) {printf ("__atfork_prepare\n");} static void __atfork_parent (void) {printf ("__atfork_parent\n");} static void __atfork_child (void) {printf ("__atfork_child\n");} int main (void) { pthread_atfork (__atfork_prepare, __atfork_parent, __at

Re: pthread_atfork

2004-10-31 Thread Larry Hall
At 05:20 PM 10/31/2004, you wrote: >I have solved the problem - just add : -e PATH="/bin:$PATH" at service >installation (ssh-host-config). Which supports the supposition that you have a old version of cygwin1.dll hanging around on your system. You should find it and remove it. >Thanks You'r

Re: pthread_atfork

2004-10-31 Thread Bruno Paulet
nt: Sunday, October 31, 2004 9:42 PM Subject: Re: pthread_atfork > At 12:00 PM 10/31/2004, you wrote: > > > >Hi all, > > > >I apologize for this basic question, but I have an error message > >(pthread_atfork no found in cygwin1.dll) when I try to start a cygwin NT

Re: pthread_atfork

2004-10-31 Thread Larry Hall
At 12:00 PM 10/31/2004, you wrote: >Hi all, > >I apologize for this basic question, but I have an error message >(pthread_atfork no found in cygwin1.dll) when I try to start a cygwin NT >service (cygrunsrv -S sshd) - Service installation seems to be ok. > >Does somebody kn

pthread_atfork

2004-10-31 Thread Bruno Paulet
Hi all, I apologize for this basic question, but I have an error message (pthread_atfork no found in cygwin1.dll) when I try to start a cygwin NT service (cygrunsrv -S sshd) - Service installation seems to be ok. Does somebody know what's wrong ? Thanks in advance. -- Unsubscribe