Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9118: Seg fault on thread join
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-09-15 19:55:05
#9118: Seg fault on thread join
-------------------------------+----------------------
Reporter: tconant@⦠| Owner: anthonyw
Type: Bugs | Status: new
Milestone: To Be Determined | Component: threads
Version: Boost 1.54.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------
Comment (by anonymous):
Here is a the backtrace :
{{{
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000001
0x000000010002df45 in boost::detail::thread_data_base::~thread_data_base
()
(gdb) bt
#0 0x000000010002df45 in
boost::detail::thread_data_base::~thread_data_base ()
#1 0x0000000100004c15 in
boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(),
boost::_bi::list0> >::~thread_data ()
#2 0x0000000100003b05 in
boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(),
boost::_bi::list0> >::~thread_data ()
#3 0x0000000100003b29 in
boost::detail::thread_data<boost::_bi::bind_t<void, void (*)(),
boost::_bi::list0> >::~thread_data ()
#4 0x0000000100005aee in
boost::checked_delete<boost::detail::thread_data<boost::_bi::bind_t<void,
void (*)(), boost::_bi::list0> > > ()
#5 0x0000000100005be9 in
boost::detail::sp_counted_impl_p<boost::detail::thread_data<boost::_bi::bind_t<void,
void (*)(), boost::_bi::list0> > >::dispose ()
#6 0x000000010002e9bf in boost::thread::join_noexcept ()
#7 0x00000001000019a4 in boost::thread::join ()
#8 0x0000000100000d45 in main ()
(gdb)
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9118#comment:2> 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