On Mon, 2011-07-11 at 20:49 +0200, Lubos Lunak wrote:
Hello,
do the attached patches look ok? With debug build I have unit tests failing
because of _GLIBCXX_DEBUG mismatch (our code built with it, cppunit without),
leading to CppUnit::Message dtor (not explicitly defined, thus generated by
the compiler while compiling the unit test) accessing memory not allocated by
the ctor (located in the cppunit library).
I think the whole mixing code with and without -D_GLIBCXX_DEBUG is sadly
hopeless. "this flag changes the sizes and behavior of standard class
templates such as std::vector, and therefore you can only link code
compiled with debug mode and code compiled without debug mode if no
instantiation of a container is passed between the two translation
units."
I reckon we probably have to bite the bullet and drop -D_GLIBCXX_DEBUG
from solenv ?
C.
p.s. There is another hack e.g. include <debug/list> vs include <list>
which might be work investigating.
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.