bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: threads win32 + possible bug


From: Federico Montesino Pouzols
Subject: Re: threads win32 + possible bug
Date: Tue, 4 Feb 2003 09:02:04 +0100
User-agent: Mutt/1.4i

On Mon, Feb 03, 2003 at 11:48:07PM +0100, address@hidden wrote:
> Hm, how do I start? I still have this memory leaks.
> Pls can someone point me to a correct thread example.
> The examples in tests should they fail?
> 

        You can use start(), for joinable threads, or detach(), for
detached threads. I would suggest you the 'tcpservice' and 'tcpthread'
demos. The demos and tests are meant to work well, but there is a
thread test (thread2) that tries to raise an access violation.

> BTW join is _not_ linked to the WIN32 target as it is in a #ifndef WIN32 
> section. Move this below the *blocked_signals(sigset_t *sig) function 
> solve this problem.
> 
        Fixed in CVS.

> Adib.
> 
> 
> _______________________________________________
> Bug-commoncpp mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-commoncpp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]