libc.suppr 766 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. }