libc.suppr 1001 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. Ignore libc aio-internal races
  3. Helgrind:Race
  4. ...
  5. fun:aio_read
  6. ...
  7. }
  8. {
  9. Ignore libc aio-internal races
  10. Helgrind:Race
  11. ...
  12. fun:aio_write
  13. ...
  14. }
  15. {
  16. Ignore libc aio-internal races
  17. Helgrind:Race
  18. ...
  19. fun:__aio_notify
  20. ...
  21. }
  22. {
  23. Ignore libc aio-internal races
  24. Helgrind:Race
  25. ...
  26. fun:aio_suspend
  27. ...
  28. }
  29. {
  30. Ignore libc aio errors
  31. Memcheck:Leak
  32. match-leak-kinds: reachable
  33. ...
  34. fun:__aio_enqueue_request
  35. ...
  36. }
  37. {
  38. <insert_a_suppression_name_here>
  39. Memcheck:Leak
  40. ...
  41. fun:dlopen@@GLIBC_2.2.5
  42. ...
  43. }
  44. {
  45. <insert_a_suppression_name_here>
  46. Memcheck:Leak
  47. match-leak-kinds: definite
  48. fun:malloc
  49. fun:lt__malloc
  50. fun:lt__zalloc
  51. obj:/usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1
  52. ...
  53. }
  54. {
  55. <insert_a_suppression_name_here>
  56. Memcheck:Leak
  57. match-leak-kinds: reachable
  58. fun:malloc
  59. obj:/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
  60. fun:call_init.part.0
  61. fun:_dl_init
  62. obj:/lib/x86_64-linux-gnu/ld-2.21.so
  63. }