$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [thread] #2739 shouldn't at_thread_exit work onthemainthread?
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2009-06-01 07:02:19
----- Original Message ----- 
From: "Larry Evans" <cppljevans_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Sunday, May 31, 2009 7:29 PM
Subject: Re: [boost] [thread] #2739 shouldn't at_thread_exit work onthemainthread?
> On 05/31/09 11:43, vicente.botet wrote:
> [snip]
> >>
> 
> > Thanks Larry for the informations. The fact the program fails let me
> > think that in your platform the bug is not present, as the function
> > is called. To be sure you can remove the abort and check that the
> > file test_ticket_2739.output in the directory
> > bin.v2/libs/thread/test_tickets/test_ticket_2739/ ... contains the
> > line "mycallable2".
> 
> Done.  Results in the attachment.
> 
> >
> > On which platform are you testing?
> 
> Also in attachment after line containing #platform.
> 
> > with which standard Clib?
> 
> My synaptic screen shows:
> 
>   Package: libc6
>            GNU C Library: Shared libraries
> 
>   installed Version
> 
>     Version: 2.7-10ubuntu4
> 
Thanks,
It seems that the bug is also present for linux so I suppose that at least the problem is POSIX related. Could someone test it on Windows?
Vicente