(closes issue #12362) [redo of 113012]
[asterisk-bristuff.git] / contrib / valgrind-RedHat-8.0.supp
bloba404d43fa8687aefe9548524e3846cf053940fb1
1 #This valgrind suppresion file is supposed to be working with
2 #Red Hat Linux release 8.0 (Psyche)
3 #You can use it by calling valgrind this way:
4 #cd /usr/src/asterisk
5 #valgrind --gdb-attach=yes --suppressions=valgrind-RedHat-8.0.supp asterisk -vvv
8         library_1
9         PThread
10         fun:pthread_error
11         fun:__pthread_mutex_destroy
12         obj:/lib/i686/libc-2.2.93.so
16         library 2
17         Cond
18         fun:elf_dynamic_do_rel.7
19         fun:_dl_relocate_object_internal
20         obj:/lib/i686/libc-2.2.93.so
21         fun:_dl_catch_error_internal
24 #==21922== Thread 16:
25 #==21922== Syscall param ioctl(generic) contains uninitialised or
26 #unaddressable byte(s)
27 #==21922==    at 0x420D3454: (within /lib/i686/libc-2.2.93.so)
28 #==21922==    by 0x8058D45: ast_call (channel.c:1356)
29 #==21922==    by 0x463027A7: ??? (app_dial.c:472)
30 #==21922==    by 0x805E2AE: pbx_exec (pbx.c:318)
31 #==21922==    Address 0x0 is not stack'd, malloc'd or free'd
34         ioctl(........,NULL);
35         Param   
36         ioctl(generic)
37         obj:/lib/i686/libc-2.2.93.so
38         fun:ast_call
39         fun:
40         fun:pbx_exec