Does anyone have experience with CppUnit running under Insure++ instrumented builds? At some point i was able to run our Unittests succesfully, but they have increased vastly in number since, and now I get access violations only when running with Insure++. As a standalone, the executable wont even start. There is an access violation even before main() is run. Debugging with Insure++ makes all of the tests throw an Access Violation Exception, which CppUnit catches.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does anyone have experience with CppUnit running under Insure++ instrumented builds? At some point i was able to run our Unittests succesfully, but they have increased vastly in number since, and now I get access violations only when running with Insure++. As a standalone, the executable wont even start. There is an access violation even before main() is run. Debugging with Insure++ makes all of the tests throw an Access Violation Exception, which CppUnit catches.