[Ctk-developers] CTK Dasboard: Low Code Coverage : 42% .and. 608 Valgrind Errors.

Luis Ibanez luis.ibanez at kitware.com
Thu Apr 8 13:58:31 EDT 2010


The CTK Dasboard is in need of some Though Love.


A) Code Coverage:  42%
http://my.cdash.org/viewCoverage.php?buildid=57880


B) 608 Valgring Errors
http://my.cdash.org/viewDynamicAnalysis.php?buildid=57892


         We must fix this before the Hackaton.


It will be a disaster to have a lot of new code to be put
inside a repository with a weak testing infrastructure.


Any volunteer for adopting the orphan classes ?

./Libs/Core/ctkDependencyGraph.h
./Libs/DICOM/Core/ctkDICOMIndexer.cxx
./Libs/Core/ctkDependencyGraph.cxx
./Libs/Core/ctkModelTester.cxx



Many of the memory leaks seems to come from :

==9718==    at 0x4C25153: malloc (vg_replace_malloc.c:195)
==9718==    by 0x75331A1: strdup (strdup.c:43)
==9718==    by 0x89F0C49: IceRegisterForProtocolSetup (in
/usr/lib/libICE.so.6.3.0)


Any reason for using the old strdup instead
of using "std::string"     ?


Finally,

There are no Windows nor Mac builds in the Dashboard...

Any volunteers for setting up additional builds ?



      Luis



More information about the Ctk-developers mailing list