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