gem5/util/valgrind-suppressions
Mitch Hayenga 564cc801c6 util: Valgrind suppression addition
Adds a suppression rule to util/valgrind-suppressions due to a minor bug
present in zlib that has no impact on simulation.
2014-04-23 05:18:29 -04:00

118 lines
1.4 KiB
Plaintext

{
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
}
{
zlib error
Memcheck:Cond
fun:inflateReset2
}