Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9118: Seg fault on thread join
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-09-15 21:03:40
#9118: Seg fault on thread join
-------------------------------+----------------------
Reporter: tconant@⦠| Owner: viboes
Type: Bugs | Status: assigned
Milestone: To Be Determined | Component: threads
Version: Boost 1.54.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------
Comment (by viboes):
Do you get the same error if you change
{{{
boost::thread t1 (boost::bind( &do_nothing));
}}}
by
{{{
boost::thread t1 ( &do_nothing );
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9118#comment:4> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC