Boost logo

Boost Users :

Subject: [Boost-users] [test] SIGSEGV using BOOST_CHECK_XXXX from a BOOST_GLOBAL_FIXTURE
From: mark Pashley (mark.pashley_at_[hidden])
Date: 2011-09-15 16:28:04


Hi all, If any function called by a BOOST_GLOBAL_FIXTURE makes a BOOST_XXXX macro call my test case is terminated with a SIGSEGV. I assume that this is because some part of the boost test framework has not been initialised as the point where by call is made. Is this a known problem or is this intentional behaviour? If this is intentional what should I do instead of calling BOOST_MESSAGE / BOOST_FAIL / BOOST_CHECK (for now I have replaced the last 2 with assert but this is not ideal...). Regards Mark



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net