GNU gdb 6.5 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-suse-linux"...Using host libthread_db library "/lib64/libthread_db.so.1". (gdb) re Starting program: /rmc/hunold/built/bjam/boost_1.35.0/libs/test/test/fixed_mapping_test.test/gcc-4.1/debug/fixed_mapping_test [Thread debugging using libthread_db enabled] [New Thread 47628690860976 (LWP 32111)] terminate called after throwing an instance of '__gnu_cxx::recursive_init_error' what(): std::exception Program received signal SIGABRT, Aborted. [Switching to Thread 47628690860976 (LWP 32111)] 0x00002b516b020535 in raise () from /lib64/libc.so.6 (gdb) where #0 0x00002b516b020535 in raise () from /lib64/libc.so.6 #1 0x00002b516b021990 in abort () from /lib64/libc.so.6 #2 0x00002b516a72ccc4 in __gnu_cxx::__verbose_terminate_handler () from /usr/lib64/libstdc++.so.6 #3 0x00002b516a72ac76 in __cxxabiv1::__terminate () from /usr/lib64/libstdc++.so.6 #4 0x00002b516a729fbb in __cxa_call_terminate () from /usr/lib64/libstdc++.so.6 #5 0x00002b516a72a9cc in __gxx_personality_v0 () from /usr/lib64/libstdc++.so.6 #6 0x00002b516abce7f8 in _Unwind_RaiseException_Phase2 (exc=0x60f060, context=0x7fff40b33c40) at ../../gcc/unwind.inc:66 #7 0x00002b516abceb1b in _Unwind_Resume (exc=0x7d6f) at ../../gcc/unwind.inc:234 #8 0x00002b516a72b0f3 in __cxa_guard_acquire () from /usr/lib64/libstdc++.so.6 #9 0x000000000040793e in boost::unit_test::ut_detail::auto_tc_exp_fail::instance () at /rmc/hunold/packages/boost/boost/test/unit_test_suite_impl.hpp:287 #10 0x00000000004079c5 in auto_tc_exp_fail (this=0x60e168, v=0) at /rmc/hunold/packages/boost/boost/test/unit_test_suite_impl.hpp:282 #11 0x000000000040795c in boost::unit_test::ut_detail::auto_tc_exp_fail::instance () at /rmc/hunold/packages/boost/boost/test/unit_test_suite_impl.hpp:287 #12 0x00000000004036bb in __static_initialization_and_destruction_0 (__initialize_p=1, __priority=65535) at fixed_mapping_test.cpp:29 #13 0x00000000004037d5 in global constructors keyed to _ZN5boost9unit_test51_GLOBAL__N_fixed_mapping_test.cpp_00000000_DC15C9E113unit_test_logE () at fixed_mapping_test.cpp:78 #14 0x0000000000409f2a in __do_global_ctors_aux () #15 0x0000000000403383 in _init () #16 0x00002b516a42d700 in __CTOR_LIST__ () from /rmc/hunold/built/bjam/boost_1.35.0/libs/test/build/gcc-4.1/debug/libboost_unit_test_framework-gcc41-mt-d-1_35.so.1.35.0 #17 0x0000000000409eb7 in __libc_csu_init () #18 0x00002b516b00da7e in __libc_start_main () from /lib64/libc.so.6 #19 0x00000000004035c9 in _start () (gdb) quit The program is running. Exit anyway? (y or n)