
On Wed, Sep 22, 2010 at 6:07 PM, Richard
[Please do not mail me a copy of your followup]
boost-users@lists.boost.org spake the secret code
thusly: With boost 1.44.0 (the same happens with 1.43) the following test causes a crash in framework.ipp:388 with a dereference of a NULL pointer. [...]
-- test.cpp -- #define BOOST_TEST_MODULE parse_empty_import_documents #include
BOOST_AUTO_TEST_CASE (parse_empty_import_documents) { } -- test.cpp --
Does the crash disappear if you give your auto test case and your test module different names?
No, the crash happens exactly the same if I change the module test name to parse_empty_import_documents_module.
-- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
Regards, -- Felipe Magno de Almeida