[Boost-bugs] [Boost C++ Libraries] #10721: boost::signals2 deadlock with pthread

Subject: [Boost-bugs] [Boost C++ Libraries] #10721: boost::signals2 deadlock with pthread
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-10-30 13:40:35


#10721: boost::signals2 deadlock with pthread
---------------------------------------+------------------------------
 Reporter: Stefan Bühler <buehler@…> | Type: Bugs
   Status: new | Milestone: To Be Determined
Component: None | Version: Boost 1.56.0
 Severity: Problem | Keywords:
---------------------------------------+------------------------------
 Hi,

 boost::signals2 releases the tracked pointers while holding the lock of
 the following connection_body; if a destructor of a tracked object tries
 to use this connection (for example through signal::empty() or
 connection::connected()) it enters a recursive lock on windows (works
 fine) and deadlocks with pthread.

 regards,
 Stefan

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10721>
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:17 UTC