]> git.saurik.com Git - bison.git/blob - build-aux/Linux.valgrind
tests: update our Valgrind suppression files
[bison.git] / build-aux / Linux.valgrind
1 # Copyright (C) 2012-2015 Free Software Foundation, Inc.
2
3 # This program is free software: you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation, either version 3 of the License, or
6 # (at your option) any later version.
7 #
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
12 #
13 # You should have received a copy of the GNU General Public License
14 # along with this program. If not, see <http://www.gnu.org/licenses/>.
15
16 # Valgrind suppression file for Bison.
17
18 # Linux prague 4.1.2-2-ARCH #1 SMP PREEMPT Wed Jul 15 08:30:32 UTC 2015
19 # x86_64 GNU/Linux
20 {
21 Probably exception handling from G++ 5.1.
22 Memcheck:Leak
23 match-leak-kinds: reachable
24 fun:malloc
25 fun:pool
26 fun:__static_initialization_and_destruction_0
27 fun:_GLOBAL__sub_I_eh_alloc.cc
28 fun:call_init.part.0
29 fun:_dl_init
30 obj:/usr/lib/ld-2.21.so
31 }
32
33 # Linux seattle 2.6.32-5-amd64 #1 SMP Thu Mar 22 17:26:33 UTC 2012
34 # x86_64 GNU/Linux
35 {
36 index
37 Memcheck:Cond
38 fun:index
39 fun:expand_dynamic_string_token
40 fun:_dl_map_object
41 fun:map_doit
42 fun:_dl_catch_error
43 fun:do_preload
44 fun:dl_main
45 fun:_dl_sysdep_start
46 fun:_dl_start
47 obj:/lib/ld-2.11.3.so
48 }