mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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: https://origsvn.digium.com/svn/asterisk/trunk@225485 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
41
contrib/valgrind.supp
Normal file
41
contrib/valgrind.supp
Normal file
@@ -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
|
||||
...
|
||||
}
|
||||
|
Reference in New Issue
Block a user