Hello!
This happens due to order of unloading dlls in Windows in relation with static variables destruction. First the PlugIn dll is unloaded, and then some destructors which belong to the memory space just released by the former dll are called.
The bottleneck sits in the TestFactoryRegistry.cpp file and it is regarding how the internal class TestFactoryRegistryList has implemented the...
2009-07-03 13:30:34 UTC in CppUnit - C++ port of JUnit