]> git.mxchange.org Git - flightgear.git/blob - scripts/debug/sample.fgfs.supp
Remove a duplicate line.
[flightgear.git] / scripts / debug / sample.fgfs.supp
1 # valgrind suppression rules for FlightGear
2
3 # Format of this file is:
4 # {
5 #     name_of_suppression
6 #     kind: one of Param Value1 Value2 Value4 Value8
7 #               Cond Free PThread Addr1 Addr2 Addr4 Addr8
8 #     (if Param: name of system call param, if Free: name of free-ing fn)
9 #     caller0 name, or /name/of/so/file.so
10 #     caller1 name, or ditto
11 #     (optionally: caller2 name)
12 #     (optionally: caller3 name)
13 #  }
14
15 # sample rules for Linux kernel 2.4, glibc 2.2.4, XFree86 4.2.0, 3dfx
16
17 {
18     _dlopen_signal_error(Addr1)
19     Addr1
20     fun:_dl_signal_error
21     fun:_dl_open
22     fun:dlopen_doit
23 }
24
25 {
26     _dl_signal_error(Addr4)
27     Addr4
28     fun:_dl_signal_error
29     fun:_dl_open
30     fun:dlopen_doit
31 }
32
33 {
34     memcpy(Addr1)
35     Addr1
36     fun:memcpy
37     fun:_dl_signal_error
38     fun:_dl_open
39     fun:dlopen_doit
40 }
41
42 {
43     memcpy(Addr4)
44     Addr4
45     fun:memcpy
46     fun:_dl_signal_error
47     fun:_dl_open
48     fun:dlopen_doit
49 }
50
51 {
52     ioctl(generic)/(Param)
53     Param
54     ioctl(generic)
55     fun:__ioctl
56     fun:driMesaCreateScreen
57     fun:__driCreateScreen
58 }
59
60 {
61     Mesa/texsubimage2d...(Addr1)
62     Addr1
63     fun:texsubimage2d_*_to_*
64     fun:convert_texsubimage2d_*
65     fun:_mesa_convert_texsubimage2d
66     fun:tdfxDDTexImage2D
67 }
68
69 {
70     Mesa/texsubimage2d...(Addr4)
71     Addr4
72     fun:texsubimage2d_*_to_*
73     fun:convert_texsubimage2d_*
74     fun:_mesa_convert_texsubimage2d
75     fun:tdfxDDTexImage2D
76 }
77
78 {
79     Mesa/texsubimage2d...(Value1)
80     Value1
81     fun:texsubimage2d_*_to_*
82     fun:convert_texsubimage2d_*
83     fun:_mesa_convert_texsubimage2d
84     fun:tdfxDDTexImage2D
85 }
86
87 {
88     known-plib-bug/already_reported(Cond)
89     Cond
90     fun:removeEntity__7ssgListUi
91 }
92
93 {
94     zlib/pthread-bug(PThread)
95     PThread
96     fun:pthread_error
97     fun:__pthread_mutex_destroy
98     fun:_IO_default_finish
99 }
100