Re: printf output missing in multi-threaded program

2004-10-16 Thread Larry Hall
on, I wanted to clear it up. >Re: printf output missing in multi-threaded program > >* From: Corinna Vinschen >* To: cygwin at cygwin dot com >* Date: Fri, 24 Sep 2004 10:40:05 +0200 >* Subject: Re: printf output missing in multi-threaded program >* Refere

printf output missing in multi-threaded program

2004-10-15 Thread tfisher
blem keeps occuring. COuld you advise what release of cygwin should be used. Thanks alot. -Tom Fisher Re: printf output missing in multi-threaded program * From: Corinna Vinschen * To: cygwin at cygwin dot com * Date: Fri, 24 Sep 2004 10:40:05 +0200 * Subject: Re: printf output missin

Re: printf output missing in multi-threaded program

2004-09-24 Thread Christopher Faylor
On Fri, Sep 24, 2004 at 10:40:05AM +0200, Corinna Vinschen wrote: >Looks ok, doesn't it? It should be ok. I think I fixed this problem shortly after 1.5.11-1 was released. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.ht

Re: printf output missing in multi-threaded program

2004-09-24 Thread Corinna Vinschen
On Sep 24 11:11, Siegmar Gross wrote: > Yes. I have just updated Cygwin once more but it were only some X11 > packages. I still don't get the last 8 lines. Do you have any idea > what could be wrong in my installation? Do you need any other > information to answer the question? I'm talking about d

Re: printf output missing in multi-threaded program

2004-09-24 Thread Brian Dessent
Siegmar Gross wrote: > Yes. I have just updated Cygwin once more but it were only some X11 > packages. I still don't get the last 8 lines. Do you have any idea > what could be wrong in my installation? Do you need any other > information to answer the question? The key word in Corinna's reply is

Re: printf output missing in multi-threaded program

2004-09-24 Thread Siegmar Gross
> That's what I get with a recent Cygwin snapshot: > > Thread thr_fork: forking a child process. > Thread thr_wait: sleeping for 5 seconds. > Thread thr_fork: sleeping for 10 seconds. > Child process: I'm sleeping for 2 seconds. > Thread thr_fork: 1 s of sleeping time passed > Thread thr_fork: 2

Re: printf output missing in multi-threaded program

2004-09-24 Thread Corinna Vinschen
On Sep 24 09:20, Siegmar Gross wrote: > Hi, > > some of my multi-threaded programs don't print everything they should. > I have for example a small program to show that LinuxThreads don't > behave like real POSIX threads concerning "fork()" (only the thread > which creates a child process can wait

printf output missing in multi-threaded program

2004-09-24 Thread Siegmar Gross
Hi, some of my multi-threaded programs don't print everything they should. I have for example a small program to show that LinuxThreads don't behave like real POSIX threads concerning "fork()" (only the thread which creates a child process can wait for its termination with LinuxThreads). When I ru