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 of cmp
     37    Memcheck:Cond
     38    obj:/usr/bin/cmp
     39 }
     40 
     41 {
     42    We don't care if grep leaks
     43    Memcheck:Leak
     44    obj:/bin/grep
     45 }
     46 
     47 {
     48    We don't care if python leaks
     49    Memcheck:Leak
     50    fun:malloc
     51    obj:/usr/bin/python*
     52 }
     53 
     54 {
     55    We don't care about anything ld.so does.
     56    Memcheck:Cond
     57    obj:/lib/ld*.so
     58 }
     59 
     60 {
     61   suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
     62   Memcheck:Value8
     63   fun:__GI___strcasecmp_l
     64 }
     65 
     66 {
     67   suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
     68   Memcheck:Addr8
     69   fun:__GI___strcasecmp_l
     70 }
     71