
Well, I'm still suffering here. My two new tests for DLLS are failing with gcc and I can't seem to get debug them with my cygwin setup. So if someone would like to look into that I would be greatful. Also, fixing some other bugs broke test_no_rtti and I having a heck of time fixing that. This is a logical problem I'm working on and I don't think anyone can help me with so you can all relax. Robert Ramey Hartmut Kaiser wrote:
Robert,
Hartmut Kaiser wrote:
Now, at runtime I'm getting a pure virtual function call assertion here: libs/serialization/src/void_cast.cpp, line 239 (yes, it's still the same delete, *sigh*.
This is starting to stress me out. Turns out I had a few "pure virtual function call" assertions related to the usage of virtual functions called from destructors. The showed up in a few of the serialization library tests but I thought I fixed them all - at least all the tests pass now (except for one unrelated? test).
In my current copy, line 239 isn't an "assert" statement but rather a "delete vc". Before it was invoking an assertion in extended_type_info comparison - server levels down.
Your latest changes seem to have fixed my issues. Everything started to work again.
Thanks! Regards Hartmut
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost