Skip to content

Commit

Permalink
Don't complain about possible memory leaks in the Python allocator or
Browse files Browse the repository at this point in the history
dynamic module loader.


git-svn-id: https://svn.salilab.org/imp/trunk@14795 e91f8c7b-0e32-4433-a9ac-4502d39a4eab
  • Loading branch information
[email protected] authored and [email protected] committed Jul 10, 2012
1 parent 41966b4 commit 917d569
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion tools/valgrind-python.supp
Original file line number Diff line number Diff line change
Expand Up @@ -690,4 +690,42 @@
obj:/usr/lib64/libpython2.7.so.1.0
fun:PyObject_Call
obj:/usr/lib64/libpython2.7.so.1.0
}
}

{
<insert_a_suppression_name_here>
Memcheck:Addr8
fun:bcmp
fun:fillin_rpath
}

{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:_Znwm
fun:_GLOBAL__sub_I_Writer.cpp
fun:call_init.part.0
fun:_dl_init
}

{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:PyObject_Malloc
}

{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
...
fun:PyString_InternInPlace
}

{
<insert_a_suppression_name_here>
Memcheck:Leak
fun:malloc
fun:SwigPyClientData_New
}

0 comments on commit 917d569

Please sign in to comment.