]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Crash during "pjsip show channelstats" execution
authorSalah Ahmed <sahmed@voxbone.com>
Fri, 18 Oct 2019 09:22:22 +0000 (11:22 +0200)
committerSalah Ahmed <txrubel@gmail.com>
Fri, 18 Oct 2019 09:30:48 +0000 (11:30 +0200)
commit40acd7d1987e38d010430e013dd3dc0d54f8d4b9
tree048d1e19996b1fe1933c98a021e87d2f3fa0a134
parentb590e8f23ef068718f3269ed14dde39522339410
Crash during "pjsip show channelstats" execution

During execution "pjsip show channelstats" cli command by an
external module asterisk crashed. It seems this is a separate
thread running to fetch and print rtp stats. The crash happened on
the ao2_lock method, just before it going to read the rtp stats on
a rtp instance. According to gdb backtrace log, it seems the
session media was already cleaned up at that moment.

ASTERISK-28578

Change-Id: I3e05980dd4694577be6d39be2c21a5736bae3c6f
channels/pjsip/cli_commands.c