Boost C++ Libraries: Ticket #13262: boost.python purevirtual function in multithreading https://svn.boost.org/trac10/ticket/13262 <p> hello boost: </p> <blockquote> <p> In the problem, i create a "base" class which include create a new thread to process message from a Queue. In the class, there is a member function called "detail" which is a pure virtual function to be a interface for python. </p> </blockquote> <p> i wrap "base" class by boost.python. In the python code, i create a new class named "baseup" to inheritance "base". the bug is that, when i run the python code, there is a "dump core" error </p> <blockquote> <p> hope you can contact me soon and i will support with my code. </p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/13262 Trac 1.4.3 John Maddock Thu, 10 May 2018 11:03:34 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/13262#comment:1 https://svn.boost.org/trac10/ticket/13262#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">obsolete</span> </li> </ul> <p> Moved to <a class="ext-link" href="https://github.com/boostorg/python/issues/200"><span class="icon">​</span>https://github.com/boostorg/python/issues/200</a> </p> Ticket