debian.supp 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. ##
  2. ## Debian suppressions
  3. ##
  4. {
  5. rpmatch bug#350347
  6. Memcheck:Leak
  7. ...
  8. fun:rpmatch
  9. }
  10. {
  11. glib type registry bug#231989
  12. Memcheck:Leak
  13. fun:calloc
  14. fun:g_malloc0
  15. fun:type_node_any_new_W
  16. }
  17. {
  18. dlopen() with -lpthread bug#700899
  19. Memcheck:Leak
  20. fun:calloc
  21. fun:_dlerror_run
  22. fun:dlopen@@GLIBC_2.2.5
  23. }
  24. {
  25. openmp with libgomp bug#783685
  26. Memcheck:Leak
  27. fun:malloc
  28. fun:gomp_malloc
  29. fun:gomp_init_num_threads
  30. fun:initialize_env
  31. fun:call_init.part.0
  32. fun:call_init
  33. }
  34. {
  35. helgrind false positive with glibc 2.28 bug#918023
  36. Helgrind:Race
  37. fun:mempcpy
  38. fun:_IO_new_file_xsputn
  39. fun:_IO_file_xsputn@@GLIBC_2.2.5
  40. }
  41. {
  42. drd false positive with glibc 2.28 bug#918023
  43. drd:ConflictingAccess
  44. fun:mempcpy
  45. fun:_IO_new_file_xsputn
  46. fun:_IO_file_xsputn@@GLIBC_2.2.5
  47. }
  48. {
  49. helgrind false positive with glibc 2.28 bug#918023, bug#931315
  50. Helgrind:Race
  51. fun:mempcpy
  52. fun:_IO_new_file_xsputn
  53. fun:_IO_file_xsputn@@GLIBC_2.17
  54. }
  55. {
  56. drd false positive with glibc 2.28 bug#918023, bug#931315
  57. drd:ConflictingAccess
  58. fun:mempcpy
  59. fun:_IO_new_file_xsputn
  60. fun:_IO_file_xsputn@@GLIBC_2.17
  61. }