summaryrefslogtreecommitdiff
path: root/valgrind-RedHat-8.0.supp
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-01-12 03:12:48 +0000
committerMark Spencer <markster@digium.com>2004-01-12 03:12:48 +0000
commit5d6c0a66b457b74c8ceea8c2934aea261a017446 (patch)
tree450b11f54acc18c5255ddbe445295fd9ccdf2b2d /valgrind-RedHat-8.0.supp
parentf582495d75cce5810fd0ada91a73ad5a3ac529be (diff)
Documentation fixes, init.d fixes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1964 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'valgrind-RedHat-8.0.supp')
-rwxr-xr-xvalgrind-RedHat-8.0.supp41
1 files changed, 0 insertions, 41 deletions
diff --git a/valgrind-RedHat-8.0.supp b/valgrind-RedHat-8.0.supp
deleted file mode 100755
index a404d43fa..000000000
--- a/valgrind-RedHat-8.0.supp
+++ /dev/null
@@ -1,41 +0,0 @@
-#This valgrind suppresion file is supposed to be working with
-#Red Hat Linux release 8.0 (Psyche)
-#You can use it by calling valgrind this way:
-#cd /usr/src/asterisk
-#valgrind --gdb-attach=yes --suppressions=valgrind-RedHat-8.0.supp asterisk -vvv
-
-{
- library_1
- PThread
- fun:pthread_error
- fun:__pthread_mutex_destroy
- obj:/lib/i686/libc-2.2.93.so
-}
-
-{
- library 2
- Cond
- fun:elf_dynamic_do_rel.7
- fun:_dl_relocate_object_internal
- obj:/lib/i686/libc-2.2.93.so
- fun:_dl_catch_error_internal
-}
-
-#==21922== Thread 16:
-#==21922== Syscall param ioctl(generic) contains uninitialised or
-#unaddressable byte(s)
-#==21922== at 0x420D3454: (within /lib/i686/libc-2.2.93.so)
-#==21922== by 0x8058D45: ast_call (channel.c:1356)
-#==21922== by 0x463027A7: ??? (app_dial.c:472)
-#==21922== by 0x805E2AE: pbx_exec (pbx.c:318)
-#==21922== Address 0x0 is not stack'd, malloc'd or free'd
-
-{
- ioctl(........,NULL);
- Param
- ioctl(generic)
- obj:/lib/i686/libc-2.2.93.so
- fun:ast_call
- fun:
- fun:pbx_exec
-}