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