ci(amd64/gcc/valgrind): add suppression for XFlush
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
686ccc8f71
commit
df056d08ed
1 changed files with 12 additions and 0 deletions
|
@ -823,3 +823,15 @@
|
||||||
fun:_dl_catch_exception
|
fun:_dl_catch_exception
|
||||||
fun:_dl_catch_error
|
fun:_dl_catch_error
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
<xlib_uninit_writev>
|
||||||
|
Memcheck:Param
|
||||||
|
writev(vector[...])
|
||||||
|
fun:writev
|
||||||
|
obj:*libxcb.so*
|
||||||
|
obj:*libxcb.so*
|
||||||
|
fun:xcb_writev
|
||||||
|
fun:_XSend
|
||||||
|
fun:_XFlush
|
||||||
|
fun:XFlush
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue