Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Mon, 2011-06-20 at 21:42 +0200, Julien Nabet wrote:
I used "export DEBUGCPPUNIT=TRUE" and runned again a build in the sal 
directory.
I attached a zip which contains console logs and gdb trace log from 
sal/qa/process.
Hope it can give hints.

Well, that's odd, that says that std::line is freeing some memory when
getting resized in std::getline in...

std::string line;
while (std::getline(file, line, '\0'))
    env_container->push_back(line);

and crashing there, but there's apparently nothing wrong with that on
the face of it anyway.

C.



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.