Skip to content

Commit

Permalink
add suppressions for a slightly newer version of gcc and CPython on s…
Browse files Browse the repository at this point in the history
…id which results in slightly different names for functions
  • Loading branch information
zooko committed Apr 1, 2012
1 parent 00b03ef commit 0e4720d
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion misc/coding_helpers/python.supp
Expand Up @@ -44,7 +44,7 @@
fun:_dl_catch_error
}

# generated on luther sid
# generated on luther sid with "python: 2.7.2+ (default, Jan 20 2012, 23:05:38) [GCC 4.6.2]"
# e.g. https://tahoe-lafs.org/buildbot-pycryptopp/builders/luther%20sid/builds/38/steps/double%20load%20valgrind/logs/valgrind
{
luther sid addr4 realloc
Expand All @@ -64,6 +64,27 @@
fun:PyObject_Realloc.part.0.20700
}

# generated on luther sid with "python: 2.7.3rc2 (default, Mar 21 2012, 16:14:45) [GCC 4.6.3]"
https://tahoe-lafs.org/buildbot-pycryptopp/builders/luther%20sid/builds/106/steps/test%20valgrind/logs/valgrind
{
luther sid addr4 realloc
Memcheck:Addr4
fun:PyObject_Realloc.part.0.20707
}

{
luther sid cond realloc
Memcheck:Cond
fun:PyObject_Realloc.part.0.20707
}

{
luther sid value4 realloc
Memcheck:Value4
fun:PyObject_Realloc.part.0.20707
}


# glibc was apparently changed to avoid this: http://sources.redhat.com/bugzilla/show_bug.cgi?id=4306
{
use (not really, according to Ulrich Drepper) of uninitailised bytes by glibc in utimes()
Expand Down

0 comments on commit 0e4720d

Please sign in to comment.