forked from KubaO/podofobrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalgrind.suppressions
51 lines (51 loc) · 927 Bytes
/
valgrind.suppressions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
Err_QtXLibError_writeBuf
Memcheck:Param
write(buf)
fun:write
fun:_X11TransWrite
}
{
Err_QtXLibError_writeVec
Memcheck:Param
writev(vector[...])
fun:do_writev
fun:writev
}
{
Err_QtGuiErrors_QPainter_begin
Memcheck:Cond
obj:/usr/lib/libQtGui.so.4.2.1
fun:_ZN8QPainter5beginEP12QPaintDevice
}
{
Err_QtGuiErrors_QPainter_setWorldMatrix
Memcheck:Cond
obj:/usr/lib/libQtGui.so.4.2.1
fun:_ZN8QPainter14setWorldMatrixERK7QMatrixb
}
{
Err_QtGuiErrors_QPainter_setWorldMatrixEnabled
Memcheck:Cond
obj:/usr/lib/libQtGui.so.4.2.1
fun:_ZN8QPainter21setWorldMatrixEnabledEb
}
{
Err_QtGuiErrors_Deep
Memcheck:Cond
obj:/usr/lib/libQtGui.so.4.2.1
obj:/usr/lib/libQtGui.so.4.2.1
}
{
Err_Qt_Clone_UninitedParams
Memcheck:Param
clone(child_tidptr)
fun:clone
fun:clone
}
{
Err_Qt_Pthread_Cond
Memcheck:Cond
fun:__pthread_manager
fun:clone
}