hwloc.suppr 799 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. zlib doesn't cleanup
  3. Memcheck:Cond
  4. fun:inflateReset2
  5. fun:inflateInit2_
  6. }
  7. {
  8. hwloc cannot free the global parser (xmlCleanupParser) because other threads may be using it
  9. Memcheck:Leak
  10. ...
  11. fun:xmlInitParser
  12. }
  13. {
  14. hwloc cannot free the global xml dict RMutex because it cannot call xmlCleanupParser
  15. Memcheck:Leak
  16. fun:malloc
  17. fun:xmlNewRMutex
  18. ...
  19. fun:xmlDictCreate
  20. }
  21. {
  22. libtool leaves memory behind
  23. Memcheck:Leak
  24. ...
  25. fun:hwloc_components_init
  26. }
  27. {
  28. <insert_a_suppression_name_here>
  29. Memcheck:Leak
  30. match-leak-kinds: definite
  31. fun:malloc
  32. fun:lt__malloc
  33. fun:lt__zalloc
  34. obj:/usr/lib/x86_64-linux-gnu/libltdl.so.7.3.0
  35. fun:lt_dlopenadvise
  36. obj:*
  37. obj:*
  38. obj:/usr/lib/x86_64-linux-gnu/libhwloc.so.5.6.8
  39. fun:hwloc_topology_init
  40. }