libc.suppr 791 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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:get_elem
  35. fun:__aio_enqueue_request
  36. fun:aio_read
  37. }
  38. {
  39. <insert_a_suppression_name_here>
  40. Memcheck:Leak
  41. ...
  42. fun:dlopen@@GLIBC_2.2.5
  43. ...
  44. }
  45. {
  46. <insert_a_suppression_name_here>
  47. Memcheck:Leak
  48. match-leak-kinds: definite
  49. fun:malloc
  50. fun:lt__malloc
  51. fun:lt__zalloc
  52. obj:/usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1
  53. ...
  54. }