
On Tue, Jun 16, 2009 at 00:24, Gennadiy Rozental <rogeeff@gmail.com> wrote:
Peter Soetens <peter.soetens <at> gmail.com> writes:
Hi,
I'm using Boost 1.37.0 (Ubuntu Jaunty). When I run my testcases, they seem to complete well, but just before the end of the program exit, I get this error from Boost UTF:
Please show simple example.
I have the same behavior in 1.39 For completeness, this is the backtrace when running in gdb: (gdb) run --log_level=all --catch_system_errors=no ... Leaving test suite "Name of test suite" Leaving test suite "Master Test Suite" 0.002 [ Debug ][Logger] Stopping StartStopManager. 0.002 [ Debug ][Logger] Stopping MainThread. 0.002 [ Info ][Logger] Orocos Logging Deactivated. [New Thread 0x7f7e29c39700 (LWP 6939)] Boost.Test framework internal error: unknown reason FATAL: exception not rethrown Program received signal SIGABRT, Aborted. [Switching to Thread 0x7f7e29c39700 (LWP 6939)] 0x00007f7e280d7fb5 in raise () from /lib/libc.so.6 (gdb) bt #0 0x00007f7e280d7fb5 in raise () from /lib/libc.so.6 #1 0x00007f7e280d9bc3 in abort () from /lib/libc.so.6 #2 0x00007f7e271fc741 in unwind_cleanup () from /lib/libpthread.so.0 #3 0x0000000000479670 in boost::unit_test::unit_test_main (init_func=0x475b98 <init_unit_test_suite(int, char**)>, argc=3, argv=0x7fff31c6e328) at /home/kaltan/src/git/boost_1_39_0/boost/test/impl/unit_test_main.ipp:202 #4 0x00000000004796e2 in main (argc=3, argv=0x7fff31c6e328) at /home/kaltan/src/git/boost_1_39_0/boost/test/impl/unit_test_main.ipp:233 Peter