Anyone else using boost 1.37 and seeing the following error? Doesn't seem to be in our code at all.

==16352== Invalid read of size 4
==16352== at 0x4044C87: boost::unit_test::framework_impl::~framework_impl() (in /usr/lib/libboost_unit_test_framework.so.1.37.0)
==16352==    by 0x841E0E: exit (in /lib/libc-2.10.1.so)
==16352==    by 0x829A6D: (below main) (in /lib/libc-2.10.1.so)
==16352==  Address 0x47b7374 is 20 bytes inside a block of size 24 free'd
==16352==    at 0x400576A: operator delete(void*) (vg_replace_malloc.c:342)
==16352== by 0x403F1E2: boost::unit_test::framework::deregister_test_unit(boost::unit_test::test_unit*) (in /usr/lib/libboost_unit_test_framework.so.1.37.0) ==16352== by 0x405CA1E: boost::unit_test::test_unit::~test_unit() (in /usr/lib/libboost_unit_test_framework.so.1.37.0) ==16352== by 0x4044C86: boost::unit_test::framework_impl::~framework_impl() (in /usr/lib/libboost_unit_test_framework.so.1.37.0)
==16352==    by 0x841E0E: exit (in /lib/libc-2.10.1.so)
==16352==    by 0x829A6D: (below main) (in /lib/libc-2.10.1.so)
{
<insert a suppression name here>
   Memcheck:Addr4
   fun:_ZN5boost9unit_test14framework_implD1Ev
   fun:exit
   fun:(below main)
}


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to