Boost C++ Libraries: Ticket #11262: bad use of direct pointer in shared_state_nullary_task https://svn.boost.org/trac10/ticket/11262 <p> shared_state_nullary_task stores a direct pointer to a shared_state. It must use instead a shared_pointer to avoid lifetime issues. </p> <p> This class is used in async(Ex, f) and future::then(ex,f). As far as the resulting future blocks on the constructor the lifetime issue is not easy to reproduce. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11262 Trac 1.4.3 viboes Sun, 03 May 2015 09:26:33 GMT owner, status changed https://svn.boost.org/trac10/ticket/11262#comment:1 https://svn.boost.org/trac10/ticket/11262#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Anthony Williams</span> to <span class="trac-author">viboes</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket viboes Tue, 29 Sep 2015 20:00:23 GMT milestone changed https://svn.boost.org/trac10/ticket/11262#comment:2 https://svn.boost.org/trac10/ticket/11262#comment:2 <ul> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.60.0</span> </li> </ul> <p> <a class="ext-link" href="https://github.com/boostorg/thread/commit/ea9eb62802193654d3deee968b51b658b7005e6c"><span class="icon">​</span>https://github.com/boostorg/thread/commit/ea9eb62802193654d3deee968b51b658b7005e6c</a> </p> Ticket viboes Wed, 21 Oct 2015 22:18:44 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/11262#comment:3 https://svn.boost.org/trac10/ticket/11262#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> 4321b59c1eedde71da58f592aa4c741a1feff046 </p> Ticket