1 { 2 False leak under RegisterPass 3 Memcheck:Leak 4 ... 5 fun:_ZN83_GLOBAL_*PassRegistrar12RegisterPassERKN4llvm8PassInfoE 6 fun:_ZN4llvm8PassInfo12registerPassEv 7 } 8 9 # Python false positives according to 10 # http://svn.python.org/projects/python/trunk/Misc/README.valgrind 11 12 { 13 ADDRESS_IN_RANGE/Invalid read of size 4 14 Memcheck:Addr4 15 obj:/usr/bin/python* 16 } 17 18 { 19 ADDRESS_IN_RANGE/Invalid read of size 4 20 Memcheck:Value4 21 obj:/usr/bin/python* 22 } 23 24 { 25 ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value 26 Memcheck:Cond 27 obj:/usr/bin/python* 28 } 29 30 { 31 We don't care if as leaks 32 Memcheck:Leak 33 obj:/usr/bin/as 34 } 35 36 { 37 We don't care if python leaks 38 Memcheck:Leak 39 fun:malloc 40 obj:/usr/bin/python* 41 } 42 43 { 44 We don't care about anything ld.so does. 45 Memcheck:Cond 46 obj:/lib/ld*.so 47 } 48 49