valgrind-RedHat-8.0.supp 997 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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
  6. {
  7. library_1
  8. PThread
  9. fun:pthread_error
  10. fun:__pthread_mutex_destroy
  11. obj:/lib/i686/libc-2.2.93.so
  12. }
  13. {
  14. library 2
  15. Cond
  16. fun:elf_dynamic_do_rel.7
  17. fun:_dl_relocate_object_internal
  18. obj:/lib/i686/libc-2.2.93.so
  19. fun:_dl_catch_error_internal
  20. }
  21. #==21922== Thread 16:
  22. #==21922== Syscall param ioctl(generic) contains uninitialised or
  23. #unaddressable byte(s)
  24. #==21922== at 0x420D3454: (within /lib/i686/libc-2.2.93.so)
  25. #==21922== by 0x8058D45: ast_call (channel.c:1356)
  26. #==21922== by 0x463027A7: ??? (app_dial.c:472)
  27. #==21922== by 0x805E2AE: pbx_exec (pbx.c:318)
  28. #==21922== Address 0x0 is not stack'd, malloc'd or free'd
  29. {
  30. ioctl(........,NULL);
  31. Param
  32. ioctl(generic)
  33. obj:/lib/i686/libc-2.2.93.so
  34. fun:ast_call
  35. fun:
  36. fun:pbx_exec
  37. }