|
From: Paul F. <pa...@fr...> - 2008-05-18 19:34:19
|
Guillaume Koenig wrote: > hi, > > when running valgrind on my program, i get the following summary : > > ==32634== > ==32634== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 12 from 1) > ==32634== malloc/free: in use at exit: 0 bytes in 0 blocks. > ==32634== malloc/free: 0 allocs, 0 frees, 0 bytes allocated. > ==32634== For counts of detected errors, rerun with: -v > ==32634== All heap blocks were freed -- no leaks are possible. > > i don't understand what "suppressed: 12 from 1" mean, is that 12 errors > that were automatically removed ? are they important ? should i care > about them ? > > thanks a lot. Valgrind has a built-in set of suppressions that are well known. They are probably harmless, and even if they aren't, yo probably aren't going to want to get involved in cleaning glibc or the X11 libs so that they don't cause any more Valgrind errors. A+ Paul -- Paul Floyd http://paulf.free.fr |