x86_64-pc-linux-gnu.supp 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. False leak under RegisterPass
  3. Memcheck:Leak
  4. ...
  5. fun:_ZN4llvm12PassRegistry12registerPassERKNS_8PassInfoE
  6. }
  7. # Python false positives according to
  8. # http://svn.python.org/projects/python/trunk/Misc/README.valgrind
  9. {
  10. ADDRESS_IN_RANGE/Invalid read of size 4
  11. Memcheck:Addr4
  12. obj:/usr/bin/python*
  13. }
  14. {
  15. ADDRESS_IN_RANGE/Invalid read of size 4
  16. Memcheck:Value8
  17. obj:/usr/bin/python*
  18. }
  19. {
  20. ADDRESS_IN_RANGE/Conditional jump or move depends on uninitialised value
  21. Memcheck:Cond
  22. obj:/usr/bin/python*
  23. }
  24. {
  25. We don't care if as leaks
  26. Memcheck:Leak
  27. obj:/usr/bin/as
  28. }
  29. {
  30. We don't care if bash leaks
  31. Memcheck:Leak
  32. fun:malloc
  33. fun:xmalloc
  34. obj:/bin/bash
  35. }
  36. {
  37. We don't care of cmp
  38. Memcheck:Cond
  39. obj:/usr/bin/cmp
  40. }
  41. {
  42. We don't care if grep leaks
  43. Memcheck:Leak
  44. obj:/bin/grep
  45. }
  46. {
  47. We don't care if python leaks
  48. Memcheck:Leak
  49. fun:malloc
  50. obj:/usr/bin/python*
  51. }
  52. {
  53. We don't care if sed leaks
  54. Memcheck:Leak
  55. fun:calloc
  56. fun:malloc
  57. obj:/bin/sed
  58. }
  59. {
  60. We don't care about anything ld.so does.
  61. Memcheck:Cond
  62. obj:/lib/ld*.so
  63. }
  64. {
  65. suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
  66. Memcheck:Value8
  67. fun:__GI___strcasecmp_l
  68. }
  69. {
  70. suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
  71. Memcheck:Addr8
  72. fun:__GI___strcasecmp_l
  73. }