123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- # StarPU --- Runtime system for heterogeneous multicore architectures.
- #
- # Copyright (C) 2014,2016-2018 CNRS
- # Copyright (C) 2014-2016,2019 Université de Bordeaux
- #
- # StarPU is free software; you can redistribute it and/or modify
- # it under the terms of the GNU Lesser General Public License as published by
- # the Free Software Foundation; either version 2.1 of the License, or (at
- # your option) any later version.
- #
- # StarPU is distributed in the hope that it will be useful, but
- # WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- #
- # See the GNU Lesser General Public License in COPYING.LGPL for more details.
- #
- {
- Ignore libc aio-internal races
- Helgrind:Race
- ...
- fun:aio_read
- ...
- }
- {
- Ignore libc aio-internal races
- Helgrind:Race
- ...
- fun:aio_write
- ...
- }
- {
- Ignore libc aio-internal races
- Helgrind:Race
- ...
- fun:__aio_notify
- ...
- }
- {
- Ignore libc aio-internal races
- Helgrind:Race
- ...
- fun:aio_suspend
- ...
- }
- {
- Ignore libc aio errors
- Memcheck:Leak
- match-leak-kinds: reachable
- ...
- fun:__aio_enqueue_request
- ...
- }
- {
- Ignore libc printf races
- Helgrind:Race
- ...
- fun:vfprintf
- ...
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- ...
- fun:dlopen@@GLIBC_2.2.5
- ...
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- match-leak-kinds: definite
- fun:malloc
- fun:lt__malloc
- fun:lt__zalloc
- obj:/usr/lib/x86_64-linux-gnu/libltdl.so.7.3.1
- ...
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- match-leak-kinds: reachable
- fun:malloc
- obj:/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.22
- fun:call_init.part.0
- fun:_dl_init
- obj:/lib/x86_64-linux-gnu/ld-2.21.so
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- match-leak-kinds: reachable
- fun:calloc
- fun:_dl_new_object
- fun:_dl_map_object_from_fd
- fun:_dl_map_object
- fun:openaux
- fun:_dl_catch_error
- fun:_dl_map_object_deps
- fun:dl_open_worker
- fun:_dl_catch_error
- fun:_dl_open
- fun:dlopen_doit
- fun:_dl_catch_error
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- match-leak-kinds: reachable
- fun:malloc
- fun:_dl_new_object
- fun:_dl_map_object_from_fd
- fun:_dl_map_object
- fun:openaux
- fun:_dl_catch_error
- fun:_dl_map_object_deps
- fun:dl_open_worker
- fun:_dl_catch_error
- fun:_dl_open
- fun:dlopen_doit
- fun:_dl_catch_error
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- match-leak-kinds: reachable
- fun:malloc
- fun:strdup
- fun:_dl_load_cache_lookup
- fun:_dl_map_object
- fun:openaux
- fun:_dl_catch_error
- fun:_dl_map_object_deps
- fun:dl_open_worker
- fun:_dl_catch_error
- fun:_dl_open
- fun:dlopen_doit
- fun:_dl_catch_error
- }
- {
- <insert_a_suppression_name_here>
- Memcheck:Leak
- match-leak-kinds: reachable
- fun:malloc
- obj:/usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
- obj:/usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
- obj:/usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
- fun:call_init.part.0
- fun:call_init
- fun:_dl_init
- obj:/lib/x86_64-linux-gnu/ld-2.26.so
- }
|