Add valgrind-suppressions file.
--HG-- extra : convert_revision : 8c912aa723f2532c728b47a0bd83c3f3f27d7dfe
This commit is contained in:
parent
d5bb145590
commit
e80ab26abc
1 changed files with 113 additions and 0 deletions
113
util/valgrind-suppressions
Normal file
113
util/valgrind-suppressions
Normal file
|
@ -0,0 +1,113 @@
|
|||
{
|
||||
python error
|
||||
Memcheck:Cond
|
||||
fun:PyObject_Free
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Addr1
|
||||
fun:PyObject_Free
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Addr2
|
||||
fun:PyObject_Free
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Addr4
|
||||
fun:PyObject_Free
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Addr8
|
||||
fun:PyObject_Free
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Addr16
|
||||
fun:PyObject_Free
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Value1
|
||||
fun:PyObject_Free
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Value2
|
||||
fun:PyObject_Free
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Value4
|
||||
fun:PyObject_Free
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Value8
|
||||
fun:PyObject_Free
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Value16
|
||||
fun:PyObject_Free
|
||||
}
|
||||
|
||||
{
|
||||
python error
|
||||
Memcheck:Cond
|
||||
fun:PyObject_Realloc
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Addr1
|
||||
fun:PyObject_Realloc
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Addr2
|
||||
fun:PyObject_Realloc
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Addr4
|
||||
fun:PyObject_Realloc
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Addr8
|
||||
fun:PyObject_Realloc
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Addr16
|
||||
fun:PyObject_Realloc
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Value1
|
||||
fun:PyObject_Realloc
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Value2
|
||||
fun:PyObject_Realloc
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Value4
|
||||
fun:PyObject_Realloc
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Value8
|
||||
fun:PyObject_Realloc
|
||||
}
|
||||
{
|
||||
python error
|
||||
Memcheck:Value16
|
||||
fun:PyObject_Realloc
|
||||
}
|
||||
|
||||
|
Loading…
Reference in a new issue