X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=tools%2Fvalgrind.sup;h=bd2d35fd6cc4c84413c135b4829c06ecb399b8c5;hb=8fd21b2b2da6c78c27ca80699cb875ed537b77c1;hp=7e6a356768c1497d76b99acfe40c1bb0a59120ef;hpb=4e78b847d1fd6b3d6b5662579db202225b338b41;p=senf.git diff --git a/tools/valgrind.sup b/tools/valgrind.sup index 7e6a356..bd2d35f 100644 --- a/tools/valgrind.sup +++ b/tools/valgrind.sup @@ -16,15 +16,41 @@ } { + dl_main-suppression-1 + Memcheck:Cond + fun:strlen + fun:_dl_init_paths + ... + fun:_dl_start +} +{ + dl_main-suppression-2 + Memcheck:Cond + fun:_dl_relocate_object + ... + fun:_dl_start +} + +{ + nss_dl_open-supression-1 + Memcheck:Cond + fun:_dl_relocate_object + ... + fun:__nss_lookup +} + +{ inet_ntop-suppression-1 Memcheck:Cond fun:inet_ntop } { - if_indextoname-suppression-1 + siocgifindex-suppression-1 Memcheck:Param ioctl(SIOCGIFINDEX) + ... + fun:_ZN4senf15LLSocketAddress9interfaceERKSs } { @@ -34,11 +60,20 @@ ... fun:_ZN5boost17execution_monitor13catch_signalsERKNS_9unit_test9callback0IiEE } - +{ + boost_unittest_cleanup-suppression-1 + Memcheck:Addr4 + fun:_ZN5boost9unit_test14framework_implD1Ev +} +{ + boost_unittest_cleanup-suppression-2 + Memcheck:Addr8 + fun:_ZN5boost9unit_test14framework_implD1Ev +} { senf_writeablepolicy_writeto-supression-1 Memcheck:Param socketcall.sendto(msg) ... - fun:_ZN4senf15WriteablePolicy7writeto* + fun:_ZN* }