[Libreoffice] Debug compilation fails in sal module

Caolán McNamara caolanm at redhat.com
Tue Jun 21 01:42:22 PDT 2011


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.




More information about the LibreOffice mailing list