Boost C++ Libraries: Ticket #542: _GLIBCXX_DEBUG fails on 1.33.1 - bug or design? https://svn.boost.org/trac10/ticket/542 <pre class="wiki">Results in segfault (on vector destructor) Was ok(and still is) on 1.33.0 Compiled with gcc 4.0.2 on RHELAS4 with g++ -rdynamic -export-dynamic -D_GLIBCXX_DEBUG -g -lboost_regex -o test test.cpp sourcefile incuded. </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/542 Trac 1.4.3 John Maddock Fri, 30 Dec 2005 10:42:02 GMT status changed https://svn.boost.org/trac10/ticket/542#comment:1 https://svn.boost.org/trac10/ticket/542#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=14804 Please make sure that you build the regex library with -D_GLIBCXX_DEBUG otherwise you will get different memory layouts for various objects in the library as compared to your executable - and hense the failure. If this doesn't fix things for you (it does for me with cygwin gcc) then please reopen the issue. John Maddock. </pre> Ticket