[cmake-developers] memory leaks in cpack

Bill Hoffman bill.hoffman at kitware.com
Fri Mar 18 16:08:47 EDT 2011


On 3/18/2011 3:52 PM, Eric Noulard wrote:
> Yes but this could be a real symptom a memory corruption.
> What is the simplest way for me to run the same valgrind test locally?
>
> Which ctest one line command, may use for that?
>

That said...

The problem seems to be here:

     dbfilename += this->GetOption("WDIR");

My guess is WDIR is returning null from GetOption in this test which 
causes the crash.

-Bill



More information about the cmake-developers mailing list