From 6dc2d5f8fe964dddba1182eee0950cefd5b466f7 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 9 May 2006 10:25:17 +0000 Subject: [PATCH] testsuite/python.supp: Added suppressions for FC5 64 bit Original commit message from CVS: * testsuite/python.supp: Added suppressions for FC5 64 bit --- ChangeLog | 5 +++++ common | 2 +- testsuite/python.supp | 35 ++++++++++++++++++++++++++++++++++- 3 files changed, 40 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b695c7f275..d97b46241e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-09 Edward Hervey + + * testsuite/python.supp: + Added suppressions for FC5 64 bit + 2006-05-08 Edward Hervey * autogen.sh: (CONFIGURE_DEF_OPT): diff --git a/common b/common index 6b67aa6dd1..e41606ab2c 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 6b67aa6dd111fb139e1be0f6a386e3ff84cce091 +Subproject commit e41606ab2c6a31be473de511b5fd776bd2593b56 diff --git a/testsuite/python.supp b/testsuite/python.supp index 3930dc12fd..87fd226f85 100644 --- a/testsuite/python.supp +++ b/testsuite/python.supp @@ -484,4 +484,37 @@ fun:* fun:g_strdup_printf fun:gst_element_state_get_name -} \ No newline at end of file +} + +## Suppressions for FC5 64bit + +{ + Wrong jump in PyImport_ImportModuleEx + Memcheck:Cond + fun:__strcpy_chk + obj:/usr/lib64/libpython2.4.so.1.0 + obj:/usr/lib64/libpython2.4.so.1.0 + obj:/usr/lib64/libpython2.4.so.1.0 + fun:PyImport_ImportModuleEx +} + +{ + Wrong jump in PyImport_ImportModuleEx + Memcheck:Cond + fun:__strcpy_chk + fun:PyImport_ImportModuleEx +} + +{ + Wrong jump in PyImport_ImportModuleEx + Memcheck:Cond + fun:__strcpy_chk + obj:/usr/lib64/libpython2.4.so.1.0 + obj:/usr/lib64/libpython2.4.so.1.0 + fun:PyObject_Call + fun:PyObject_CallFunction + obj:/usr/lib64/libpython2.4.so.1.0 + obj:/usr/lib64/libpython2.4.so.1.0 + obj:/usr/lib64/libpython2.4.so.1.0 + fun:PyImport_ImportModuleEx +}