aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-22 21:54:22 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-22 21:54:22 +0000
commit406fd307fd93462b712567fa3aa057c1718bb9ca (patch)
tree12036b8a98e252ac8cae74ad5f31cd38d62d469a /contrib
parente7c56e0d790bc0377dac0a846c8560d4338523fa (diff)
Merged revisions 225485 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r225485 | lmadsen | 2009-10-22 16:52:30 -0500 (Thu, 22 Oct 2009) | 19 lines Merged revisions 225484 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r225484 | lmadsen | 2009-10-22 16:51:52 -0500 (Thu, 22 Oct 2009) | 11 lines Clean valgrind output by suppressing false errors. Update valgrind.txt documentation and add valgrind.supp file in order to allow those who are creating valgrind output to have less false errors in the logfile. (closes issue #16007) Reported by: atis Patches: valgrind.txt.diff uploaded by atis (license 242) asterisk2.supp uploaded by atis (license 242) Tested by: atis, amorsen ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@225488 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'contrib')
-rw-r--r--contrib/valgrind.supp41
1 files changed, 41 insertions, 0 deletions
diff --git a/contrib/valgrind.supp b/contrib/valgrind.supp
new file mode 100644
index 000000000..3a4097c36
--- /dev/null
+++ b/contrib/valgrind.supp
@@ -0,0 +1,41 @@
+#
+# _dl_close errors
+#
+
+{
+ dlclose-1
+ Memcheck:Addr1
+ ...
+ fun:dlclose
+ fun:load_dynamic_module
+ ...
+}
+{
+ dlclose-2
+ Memcheck:Addr2
+ ...
+ fun:dlclose
+ fun:load_dynamic_module
+ ...
+}
+{
+ dlclose-4
+ Memcheck:Addr4
+ ...
+ fun:dlclose
+ fun:load_dynamic_module
+ ...
+}
+
+
+#
+# codec_speex
+#
+
+{
+ speex_decode
+ Memcheck:Cond
+ fun:speex_decode_int
+ ...
+}
+