Skip to content

Instantly share code, notes, and snippets.

@ArseniyShestakov
Last active August 22, 2016 02:51
Show Gist options
  • Save ArseniyShestakov/1dbab310b6ca02d2d7d52097b54f8f31 to your computer and use it in GitHub Desktop.
Save ArseniyShestakov/1dbab310b6ca02d2d7d52097b54f8f31 to your computer and use it in GitHub Desktop.
VCMI suppression file for Valgrind Memcheck
{
<insert_a_suppression_name_here>
Memcheck:Param
writev(vector[...])
...
obj:/usr/lib/*/libxcb*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/usr/lib/*/libdrm_intel*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/usr/lib/*/dri/i965_dri*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/usr/lib/*/mesa/libGL*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/usr/lib/*/libX11*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/usr/lib/*/libSDL2*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/usr/lib/*/libicuuc*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/lib/*/libglib*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/usr/lib/*/libnuma*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/usr/lib/*/libpulse*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/usr/lib/*/pulseaudio/libpulsecommon*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/usr/lib/*/libjack*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/usr/lib/*/libgnutls*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/usr/lib/*/libfreetype*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/usr/lib/*/libgomp*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/usr/lib/*/libavformat*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/usr/lib/*/libavcodec*
...
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
match-leak-kinds: all
...
obj:/usr/lib/*/libavutil*
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment