valgrind.suppr 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. # StarPU --- Runtime system for heterogeneous multicore architectures.
  2. #
  3. # Copyright (C) 2016-2018 CNRS
  4. # Copyright (C) 2017 Inria
  5. #
  6. # StarPU is free software; you can redistribute it and/or modify
  7. # it under the terms of the GNU Lesser General Public License as published by
  8. # the Free Software Foundation; either version 2.1 of the License, or (at
  9. # your option) any later version.
  10. #
  11. # StarPU is distributed in the hope that it will be useful, but
  12. # WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. #
  15. # See the GNU Lesser General Public License in COPYING.LGPL for more details.
  16. #
  17. {
  18. valgrind_suppr1
  19. Memcheck:Leak
  20. match-leak-kinds: reachable
  21. fun:malloc
  22. fun:ensure_sReq_space
  23. fun:add_shadow_Request
  24. fun:PMPI_Irecv
  25. }
  26. {
  27. _dl_init_suppr_01
  28. Memcheck:Leak
  29. fun:malloc
  30. ...
  31. fun:call_init.part.0
  32. fun:_dl_init
  33. ...
  34. }
  35. {
  36. <insert_a_suppression_name_here>
  37. Memcheck:Free
  38. fun:free
  39. obj:/bin/bash
  40. fun:run_unwind_frame
  41. fun:parse_and_execute
  42. obj:/bin/bash
  43. fun:source_file
  44. fun:source_builtin
  45. obj:/bin/bash
  46. obj:/bin/bash
  47. fun:execute_command_internal
  48. fun:execute_command
  49. fun:reader_loop
  50. fun:main
  51. }
  52. {
  53. <insert_a_suppression_name_here>
  54. Memcheck:Free
  55. fun:free
  56. obj:/bin/bash
  57. fun:run_unwind_frame
  58. fun:parse_and_execute
  59. fun:command_substitute
  60. obj:/bin/bash
  61. obj:/bin/bash
  62. fun:expand_string_assignment
  63. obj:/bin/bash
  64. obj:/bin/bash
  65. obj:/bin/bash
  66. obj:/bin/bash
  67. fun:execute_command_internal
  68. fun:parse_and_execute
  69. obj:/bin/bash
  70. fun:source_file
  71. fun:source_builtin
  72. obj:/bin/bash
  73. obj:/bin/bash
  74. fun:execute_command_internal
  75. fun:execute_command
  76. fun:reader_loop
  77. fun:main
  78. }