diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-18 15:46:08 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-01-18 15:46:08 +0000 |
commit | b6bd1a35b641237d016496039e474dee4230de76 (patch) | |
tree | d1d7712cd504a1788d6cbcc3ddc714fee5cd479c | |
parent | 9aa2dcf8d6855932e9e91006d6be96f55fd9f1a3 (diff) |
gst.supp: Add a suppression for a glibc bug: http://valgrind.org/docs/manual/faq.html#faq.exit_errors>
Original commit message from CVS:
* gst.supp:
Add a suppression for a glibc bug:
http://valgrind.org/docs/manual/faq.html#faq.exit_errors>
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | gst.supp | 12 |
2 files changed, 18 insertions, 0 deletions
@@ -1,6 +1,12 @@ 2008-01-18 Sebastian Dröge <slomo@circular-chaos.org> * gst.supp: + Add a suppression for a glibc bug: + http://valgrind.org/docs/manual/faq.html#faq.exit_errors> + +2008-01-18 Sebastian Dröge <slomo@circular-chaos.org> + + * gst.supp: Add some more glibc 2.7 suppressions and make the GLib suppressions for the home/tmp/etc directory caching a bit more generic. @@ -427,6 +427,18 @@ fun:__libc_dlopen_mode } +# suppression for a glibc bug: +# http://valgrind.org/docs/manual/faq.html#faq.exit_errors> +{ + <Workaround for a glibc bug> + Memcheck:Free + fun:free + obj:*libc-*.so + fun:__libc_freeres + fun:* + fun:_Exit +} + # valgrind doesn't allow me to specify a suppression for Addr1, Addr2, Addr4 # as Addr*, so 3 copies for that; and then 2 of each for that pesky memcpy { |