Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
842B

  1. # ld related errors, unfixed since the dawn of time
  2. {
  3. _dl_init-1
  4. Memcheck:Leak
  5. match-leak-kinds: reachable
  6. ...
  7. fun:call_init
  8. fun:_dl_init
  9. obj:/lib/x86_64-linux-gnu/ld-2.27.so
  10. }
  11. {
  12. _dl_init-2
  13. Memcheck:Leak
  14. match-leak-kinds: possible
  15. ...
  16. fun:call_init
  17. fun:_dl_init
  18. obj:/lib/x86_64-linux-gnu/ld-2.27.so
  19. }
  20. {
  21. _dl_init-3
  22. Memcheck:Leak
  23. match-leak-kinds: definite
  24. ...
  25. fun:call_init
  26. fun:_dl_init
  27. obj:/lib/x86_64-linux-gnu/ld-2.27.so
  28. }
  29. {
  30. dlclose-1
  31. Memcheck:Leak
  32. match-leak-kinds: reachable
  33. fun:calloc
  34. fun:_dlerror_run
  35. fun:dlopen@@GLIBC_2.2.5
  36. ...
  37. }
  38. {
  39. dlclose-2
  40. Memcheck:Leak
  41. match-leak-kinds: reachable
  42. ...
  43. fun:_dl_open
  44. ...
  45. }
  46. # XInitThreads
  47. {
  48. XInitThreads
  49. Memcheck:Leak
  50. match-leak-kinds: reachable
  51. fun:malloc
  52. fun:XInitThreads
  53. ...
  54. }