49 lines · plain
1{2 False leak under RegisterPass3 Memcheck:Leak4 ...5 fun:_ZN83_GLOBAL_*PassRegistrar12RegisterPassERKN4llvm8PassInfoE6 fun:_ZN4llvm8PassInfo12registerPassEv7}8 9# Python false positives according to10# http://svn.python.org/projects/python/trunk/Misc/README.valgrind11 12{13 ADDRESS_IN_RANGE/Invalid read of size 414 Memcheck:Addr415 obj:/usr/bin/python*16}17 18{19 ADDRESS_IN_RANGE/Invalid read of size 420 Memcheck:Value421 obj:/usr/bin/python*22}23 24{25 ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value26 Memcheck:Cond27 obj:/usr/bin/python*28}29 30{31 We don't care if as leaks32 Memcheck:Leak33 obj:/usr/bin/as34}35 36{37 We don't care if python leaks38 Memcheck:Leak39 fun:malloc40 obj:/usr/bin/python*41}42 43{44 We don't care about anything ld.so does.45 Memcheck:Cond46 obj:/lib/ld*.so47}48 49