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.


_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to