[asterisk-dev] Asterisk not responding
Silvan Nagl
mail at 53c70r.de
Tue Feb 2 03:45:38 CST 2021
Hi,
on larger webrtc setup we noticed that Asterisk 16.13.0 will start to
(deadlock)?
Asterisk keeps running without crashing but will not response to any new
connections.
Full logs attached.
It seams like 91 threads are in state "__lll_lock_wait" the mutex of
these point to thread 80 which does the webrtc stuff.
For some reason thread 80 gets a "get_write_timeout" which now starts to
destroy the transports while the other 91 threads still have a lock on
thread 80. Thread 80 has no other mutex locks.
The strace does not belong to the core dump.
We will test against 16.16 soon.
Greetings,
Silvan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20210202/eba8da24/attachment-0001.html>
-------------- next part --------------
[pid 2093] <... restart_syscall resumed> ) = -1 ETIMEDOUT (Connection timed out)
[pid 2093] futex(0x55556f823b30, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2093] sendto(149, "\201\311\0\7\1\350$\35\321\314(\200\0\0\0\0\0\0\22\256\0\0\0\0\300\213X\20\n\17:\237"..., 80, 0, {sa_family=AF_INET, sin_port=htons(32181), sin_addr=inet_addr("172.26.129.210")}, 16) = 80
[pid 2093] futex(0x55556e35fbc0, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 1942] <... futex resumed> ) = 0
[pid 2093] futex(0x55556f8a6eb0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, {tv_sec=1610526766, tv_nsec=506914000}, 0xffffffff <unfinished ...>
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2016, SIGURG <unfinished ...>
[pid 2016] <... restart_syscall resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2016] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 1942] <... tgkill resumed> ) = 0
[pid 2016] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]} <unfinished ...>
[pid 1942] getpid( <unfinished ...>
[pid 2016] <... rt_sigreturn resumed> ) = -1 EINTR (Interrupted system call)
[pid 1942] <... getpid resumed> ) = 1811
[pid 2016] poll([{fd=19, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] tgkill(1811, 2163, SIGURG) = 0
[pid 2163] <... restart_syscall resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 1942] getpid( <unfinished ...>
[pid 2163] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2163] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]} <unfinished ...>
[pid 1942] <... getpid resumed> ) = 1811
[pid 2163] <... rt_sigreturn resumed> ) = -1 EINTR (Interrupted system call)
[pid 1942] tgkill(1811, 2256, SIGURG) = 0
[pid 2256] <... restart_syscall resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2256] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2163] poll([{fd=18, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 2256] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]} <unfinished ...>
[pid 1942] getpid( <unfinished ...>
[pid 2256] <... rt_sigreturn resumed> ) = -1 EINTR (Interrupted system call)
[pid 1942] <... getpid resumed> ) = 1811
[pid 1942] tgkill(1811, 9156, SIGURG <unfinished ...>
[pid 9156] <... restart_syscall resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 9156] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 9156] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 9156] futex(0x7f5d048512b0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 2256] poll([{fd=29, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... tgkill resumed> ) = 0
[pid 1942] futex(0x7f5d048512b0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 9156] <... futex resumed> ) = 0
[pid 9156] futex(0x7f5d048512b0, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 9156] poll([{fd=211, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... futex resumed> ) = 1
[pid 1942] futex(0x55556e35fbc0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, 0xffffffff <unfinished ...>
[pid 2056] <... epoll_wait resumed> [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, <unfinished ...>
[pid 2093] <... futex resumed> ) = -1 ETIMEDOUT (Connection timed out)
[pid 2093] futex(0x55556f823b30, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2093] sendto(141, "\201\311\0\7\321\314(\200\1\350$\35\0\0\0\0\0\0\23\7\0\0\0\7\0\0\0\0\n*\261&"..., 80, 0, {sa_family=AF_INET, sin_port=htons(55133), sin_addr=inet_addr("172.26.128.1")}, 16) = 80
[pid 2093] futex(0x55556e35fbc0, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 1942] <... futex resumed> ) = 0
[pid 2093] futex(0x55556f8a6eb0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, {tv_sec=1610526766, tv_nsec=527681000}, 0xffffffff <unfinished ...>
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2016, SIGURG) = 0
[pid 1942] getpid( <unfinished ...>
[pid 2016] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2016] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2016] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 2016] poll([{fd=19, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... getpid resumed> ) = 1811
[pid 1942] tgkill(1811, 2163, SIGURG <unfinished ...>
[pid 2163] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2163] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2163] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 2163] futex(0x7f5cf8067ff0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 1942] <... tgkill resumed> ) = 0
[pid 1942] futex(0x7f5cf8067ff0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 2163] <... futex resumed> ) = 0
[pid 2163] futex(0x7f5cf8067ff0, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2163] poll([{fd=18, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... futex resumed> ) = 1
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2256, SIGURG) = 0
[pid 2256] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2256] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2256] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 2256] poll([{fd=29, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 9156, SIGURG <unfinished ...>
[pid 9156] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 9156] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 9156] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 9156] futex(0x7f5d048512b0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 1942] <... tgkill resumed> ) = 0
[pid 1942] futex(0x7f5d048512b0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 9156] <... futex resumed> ) = 0
[pid 9156] futex(0x7f5d048512b0, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 9156] poll([{fd=211, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... futex resumed> ) = 1
[pid 1942] futex(0x55556e35fbc0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, 0xffffffff <unfinished ...>
[pid 2056] <... epoll_wait resumed> [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, <unfinished ...>
[pid 2093] <... futex resumed> ) = -1 ETIMEDOUT (Connection timed out)
[pid 2093] futex(0x55556f823b30, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2093] sendto(52, "\201\311\0\7\356<\301\225\351\242\306\245\0\0\0\0\0\0h1\0\0\0\6ZU\336\270\t\373\310\264"..., 80, 0, {sa_family=AF_INET, sin_port=htons(55115), sin_addr=inet_addr("172.26.128.1")}, 16) = 80
[pid 2093] futex(0x55556e35fbc0, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 1942] <... futex resumed> ) = 0
[pid 2093] futex(0x55556f8a6eb0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, {tv_sec=1610526766, tv_nsec=612165000}, 0xffffffff <unfinished ...>
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2016, SIGURG <unfinished ...>
[pid 2016] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2016] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2016] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 2016] futex(0x7f5d04001e10, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 1942] <... tgkill resumed> ) = 0
[pid 1942] futex(0x7f5d04001e10, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 2016] <... futex resumed> ) = 0
[pid 2016] futex(0x7f5d04001e10, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2016] poll([{fd=19, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... futex resumed> ) = 1
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2163, SIGURG <unfinished ...>
[pid 2163] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2163] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2163] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 2163] futex(0x7f5cf8067ff0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 1942] <... tgkill resumed> ) = 0
[pid 1942] futex(0x7f5cf8067ff0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 2163] <... futex resumed> ) = 0
[pid 2163] futex(0x7f5cf8067ff0, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2163] poll([{fd=18, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... futex resumed> ) = 1
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2256, SIGURG <unfinished ...>
[pid 2256] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2256] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2256] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 2256] futex(0x55556f778160, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 1942] <... tgkill resumed> ) = 0
[pid 1942] futex(0x55556f778160, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 2256] <... futex resumed> ) = 0
[pid 2256] futex(0x55556f778160, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2256] poll([{fd=29, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... futex resumed> ) = 1
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 9156, SIGURG <unfinished ...>
[pid 9156] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 9156] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 9156] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 9156] futex(0x7f5d048512b0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 1942] <... tgkill resumed> ) = 0
[pid 1942] futex(0x7f5d048512b0, FUTEX_WAKE_PRIVATE, 1 <unfinished ...>
[pid 9156] <... futex resumed> ) = 0
[pid 9156] futex(0x7f5d048512b0, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 9156] poll([{fd=211, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... futex resumed> ) = 1
[pid 1942] futex(0x55556e35fbc0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, 0xffffffff <unfinished ...>
[pid 2056] <... epoll_wait resumed> [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, <unfinished ...>
[pid 2093] <... futex resumed> ) = -1 ETIMEDOUT (Connection timed out)
[pid 2093] futex(0x55556f823b30, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2093] sendto(40, "\201\311\0\7\351\242\306\245\356<\301\225\0\0\0\0\0\0?x\0\0\0\0$\231\260\243\n\22\32^"..., 80, 0, {sa_family=AF_INET, sin_port=htons(50091), sin_addr=inet_addr("172.26.128.139")}, 16) = 80
[pid 2093] futex(0x55556e35fbc0, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 1942] <... futex resumed> ) = 0
[pid 2093] futex(0x55556f8a6eb0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, {tv_sec=1610526767, tv_nsec=523012000}, 0xffffffff <unfinished ...>
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2016, SIGURG <unfinished ...>
[pid 2016] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 1942] <... tgkill resumed> ) = 0
[pid 2016] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 1942] getpid( <unfinished ...>
[pid 2016] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]} <unfinished ...>
[pid 1942] <... getpid resumed> ) = 1811
[pid 2016] <... rt_sigreturn resumed> ) = -1 EINTR (Interrupted system call)
[pid 1942] tgkill(1811, 2163, SIGURG <unfinished ...>
[pid 2163] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2016] poll([{fd=19, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... tgkill resumed> ) = 0
[pid 2163] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 1942] getpid( <unfinished ...>
[pid 2163] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]} <unfinished ...>
[pid 1942] <... getpid resumed> ) = 1811
[pid 2163] <... rt_sigreturn resumed> ) = -1 EINTR (Interrupted system call)
[pid 1942] tgkill(1811, 2256, SIGURG <unfinished ...>
[pid 2256] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2163] poll([{fd=18, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... tgkill resumed> ) = 0
[pid 2256] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 1942] getpid( <unfinished ...>
[pid 2256] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]} <unfinished ...>
[pid 1942] <... getpid resumed> ) = 1811
[pid 2256] <... rt_sigreturn resumed> ) = -1 EINTR (Interrupted system call)
[pid 1942] tgkill(1811, 9156, SIGURG <unfinished ...>
[pid 9156] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2256] poll([{fd=29, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... tgkill resumed> ) = 0
[pid 9156] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 1942] futex(0x55556e35fbc0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, 0xffffffff <unfinished ...>
[pid 9156] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 9156] poll([{fd=211, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 2056] <... epoll_wait resumed> [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, <unfinished ...>
[pid 2093] <... futex resumed> ) = -1 ETIMEDOUT (Connection timed out)
[pid 2093] futex(0x55556f823b30, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2093] sendto(129, "\201\311\0\7\314\3o\205\271\343%\217\0\0\0\0\0\0\2478\0\0\0\0$\207aG\n%\301\211"..., 80, 0, {sa_family=AF_INET, sin_port=htons(50105), sin_addr=inet_addr("172.26.128.64")}, 16) = 80
[pid 2093] futex(0x55556e35fbc0, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 2093] futex(0x55556f8a6eb0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, {tv_sec=1610526767, tv_nsec=533699000}, 0xffffffff <unfinished ...>
[pid 1942] <... futex resumed> ) = 0
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2016, SIGURG) = 0
[pid 2016] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2016] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 1942] getpid( <unfinished ...>
[pid 2016] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]} <unfinished ...>
[pid 1942] <... getpid resumed> ) = 1811
[pid 2016] <... rt_sigreturn resumed> ) = -1 EINTR (Interrupted system call)
[pid 1942] tgkill(1811, 2163, SIGURG <unfinished ...>
[pid 2016] poll([{fd=19, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... tgkill resumed> ) = 0
[pid 2163] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2163] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2163] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]} <unfinished ...>
[pid 1942] getpid( <unfinished ...>
[pid 2163] <... rt_sigreturn resumed> ) = -1 EINTR (Interrupted system call)
[pid 2163] poll([{fd=18, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... getpid resumed> ) = 1811
[pid 1942] tgkill(1811, 2256, SIGURG) = 0
[pid 2256] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2256] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 1942] getpid( <unfinished ...>
[pid 2256] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 1942] <... getpid resumed> ) = 1811
[pid 2256] poll([{fd=29, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] tgkill(1811, 9156, SIGURG) = 0
[pid 9156] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 9156] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 9156] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 9156] poll([{fd=211, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] futex(0x55556e35fbc0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, 0xffffffff <unfinished ...>
[pid 2056] <... epoll_wait resumed> [], 16, 10) = 0
[pid 2056] epoll_wait(21, <unfinished ...>
[pid 2093] <... futex resumed> ) = -1 ETIMEDOUT (Connection timed out)
[pid 2093] futex(0x55556f823b30, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2093] sendto(96, "\201\311\0\7\271\343%\217\314\3o\205\0\0\0\0\0\0\370^\0\0\0\0$\210?\377\n$v\310"..., 80, 0, {sa_family=AF_INET, sin_port=htons(50097), sin_addr=inet_addr("172.26.128.139")}, 16) = 80
[pid 2093] futex(0x55556e35fbc0, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 1942] <... futex resumed> ) = 0
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2016, SIGURG) = 0
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2163, SIGURG) = 0
[pid 2163] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2163] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2163] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 2163] futex(0x7f5cf8067ff0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 1942] futex(0x7f5cf8067ff0, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 2163] <... futex resumed> ) = 0
[pid 2163] futex(0x7f5cf8067ff0, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2163] poll([{fd=18, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 2016] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2256, SIGURG <unfinished ...>
[pid 2016] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 1942] <... tgkill resumed> ) = 0
[pid 2256] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2256] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2256] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 2256] futex(0x55556f778160, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 1942] futex(0x55556f778160, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 2256] <... futex resumed> ) = 0
[pid 2256] futex(0x55556f778160, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2256] poll([{fd=29, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 9156, SIGURG) = 0
[pid 1942] futex(0x55556e35fbc0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, 0xffffffff <unfinished ...>
[pid 9156] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2093] futex(0x55556f8a6eb0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, {tv_sec=1610526767, tv_nsec=622806000}, 0xffffffff <unfinished ...>
[pid 2016] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]} <unfinished ...>
[pid 9156] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2016] <... rt_sigreturn resumed> ) = -1 EINTR (Interrupted system call)
[pid 9156] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]} <unfinished ...>
[pid 2016] poll([{fd=19, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 9156] <... rt_sigreturn resumed> ) = -1 EINTR (Interrupted system call)
[pid 9156] poll([{fd=211, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 2056] <... epoll_wait resumed> [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, <unfinished ...>
[pid 2093] <... futex resumed> ) = -1 ETIMEDOUT (Connection timed out)
[pid 2093] futex(0x55556f823b30, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2093] sendto(74, "\201\311\0\7a\330.` \311\17\4\0\0\0\0\0\0#\244\0\0\0\5\0\0\0\0\n\20\0A"..., 80, 0, {sa_family=AF_INET, sin_port=htons(55119), sin_addr=inet_addr("172.26.128.1")}, 16) = 80
[pid 2093] futex(0x55556e35fbc0, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 1942] <... futex resumed> ) = 0
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2016, SIGURG) = 0
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2163, SIGURG) = 0
[pid 2163] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2163] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2163] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 2163] futex(0x7f5cf8067ff0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 1942] futex(0x7f5cf8067ff0, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 2163] <... futex resumed> ) = 0
[pid 2163] futex(0x7f5cf8067ff0, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2163] poll([{fd=18, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2256, SIGURG) = 0
[pid 2256] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2256] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2256] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 2256] futex(0x55556f778160, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 1942] futex(0x55556f778160, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 2256] <... futex resumed> ) = 0
[pid 2256] futex(0x55556f778160, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2256] poll([{fd=29, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 2016] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 9156, SIGURG) = 0
[pid 1942] futex(0x55556e35fbc0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, 0xffffffff <unfinished ...>
[pid 9156] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2016] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 9156] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 9156] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 9156] poll([{fd=211, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 2016] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]} <unfinished ...>
[pid 2093] sendto(63, "\201\311\0\7\0\326\207\3275'\25\20\303\340?T\346\25%\331\261\271*U\263\306\222\232\243\325jk"..., 94, 0, {sa_family=AF_INET, sin_port=htons(54997), sin_addr=inet_addr("172.31.64.100")}, 16 <unfinished ...>
[pid 2016] <... rt_sigreturn resumed> ) = -1 EINTR (Interrupted system call)
[pid 2016] poll([{fd=19, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 2093] <... sendto resumed> ) = 94
[pid 2093] futex(0x55556e35fbc0, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 1942] <... futex resumed> ) = 0
[pid 1942] getpid( <unfinished ...>
[pid 2093] futex(0x55556f8a6eb0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, {tv_sec=1610526769, tv_nsec=232427000}, 0xffffffff <unfinished ...>
[pid 1942] <... getpid resumed> ) = 1811
[pid 1942] tgkill(1811, 2016, SIGURG) = 0
[pid 1942] getpid( <unfinished ...>
[pid 2016] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 1942] <... getpid resumed> ) = 1811
[pid 1942] tgkill(1811, 2163, SIGURG) = 0
[pid 2163] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2163] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2163] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 2163] futex(0x7f5cf8067ff0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 1942] futex(0x7f5cf8067ff0, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 2163] <... futex resumed> ) = 0
[pid 2163] futex(0x7f5cf8067ff0, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2163] poll([{fd=18, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2256, SIGURG) = 0
[pid 2256] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2256] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2256] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 2256] futex(0x55556f778160, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 1942] futex(0x55556f778160, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 2256] <... futex resumed> ) = 0
[pid 2256] futex(0x55556f778160, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2256] poll([{fd=29, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 9156, SIGURG) = 0
[pid 9156] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 9156] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 9156] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 9156] futex(0x7f5d048512b0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 1942] futex(0x7f5d048512b0, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 2016] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 9156] <... futex resumed> ) = 0
[pid 9156] futex(0x7f5d048512b0, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 9156] poll([{fd=211, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] futex(0x55556e35fbc0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, 0xffffffff <unfinished ...>
[pid 2016] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 2016] poll([{fd=19, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 2056] <... epoll_wait resumed> [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, <unfinished ...>
[pid 2093] <... futex resumed> ) = -1 ETIMEDOUT (Connection timed out)
[pid 2093] futex(0x55556f823b30, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2093] sendto(102, "\201\311\0\0076t\3K\32W\260\236\0\0\0\0\0\0 \233\0\0\0\0$\241O\\\n\r\32^"..., 80, 0, {sa_family=AF_INET, sin_port=htons(50093), sin_addr=inet_addr("172.26.128.139")}, 16) = 80
[pid 2093] futex(0x55556e35fbc0, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 2093] sendto(109, "\201\311\0\7G\343(\16\353\31\244\360]qq\201\264\233sg\203\r\254gsN\334W\vp\377\376"..., 94, 0, {sa_family=AF_INET, sin_port=htons(63876), sin_addr=inet_addr("172.31.192.162")}, 16) = 94
[pid 2093] futex(0x55556e35fbc0, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 1942] <... futex resumed> ) = 0
[pid 2093] futex(0x55556f8a6eb0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, {tv_sec=1610526771, tv_nsec=438462000}, 0xffffffff <unfinished ...>
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2016, SIGURG <unfinished ...>
[pid 2016] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 1942] <... tgkill resumed> ) = 0
[pid 2016] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 1942] getpid( <unfinished ...>
[pid 2016] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 1942] <... getpid resumed> ) = 1811
[pid 2016] poll([{fd=19, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] tgkill(1811, 2163, SIGURG <unfinished ...>
[pid 2163] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 1942] <... tgkill resumed> ) = 0
[pid 2163] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2163] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 2163] poll([{fd=18, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2256, SIGURG) = 0
[pid 2256] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2256] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2256] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]} <unfinished ...>
[pid 1942] getpid( <unfinished ...>
[pid 2256] <... rt_sigreturn resumed> ) = -1 EINTR (Interrupted system call)
[pid 2256] poll([{fd=29, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... getpid resumed> ) = 1811
[pid 1942] tgkill(1811, 9156, SIGURG) = 0
[pid 9156] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 9156] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 9156] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 1942] getpid( <unfinished ...>
[pid 9156] poll([{fd=211, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... getpid resumed> ) = 1811
[pid 1942] tgkill(1811, 2016, SIGURG) = 0
[pid 2016] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2016] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2016] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 2016] futex(0x7f5d04001e10, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 1942] futex(0x7f5d04001e10, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 2016] <... futex resumed> ) = 0
[pid 2016] futex(0x7f5d04001e10, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2016] poll([{fd=19, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2163, SIGURG) = 0
[pid 2163] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 2163] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2163] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 2163] futex(0x7f5cf8067ff0, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...>
[pid 1942] futex(0x7f5cf8067ff0, FUTEX_WAKE_PRIVATE, 1) = 1
[pid 2163] <... futex resumed> ) = 0
[pid 2163] futex(0x7f5cf8067ff0, FUTEX_WAKE_PRIVATE, 1) = 0
[pid 2163] poll([{fd=18, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] getpid() = 1811
[pid 1942] tgkill(1811, 2256, SIGURG <unfinished ...>
[pid 2256] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 1942] <... tgkill resumed> ) = 0
[pid 2256] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 2256] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 1942] getpid( <unfinished ...>
[pid 2256] poll([{fd=29, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 1942] <... getpid resumed> ) = 1811
[pid 1942] tgkill(1811, 9156, SIGURG) = 0
[pid 9156] <... poll resumed> ) = ? ERESTART_RESTARTBLOCK (Interrupted by signal)
[pid 1942] futex(0x55556e35fbc0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, 0xffffffff <unfinished ...>
[pid 9156] --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=1811, si_uid=115} ---
[pid 9156] rt_sigreturn({mask=[HUP INT PIPE TERM WINCH]}) = -1 EINTR (Interrupted system call)
[pid 9156] poll([{fd=211, events=POLLIN|POLLPRI}], 1, -1 <unfinished ...>
[pid 2056] <... epoll_wait resumed> [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
[pid 2056] epoll_wait(21, [], 16, 10) = 0
-------------- next part --------------
!@!@!@! full.txt !@!@!@!
$3 = {si_signo = 19, si_errno = 0, si_code = 0, _sifields = {_pad = {0, 0, 932907024, 32767, 932907136, 32767, 32, 0, 932907040, 32767, 129, 0, 1605231264, 15, 7, 0, 240, 0, -1945972616, 21974, 272, 0, -992, -1, 3, 0, 15, 51}, _kill = {si_pid = 0, si_uid = 0}, _timer = {si_tid = 0, si_overrun = 0, si_sigval = {sival_int = 932907024, sival_ptr = 0x7fff379b0810}}, _rt = {si_pid = 0, si_uid = 0, si_sigval = {sival_int = 932907024, sival_ptr = 0x7fff379b0810}}, _sigchld = {si_pid = 0, si_uid = 0, si_status = 932907024, si_utime = 4006805639325057023, si_stime = 137438986239}, _sigfault = {si_addr = 0x0, _addr_lsb = 140734126295056, _addr_bnd = {_lower = 0x7fff379b0880, _upper = 0x20}}, _sigpoll = {si_band = 0, si_fd = 932907024}}}
Signal Stop Print Pass to program Description
Thread 157 (Thread 0x7f307eb4c700 (LWP 10795)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 10795
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f309c047020, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f309c047020, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f309c047020
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027eb4a9d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f309c0498d0, parameters=0x0, headers=0x7f309c049630) at res_pjsip_transport_websocket.c:372
serializer = 0x7f309c049a18
create_data = {transport = 0x7f307eb4ab70, ws_session = 0x7f309c047802}
transport = 0x407eb4aa60
read_data = {transport = 0x3d00000025, payload = 0x7f307eb4a9e0 "250226004234060177", payload_len = 2717443911119634864}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309406a0f0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307eb4acd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f309c049630) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f309c0496a8 "websocket"
key = 0x7f309c047802 "QpNlnFdoAMHDczMfxEZBnQ=="
key1 = 0x0
key2 = 0x0
protos = 0x7f309c048087 "sip"
requested_protocols = 0x0
protocol = 0x7f307eb4aa90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f309c0498d0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309406a0f0, uri=0x7f307eb4acd7 "", method=AST_HTTP_GET, headers=0x7f309c049630) at http.c:1487
c = 0x7f307eb4acd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309406a0f0) at http.c:1928
headers = 0x7f309c049630
uri = 0x7f307eb4acd4 "/ws"
method = 0x7f307eb4acd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f309c0275f8
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn000000000000000000fm&033061177000000 at 256264~0177000000W274T030061177", '000' <repeats 18 times>, "360306&033061177000000;v000000000000000000020000000000000000000000 257264~0177000000p255264~0177000000370237035033061177000000б264~0177000000б264~0177000000200236035033061177000000260255264~0177000000V001000000000000000000`260P036061177000000360267T030061177000000 at 256264~0177000000p301P036061177000000M356 033061177000000000000000000000000000000001000000000000000000000"...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309406a0f0) at http.c:1991
ser = 0x7f309406a0f0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309406a0f0) at tcptls.c:274
tcptls_session = 0x7f309406a0f0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f309406b240) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173269869594710900, 139846260932480, 0, 139846618624576, 139846925065248, 173269869634556788, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307eb4bed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307ead0000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307eb4c700
__not_first_call = 0
ret = 0x7f307eb4be57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309406a0f0, name = 0x7f309405e590 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f309c003140
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307eb4c700) at pthread_create.c:463
pd = 0x7f307eb4c700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846260934400, -286144129105620108, 139846260932480, 0, 139846618624576, 139846925065248, 173269869596808052, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 156 (Thread 0x7f307eacf700 (LWP 10649)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 10649
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30fc0135e0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30fc0135e0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30fc0135e0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027eacd9d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30fc01fd90, parameters=0x0, headers=0x7f30fc01d3e0) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30fc01fed8
create_data = {transport = 0x7f307eacdb70, ws_session = 0x7f30fc01cf92}
transport = 0x407eacda60
read_data = {transport = 0x3d00000025, payload = 0x7f307eacd9e0 "X324001374060177", payload_len = 4726386786655813741}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309405dee0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307eacdcd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30fc01d3e0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30fc01d458 "websocket"
key = 0x7f30fc01cf92 "bVBHACAiPFstvSE3v6Dong=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30fc015657 "sip"
requested_protocols = 0x0
protocol = 0x7f307eacda90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30fc01fd90
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309405dee0, uri=0x7f307eacdcd7 "", method=AST_HTTP_GET, headers=0x7f30fc01d3e0) at http.c:1487
c = 0x7f307eacdcd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309405dee0) at http.c:1928
headers = 0x7f30fc01d3e0
uri = 0x7f307eacdcd4 "/ws"
method = 0x7f307eacdcd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30fc00ba48
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 23 times>, "o345W*T205312@ݬ~0177000000@ݬ~0177000000311000000000000000000000177330037251FV000000000߬~0177000000 ,3246060177000000376016003360060177000000340031023033061177000000001200255373000000000000376016003360060177000000376016003360060177000000376016003360060177000000376016003360060177000000000017003360060177000000307017003360060177000000376016003360060177000000307017003360060177", '000' <repeats 46 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309405dee0) at http.c:1991
ser = 0x7f309405dee0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309405dee0) at tcptls.c:274
tcptls_session = 0x7f309405dee0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094065fd0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173270078437495668, 139846260420480, 0, 139846618603472, 139846925065248, 173270078477341556, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307eaceed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307ea53000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307eacf700
__not_first_call = 0
ret = 0x7f307eacee57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309405dee0, name = 0x7f309405e520 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30fc005210
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307eacf700) at pthread_create.c:463
pd = 0x7f307eacf700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846260422400, -286144129105620108, 139846260420480, 0, 139846618603472, 139846925065248, 173270078439592820, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 155 (Thread 0x7f307ea52700 (LWP 10630)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 10630
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30ec0174d0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30ec0174d0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30ec0174d0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027ea509d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30ec034e50, parameters=0x0, headers=0x7f30ec0203b0) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30ec034f98
create_data = {transport = 0x7f307ea50b70, ws_session = 0x7f30ec017282}
transport = 0x407ea50a60
read_data = {transport = 0x3d00000025, payload = 0x7f307ea509e0 "(004002354060177", payload_len = 1591642711053202820}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094069a20, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307ea50cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30ec0203b0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30ec020428 "websocket"
key = 0x7f30ec017282 "YFRd4w1MefI65AoiTA3t3w=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30ec0209e7 "sip"
requested_protocols = 0x0
protocol = 0x7f307ea50a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30ec034e50
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f3094069a20, uri=0x7f307ea50cd7 "", method=AST_HTTP_GET, headers=0x7f30ec0203b0) at http.c:1487
c = 0x7f307ea50cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094069a20) at http.c:1928
headers = 0x7f30ec0203b0
uri = 0x7f307ea50cd4 "/ws"
method = 0x7f307ea50cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30ec020cc8
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn000000000000000000fm&033061177000000 at 016245~0177000000W274T030061177", '000' <repeats 18 times>, "360306&033061177000000;v000000000000000000020000000000000000000000 017245~0177000000pr245~0177000000370237035033061177000000320021245~0177000000320021245~0177000000200236035033061177000000260r245~0177000000V001000000000000000000`260P036061177000000360267T030061177000000 at 016245~0177000000p301P036061177000000M356 033061177000000000000000000000000000000"...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094069a20) at http.c:1991
ser = 0x7f3094069a20
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094069a20) at tcptls.c:274
tcptls_session = 0x7f3094069a20
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094001dc0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173269993075020660, 139846259908480, 0, 139846618193344, 139846925065248, 173269993114866548, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307ea51ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307e9d6000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307ea52700
__not_first_call = 0
ret = 0x7f307ea51e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094069a20, name = 0x7f309405e4b0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30ec01f560
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307ea52700) at pthread_create.c:463
pd = 0x7f307ea52700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846259910400, -286144129105620108, 139846259908480, 0, 139846618193344, 139846925065248, 173269993077117812, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 154 (Thread 0x7f307e9d5700 (LWP 10504)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 10504
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30781cce20, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30781cce20, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30781cce20
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027e9d39d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30782780c0, parameters=0x0, headers=0x7f3078172170) at res_pjsip_transport_websocket.c:372
serializer = 0x7f3078278208
create_data = {transport = 0x7f307e9d3b70, ws_session = 0x7f30781c6562}
transport = 0x407e9d3a60
read_data = {transport = 0x3d00000025, payload = 0x7f307e9d39e0 "350!027x0177", payload_len = 5162821147300480725}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094065e50, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307e9d3cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f3078172170) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30781721e8 "websocket"
key = 0x7f30781c6562 "TIr/Z9jHuFmZmoJxNxRT5Q=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30780900a7 "sip"
requested_protocols = 0x0
protocol = 0x7f307e9d3a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30782780c0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f3094065e50, uri=0x7f307e9d3cd7 "", method=AST_HTTP_GET, headers=0x7f3078172170) at http.c:1487
c = 0x7f307e9d3cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094065e50) at http.c:1928
headers = 0x7f3078172170
uri = 0x7f307e9d3cd4 "/ws"
method = 0x7f307e9d3cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f307824ce58
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 23 times>, "o345W*T205312@=235~0177000000@=235~0177000000311000000000000000000000177330037251FV000000000?235~0177000000 ,3246060177000000316022bt0177000000340031023033061177000000001200255373000000000000316022bt0177000000316022bt0177000000316022bt0177000000316022bt0177000000320022bt0177000000227023bt0177000000316022bt0177000000227023bt0177", '000' <repeats 46 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094065e50) at http.c:1991
ser = 0x7f3094065e50
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094065e50) at tcptls.c:274
tcptls_session = 0x7f3094065e50
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094065f10) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173270201917805428, 139846259396480, 0, 139846618603280, 139846925065248, 173270201957651316, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307e9d4ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307e959000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307e9d5700
__not_first_call = 0
ret = 0x7f307e9d4e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094065e50, name = 0x7f30940657f0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30781c6b80
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307e9d5700) at pthread_create.c:463
pd = 0x7f307e9d5700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846259398400, -286144129105620108, 139846259396480, 0, 139846618603280, 139846925065248, 173270201919902580, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 153 (Thread 0x7f307e958700 (LWP 10187)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 10187
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30d800deb0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30d800deb0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30d800deb0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027e9569d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30d8024c10, parameters=0x0, headers=0x7f30d801baa0) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30d8024d58
create_data = {transport = 0x7f307e956b70, ws_session = 0x7f30d8023ed2}
transport = 0x407e956a60
read_data = {transport = 0x3d00000025, payload = 0x7f307e9569e0 "030273001330060177", payload_len = 3705699679853647686}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309405e350, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307e956cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30d801baa0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30d801bb18 "websocket"
key = 0x7f30d8023ed2 "15PgZ4PEYMGxPWWJU3KQPg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30d80122d7 "sip"
requested_protocols = 0x0
protocol = 0x7f307e956a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30d8024c10
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309405e350, uri=0x7f307e956cd7 "", method=AST_HTTP_GET, headers=0x7f30d801baa0) at http.c:1487
c = 0x7f307e956cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309405e350) at http.c:1928
headers = 0x7f30d801baa0
uri = 0x7f307e956cd4 "/ws"
method = 0x7f307e956cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30d8006518
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 23 times>, "o345W*T205312 at m225~0177000000 at m225~0177000000311000000000000000000000177330037251FV000000000o225~0177000000 ,3246060177000000036256003314060177000000340031023033061177000000001200255373000000000000036256003314060177000000036256003314060177000000036256003314060177000000036256003314060177000000 256003314060177000000347256003314060177000000036256003314060177000000347256003314060177", '000' <repeats 46 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309405e350) at http.c:1991
ser = 0x7f309405e350
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309405e350) at tcptls.c:274
tcptls_session = 0x7f309405e350
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094001da0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173270133735199604, 139846258884480, 0, 139846618193312, 139846925065248, 173270133775045492, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307e957ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307e8dc000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307e958700
__not_first_call = 0
ret = 0x7f307e957e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309405e350, name = 0x7f3094065780 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30d80053a0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307e958700) at pthread_create.c:463
pd = 0x7f307e958700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846258886400, -286144129105620108, 139846258884480, 0, 139846618193312, 139846925065248, 173270133737296756, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 152 (Thread 0x7f307eeb7700 (LWP 9892)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 9892
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30701193f0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30701193f0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30701193f0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027eeb59d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f3070121ab0, parameters=0x0, headers=0x7f30700d01f0) at res_pjsip_transport_websocket.c:372
serializer = 0x7f3070121bf8
create_data = {transport = 0x7f307eeb5b70, ws_session = 0x7f30700230e2}
transport = 0x407eeb5a60
read_data = {transport = 0x3d00000025, payload = 0x7f307eeb59e0 "h002rp0177", payload_len = 4174753569580918799}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094065620, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307eeb5cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30700d01f0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30700d0268 "websocket"
key = 0x7f30700230e2 "TncUemB7P39z5lIVEw6hFA=="
key1 = 0x0
key2 = 0x0
protos = 0x7f3070022f97 "sip"
requested_protocols = 0x0
protocol = 0x7f307eeb5a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f3070121ab0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f3094065620, uri=0x7f307eeb5cd7 "", method=AST_HTTP_GET, headers=0x7f30700d01f0) at http.c:1487
c = 0x7f307eeb5cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094065620) at http.c:1928
headers = 0x7f30700d01f0
uri = 0x7f307eeb5cd4 "/ws"
method = 0x7f307eeb5cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f3070103e08
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 23 times>, "o345W*T205312@]353~0177000000@]353~0177000000311000000000000000000000177330037251FV000000000_353~0177000000 ,3246060177000000.200ŬFV000000340031023033061177000000001200255373000000000000.200ŬFV000000.200ŬFV000000.200ŬFV000000.200ŬFV000000060200ŬFV000000367200ŬFV000000.200ŬFV000000367200ŬFV", '000' <repeats 46 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094065620) at http.c:1991
ser = 0x7f3094065620
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094065620) at tcptls.c:274
tcptls_session = 0x7f3094065620
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094001d80) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173270632488276852, 139846264516480, 0, 139846618193280, 139846925065248, 173270632528122740, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307eeb6ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307ee3b000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307eeb7700
__not_first_call = 0
ret = 0x7f307eeb6e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094065620, name = 0x7f3094065f60 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f3070022020
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307eeb7700) at pthread_create.c:463
pd = 0x7f307eeb7700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846264518400, -286144129105620108, 139846264516480, 0, 139846618193280, 139846925065248, 173270632490374004, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 151 (Thread 0x7f307ee3a700 (LWP 9645)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 9645
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30a0003b10, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30a0003b10, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30a0003b10
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027ee389d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30a004b780, parameters=0x0, headers=0x7f30a00034a0) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30a004b8c8
create_data = {transport = 0x7f307ee38b70, ws_session = 0x7f30a00038c2}
transport = 0x407ee38a60
read_data = {transport = 0x3d00000025, payload = 0x7f307ee389e0 "030065", payload_len = 11453074830899846763}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309405d430, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307ee38cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30a00034a0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30a0003518 "websocket"
key = 0x7f30a00038c2 "uDtOFk4kdn/dSHpYD9DL8g=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30a0003777 "sip"
requested_protocols = 0x0
protocol = 0x7f307ee38a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30a004b780
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309405d430, uri=0x7f307ee38cd7 "", method=AST_HTTP_GET, headers=0x7f30a00034a0) at http.c:1487
c = 0x7f307ee38cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309405d430) at http.c:1928
headers = 0x7f30a00034a0
uri = 0x7f307ee38cd4 "/ws"
method = 0x7f307ee38cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30a0003488
http_method = AST_HTTP_GET
res = 32560
len = 18
request_line = "GET000/ws000HTTP/1.1rn000~0177000000 at 217343~0177000000 at 000363250FV000000200237343~0177", '000' <repeats 26 times>, "h237343~0177", '000' <repeats 18 times>, "260236343~0177000000370214343~0177", '000' <repeats 34 times>, "А343~0177000000ؐ343~0177000000p237343~0177000000350220343~0177000000x237343~0177000000000000000000000000000000200237343~0177000000037247"...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309405d430) at http.c:1991
ser = 0x7f309405d430
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309405d430) at tcptls.c:274
tcptls_session = 0x7f309405d430
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f309405d4f0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173270564305671028, 139846264004480, 0, 139846618567920, 139846925065248, 173270564345516916, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307ee39ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307edbe000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307ee3a700
__not_first_call = 0
ret = 0x7f307ee39e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309405d430, name = 0x7f3094065560 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30a00025a0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307ee3a700) at pthread_create.c:463
pd = 0x7f307ee3a700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846264006400, -286144129105620108, 139846264004480, 0, 139846618567920, 139846925065248, 173270564307768180, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 150 (Thread 0x7f307edbd700 (LWP 9644)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 9644
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30980035e0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30980035e0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30980035e0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027edbb9d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f309804ada0, parameters=0x0, headers=0x7f3098002b90) at res_pjsip_transport_websocket.c:372
serializer = 0x7f309804aee8
create_data = {transport = 0x7f307edbbb70, ws_session = 0x7f3098003312}
transport = 0x407edbba60
read_data = {transport = 0x3d00000025, payload = 0x7f307edbb9e0 "b,", payload_len = 15866594766739114184}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309405d280, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307edbbcd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f3098002b90) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f3098002c08 "websocket"
key = 0x7f3098003312 "7+L2ctj0Z2x2yL5Fcfnp4A=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30980031c7 "sip"
requested_protocols = 0x0
protocol = 0x7f307edbba90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f309804ada0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309405d280, uri=0x7f307edbbcd7 "", method=AST_HTTP_GET, headers=0x7f3098002b90) at http.c:1487
c = 0x7f307edbbcd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309405d280) at http.c:1928
headers = 0x7f3098002b90
uri = 0x7f307edbbcd4 "/ws"
method = 0x7f307edbbcd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f3098002b08
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn000000000000000000fm&033061177000000 at 276333~0177000000W274T030061177", '000' <repeats 18 times>, "360306&033061177000000;v000000000000000000020000000000000000000000 277333~0177000000p275333~0177000000370237035033061177000000320301333~0177000000320301333~0177000000200236035033061177000000260275333~0177000000V001000000000000000000`260P036061177000000360267T030061177000000 at 276333~0177000000p301P036061177000000M356 033061177000000000000000000000000000000"...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309405d280) at http.c:1991
ser = 0x7f309405d280
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309405d280) at tcptls.c:274
tcptls_session = 0x7f309405d280
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094065f30) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173270773148455796, 139846263492480, 0, 139846618603312, 139846925065248, 173270773188301684, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307edbced0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307ed41000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307edbd700
__not_first_call = 0
ret = 0x7f307edbce57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309405d280, name = 0x7f309406a2c0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f3098001a10
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307edbd700) at pthread_create.c:463
pd = 0x7f307edbd700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846263494400, -286144129105620108, 139846263492480, 0, 139846618603312, 139846925065248, 173270773150552948, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 149 (Thread 0x7f307ed40700 (LWP 9373)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 9373
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f311001c5b0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f311001c5b0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f311001c5b0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027ed3e9d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f3110021e40, parameters=0x0, headers=0x7f311001cbb0) at res_pjsip_transport_websocket.c:372
serializer = 0x7f3110021f88
create_data = {transport = 0x7f307ed3eb70, ws_session = 0x7f3110017602}
transport = 0x407ed3ea60
read_data = {transport = 0x3d00000025, payload = 0x7f307ed3e9e0 "(314001020061177", payload_len = 2058936663756169800}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309405cfa0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307ed3ecd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f311001cbb0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f311001cc28 "websocket"
key = 0x7f3110017602 "SGhdv2hpJSIEqQuJlYH8qw=="
key1 = 0x0
key2 = 0x0
protos = 0x7f311001c0a7 "sip"
requested_protocols = 0x0
protocol = 0x7f307ed3ea90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f3110021e40
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309405cfa0, uri=0x7f307ed3ecd7 "", method=AST_HTTP_GET, headers=0x7f311001cbb0) at http.c:1487
c = 0x7f307ed3ecd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309405cfa0) at http.c:1928
headers = 0x7f311001cbb0
uri = 0x7f307ed3ecd4 "/ws"
method = 0x7f307ed3ecd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f31100043d8
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 678 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309405cfa0) at http.c:1991
ser = 0x7f309405cfa0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309405cfa0) at tcptls.c:274
tcptls_session = 0x7f309405cfa0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f309405d060) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173270704965849972, 139846262980480, 0, 139846618566752, 139846925065248, 173270705005695860, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307ed3fed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307ed40700
__not_first_call = 0
ret = 0x7f307ed3fe57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309405cfa0, name = 0x7f309405eb40 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f31100204b0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307ed40700) at pthread_create.c:463
pd = 0x7f307ed40700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846262982400, -286144129105620108, 139846262980480, 0, 139846618566752, 139846925065248, 173270704967947124, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 148 (Thread 0x7f307e8db700 (LWP 9363)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 9363
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f31080376a0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f31080376a0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f31080376a0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027e8d99d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f3108040170, parameters=0x0, headers=0x7f3108037a80) at res_pjsip_transport_websocket.c:372
serializer = 0x7f31080402b8
create_data = {transport = 0x7f307e8d9b70, ws_session = 0x7f3108017ea2}
transport = 0x407e8d9a60
read_data = {transport = 0x3d00000025, payload = 0x7f307e8d99e0 "370z003b1177", payload_len = 11499232823545770816}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309405cdf0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307e8d9cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f3108037a80) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f3108037af8 "websocket"
key = 0x7f3108017ea2 "JvTAzLodq0xJCDzaH+qXJg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f310803b387 "sip"
requested_protocols = 0x0
protocol = 0x7f307e8d9a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f3108040170
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309405cdf0, uri=0x7f307e8d9cd7 "", method=AST_HTTP_GET, headers=0x7f3108037a80) at http.c:1487
c = 0x7f307e8d9cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309405cdf0) at http.c:1928
headers = 0x7f3108037a80
uri = 0x7f307e8d9cd4 "/ws"
method = 0x7f307e8d9cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f31080287c8
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 678 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309405cdf0) at http.c:1991
ser = 0x7f309405cdf0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309405cdf0) at tcptls.c:274
tcptls_session = 0x7f309405cdf0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f309405ed30) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173270342577984372, 139846258372480, 0, 139846618574128, 139846925065248, 173270342617830260, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307e8daed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307e8db700
__not_first_call = 0
ret = 0x7f307e8dae57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309405cdf0, name = 0x7f309405ead0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f3108006060
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307e8db700) at pthread_create.c:463
pd = 0x7f307e8db700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846258374400, -286144129105620108, 139846258372480, 0, 139846618574128, 139846925065248, 173270342580081524, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 147 (Thread 0x7f307e85e700 (LWP 9359)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 9359
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f310c001920, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f310c001920, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f310c001920
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027e85c9d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f310c021fe0, parameters=0x0, headers=0x7f310c021630) at res_pjsip_transport_websocket.c:372
serializer = 0x7f310c022128
create_data = {transport = 0x7f307e85cb70, ws_session = 0x7f310c0212a2}
transport = 0x407e85ca60
read_data = {transport = 0x3d00000025, payload = 0x7f307e85c9e0 "250026002f1177", payload_len = 5717957828453453863}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309405e970, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307e85ccd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f310c021630) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f310c0216a8 "websocket"
key = 0x7f310c0212a2 "i/fd/CJQGFLH1P0Bqmg1dQ=="
key1 = 0x0
key2 = 0x0
protos = 0x7f310c021907 "sip"
requested_protocols = 0x0
protocol = 0x7f307e85ca90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f310c021fe0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309405e970, uri=0x7f307e85ccd7 "", method=AST_HTTP_GET, headers=0x7f310c021630) at http.c:1487
c = 0x7f307e85ccd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309405e970) at http.c:1928
headers = 0x7f310c021630
uri = 0x7f307e85ccd4 "/ws"
method = 0x7f307e85ccd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f310c00ca98
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn000000000000000000fm&033061177000000@΅~0177000000W274T030061177", '000' <repeats 18 times>, "360306&033061177000000;v000000000000000000020000000000000000000000 υ~0177000000pͅ~0177000000370237035033061177000000320х~0177000000320х~0177000000200236035033061177000000260ͅ~0177000000V001000000000000000000`260P036061177000000360267T030061177000000@΅~0177000000p301P036061177000000M356 033061177000000000000000000000000000000001000000000000000000000"...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309405e970) at http.c:1991
ser = 0x7f309405e970
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309405e970) at tcptls.c:274
tcptls_session = 0x7f309405e970
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094001d30) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173270274395378548, 139846257860480, 0, 139846618193200, 139846925065248, 173270274435224436, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307e85ded0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307e7e2000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307e85e700
__not_first_call = 0
ret = 0x7f307e85de57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309405e970, name = 0x7f309405ecc0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f310c0077a0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307e85e700) at pthread_create.c:463
pd = 0x7f307e85e700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846257862400, -286144129105620108, 139846257860480, 0, 139846618193200, 139846925065248, 173270274397475700, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 146 (Thread 0x7f307e7e1700 (LWP 9269)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 9269
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30cc02a940, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30cc02a940, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30cc02a940
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027e7df9d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30cc03bb90, parameters=0x0, headers=0x7f30cc0387d0) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30cc03bcd8
create_data = {transport = 0x7f307e7dfb70, ws_session = 0x7f30cc038c72}
transport = 0x407e7dfa60
read_data = {transport = 0x3d00000025, payload = 0x7f307e7df9e0 "H210003314060177", payload_len = 1588867299887724635}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309405d0d0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307e7dfcd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30cc0387d0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30cc038848 "websocket"
key = 0x7f30cc038c72 "8r0Atv3YiACVAZil/D872Q=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30cc03b327 "sip"
requested_protocols = 0x0
protocol = 0x7f307e7dfa90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30cc03bb90
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309405d0d0, uri=0x7f307e7dfcd7 "", method=AST_HTTP_GET, headers=0x7f30cc0387d0) at http.c:1487
c = 0x7f307e7dfcd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309405d0d0) at http.c:1928
headers = 0x7f30cc0387d0
uri = 0x7f307e7dfcd4 "/ws"
method = 0x7f307e7dfcd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30cc031de8
http_method = AST_HTTP_GET
res = 32560
len = 18
request_line = "GET000/ws000HTTP/1.1rn000~0177000000 at 377}~0177000000 at 000363250FV000000200017~~0177", '000' <repeats 26 times>, "h017~~0177", '000' <repeats 18 times>, "260016~~0177000000370374}~0177", '000' <repeats 34 times>, "320000~~0177000000330000~~0177000000p017~~0177000000350000~~0177000000x017~~0177000000000000000000000000000000200017~~0177000000"...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309405d0d0) at http.c:1991
ser = 0x7f309405d0d0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309405d0d0) at tcptls.c:274
tcptls_session = 0x7f309405d0d0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094001d10) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173271565569921908, 139846257348480, 0, 139846618193168, 139846925065248, 173271565609767796, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307e7e0ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307e765000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307e7e1700
__not_first_call = 0
ret = 0x7f307e7e0e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309405d0d0, name = 0x7f309405ec50 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30cc002e00
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307e7e1700) at pthread_create.c:463
pd = 0x7f307e7e1700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846257350400, -286144129105620108, 139846257348480, 0, 139846618193168, 139846925065248, 173271565572019060, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 145 (Thread 0x7f307e764700 (LWP 9227)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 9227
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f3088005e00, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f3088005e00, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f3088005e00
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027e7629d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f3088046d80, parameters=0x0, headers=0x7f308802f6f0) at res_pjsip_transport_websocket.c:372
serializer = 0x7f3088046ec8
create_data = {transport = 0x7f307e762b70, ws_session = 0x7f308802fa32}
transport = 0x407e762a60
read_data = {transport = 0x3d00000025, payload = 0x7f307e7629e0 "h367002210060177", payload_len = 8035700459782673649}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309405e750, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307e762cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f308802f6f0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f308802f768 "websocket"
key = 0x7f308802fa32 "lZfw92ke5F39AA1hsD/U9w=="
key1 = 0x0
key2 = 0x0
protos = 0x7f308802edc7 "sip"
requested_protocols = 0x0
protocol = 0x7f307e762a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f3088046d80
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309405e750, uri=0x7f307e762cd7 "", method=AST_HTTP_GET, headers=0x7f308802f6f0) at http.c:1487
c = 0x7f307e762cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309405e750) at http.c:1928
headers = 0x7f308802f6f0
uri = 0x7f307e762cd4 "/ws"
method = 0x7f307e762cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f3088027c88
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 678 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309405e750) at http.c:1991
ser = 0x7f309405e750
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309405e750) at tcptls.c:274
tcptls_session = 0x7f309405e750
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094001cf0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173271497387316084, 139846256836480, 0, 139846618193136, 139846925065248, 173271497427161972, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307e763ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307e764700
__not_first_call = 0
ret = 0x7f307e763e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309405e750, name = 0x7f309405e8b0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f3088035770
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307e764700) at pthread_create.c:463
pd = 0x7f307e764700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846256838400, -286144129105620108, 139846256836480, 0, 139846618193136, 139846925065248, 173271497389413236, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 144 (Thread 0x7f307ef34700 (LWP 9220)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 9220
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f308c00e970, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f308c00e970, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f308c00e970
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027ef329d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f308c028950, parameters=0x0, headers=0x7f308c00d620) at res_pjsip_transport_websocket.c:372
serializer = 0x7f308c028a98
create_data = {transport = 0x7f307ef32b70, ws_session = 0x7f308c009f82}
transport = 0x407ef32a60
read_data = {transport = 0x3d00000025, payload = 0x7f307ef329e0 "230", <incomplete sequence 326>, payload_len = 9571580307607611228}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094005500, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307ef32cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f308c00d620) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f308c00d698 "websocket"
key = 0x7f308c009f82 "46jxfTRgTIru6JOB0Wdw/Q=="
key1 = 0x0
key2 = 0x0
protos = 0x7f308c00e907 "sip"
requested_protocols = 0x0
protocol = 0x7f307ef32a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f308c028950
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f3094005500, uri=0x7f307ef32cd7 "", method=AST_HTTP_GET, headers=0x7f308c00d620) at http.c:1487
c = 0x7f307ef32cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094005500) at http.c:1928
headers = 0x7f308c00d620
uri = 0x7f307ef32cd4 "/ws"
method = 0x7f307ef32cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f308c00a3c8
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 678 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094005500) at http.c:1991
ser = 0x7f3094005500
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094005500) at tcptls.c:274
tcptls_session = 0x7f3094005500
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094005660) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173270423645492084, 139846265028480, 0, 139846618207840, 139846925065248, 173270423685337972, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307ef33ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307ef34700
__not_first_call = 0
ret = 0x7f307ef33e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094005500, name = 0x7f309405e690 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f308c001a10
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307ef34700) at pthread_create.c:463
pd = 0x7f307ef34700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846265030400, -286144129105620108, 139846265028480, 0, 139846618207840, 139846925065248, 173270423647589236, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 143 (Thread 0x7f307efb1700 (LWP 9216)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 9216
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f308000ffe0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f308000ffe0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f308000ffe0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027efaf9d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f3080038db0, parameters=0x0, headers=0x7f308000e230) at res_pjsip_transport_websocket.c:372
serializer = 0x7f3080038ef8
create_data = {transport = 0x7f307efafb70, ws_session = 0x7f308000fd92}
transport = 0x407efafa60
read_data = {transport = 0x3d00000025, payload = 0x7f307efaf9e0 "250", <incomplete sequence 342>, payload_len = 9964605061821234228}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094005350, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307efafcd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f308000e230) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f308000e2a8 "websocket"
key = 0x7f308000fd92 "Mj86f6UqRp9kUVVxgQK9Ug=="
key1 = 0x0
key2 = 0x0
protos = 0x7f308000fc47 "sip"
requested_protocols = 0x0
protocol = 0x7f307efafa90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f3080038db0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f3094005350, uri=0x7f307efafcd7 "", method=AST_HTTP_GET, headers=0x7f308000e230) at http.c:1487
c = 0x7f307efafcd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094005350) at http.c:1928
headers = 0x7f308000e230
uri = 0x7f307efafcd4 "/ws"
method = 0x7f307efafcd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f308000e218
http_method = AST_HTTP_GET
res = 32560
len = 18
request_line = "GET000/ws000HTTP/1.1rn000~0177000000 at 377372~0177000000 at 000363250FV000000200017373~0177", '000' <repeats 26 times>, "h017373~0177", '000' <repeats 18 times>, "260016373~0177000000370374372~0177", '000' <repeats 34 times>, "320000373~0177000000330000373~0177000000p017373~0177000000350000373~0177000000x017373~0177000000000000000000000000000000200017373~0177000000"...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094005350) at http.c:1991
ser = 0x7f3094005350
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094005350) at tcptls.c:274
tcptls_session = 0x7f3094005350
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094060480) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173270491828097908, 139846265540480, 0, 139846618580096, 139846925065248, 173270491867943796, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307efb0ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307ef35000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307efb1700
__not_first_call = 0
ret = 0x7f307efb0e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094005350, name = 0x7f30940610b0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f308000e850
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307efb1700) at pthread_create.c:463
pd = 0x7f307efb1700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846265542400, -286144129105620108, 139846265540480, 0, 139846618580096, 139846925065248, 173270491830195060, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 142 (Thread 0x7f307f128700 (LWP 9205)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 9205
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f308403d310, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f308403d310, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f308403d310
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027f1269d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f3084041e90, parameters=0x0, headers=0x7f3084006330) at res_pjsip_transport_websocket.c:372
serializer = 0x7f3084041fd8
create_data = {transport = 0x7f307f126b70, ws_session = 0x7f308403d042}
transport = 0x407f126a60
read_data = {transport = 0x3d00000025, payload = 0x7f307f1269e0 "250c", payload_len = 9054284005213500185}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094060ee0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307f126cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f3084006330) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30840063a8 "websocket"
key = 0x7f308403d042 "HiO8ZVuFelC3yplF/VAuwA=="
key1 = 0x0
key2 = 0x0
protos = 0x7f308403cef7 "sip"
requested_protocols = 0x0
protocol = 0x7f307f126a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f3084041e90
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f3094060ee0, uri=0x7f307f126cd7 "", method=AST_HTTP_GET, headers=0x7f3084006330) at http.c:1487
c = 0x7f307f126cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094060ee0) at http.c:1928
headers = 0x7f3084006330
uri = 0x7f307f126cd4 "/ws"
method = 0x7f307f126cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f3084006318
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn000000000000000000fm&033061177000000 at n022177060177000000W274T030061177", '000' <repeats 18 times>, "360306&033061177000000;v000000000000000000020000000000000000000000 o022177060177000000pm022177060177000000370237035033061177000000320q022177060177000000320q022177060177000000200236035033061177000000260m022177060177000000V001000000000000000000`260P036061177000000360267T030061177000000 at n022177060177000000p301P036061177000000M356 033061177000000000000000000000000000000"...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094060ee0) at http.c:1991
ser = 0x7f3094060ee0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094060ee0) at tcptls.c:274
tcptls_session = 0x7f3094060ee0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094060460) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173273458039886708, 139846267076480, 0, 139846618580064, 139846925065248, 173273458079732596, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307f127ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307f0ac000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307f128700
__not_first_call = 0
ret = 0x7f307f127e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094060ee0, name = 0x7f3094061040 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f308400aed0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307f128700) at pthread_create.c:463
pd = 0x7f307f128700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846267078400, -286144129105620108, 139846267076480, 0, 139846618580064, 139846925065248, 173273458041983860, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 141 (Thread 0x7f307f02e700 (LWP 9057)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 9057
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30e4020890, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30e4020890, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30e4020890
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027f02c9d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30e404a0d0, parameters=0x0, headers=0x7f30e4025cd0) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30e404a218
create_data = {transport = 0x7f307f02cb70, ws_session = 0x7f30e4026452}
transport = 0x407f02ca60
read_data = {transport = 0x3d00000025, payload = 0x7f307f02c9e0 "H]002344060177", payload_len = 10375627436612787560}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094060500, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307f02ccd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30e4025cd0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30e4025d48 "websocket"
key = 0x7f30e4026452 "/EDprEWUXo22uo9WLvprnw=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30e4026307 "sip"
requested_protocols = 0x0
protocol = 0x7f307f02ca90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30e404a0d0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f3094060500, uri=0x7f307f02ccd7 "", method=AST_HTTP_GET, headers=0x7f30e4025cd0) at http.c:1487
c = 0x7f307f02ccd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094060500) at http.c:1928
headers = 0x7f30e4025cd0
uri = 0x7f307f02ccd4 "/ws"
method = 0x7f307f02ccd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30e4025cb8
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 23 times>, "o345W*T205312 at 315002177060177000000@315002177060177000000311000000000000000000000177330037251FV000000000317002177060177000000 ,3246060177000000356$002334060177000000340031023033061177000000001200255373000000000000356$002334060177000000356$002334060177000000356$002334060177000000356$002334060177000000360$002334060177000000267%002334060177000000356$002334060177000000267%002334060177", '000' <repeats 46 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094060500) at http.c:1991
ser = 0x7f3094060500
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094060500) at tcptls.c:274
tcptls_session = 0x7f3094060500
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094060430) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173273598700065652, 139846266052480, 0, 139846618580016, 139846925065248, 173273598739911540, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307f02ded0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307efb2000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307f02e700
__not_first_call = 0
ret = 0x7f307f02de57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094060500, name = 0x7f3094060e20 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30e401f9f0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307f02e700) at pthread_create.c:463
pd = 0x7f307f02e700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846266054400, -286144129105620108, 139846266052480, 0, 139846618580016, 139846925065248, 173273598702162804, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 140 (Thread 0x7f307f0ab700 (LWP 8891)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 8891
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30f0002540, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30f0002540, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30f0002540
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027f0a99d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30f0031630, parameters=0x0, headers=0x7f30f0002a70) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30f0031778
create_data = {transport = 0x7f307f0a9b70, ws_session = 0x7f30f00309a2}
transport = 0x407f0a9a60
read_data = {transport = 0x3d00000025, payload = 0x7f307f0a99e0 "350*", payload_len = 18395023101262684560}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309405d560, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307f0a9cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30f0002a70) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30f0002ae8 "websocket"
key = 0x7f30f00309a2 "Q3HGSC6UmxkKewj7kiOJUw=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30f000a187 "sip"
requested_protocols = 0x0
protocol = 0x7f307f0a9a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30f0031630
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309405d560, uri=0x7f307f0a9cd7 "", method=AST_HTTP_GET, headers=0x7f30f0002a70) at http.c:1487
c = 0x7f307f0a9cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309405d560) at http.c:1928
headers = 0x7f30f0002a70
uri = 0x7f307f0a9cd4 "/ws"
method = 0x7f307f0a9cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30f0002c28
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn000000000000000000fm&033061177000000 at 236n177060177000000W274T030061177", '000' <repeats 18 times>, "360306&033061177000000;v000000000000000000020000000000000000000000 237n177060177000000p235n177060177000000370237035033061177000000Сn177060177000000Сn177060177000000200236035033061177000000260235n177060177000000V001000000000000000000`260P036061177000000360267T030061177000000 at 236n177060177000000p301P036061177000000M356 033061177000000000000000000000000000000001000000000000000000000"...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309405d560) at http.c:1991
ser = 0x7f309405d560
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309405d560) at tcptls.c:274
tcptls_session = 0x7f309405d560
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f309405f0d0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173273666882671476, 139846266564480, 0, 139846618575056, 139846925065248, 173273666922517364, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307f0aaed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307f02f000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307f0ab700
__not_first_call = 0
ret = 0x7f307f0aae57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309405d560, name = 0x7f3094005290 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30f0013c20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307f0ab700) at pthread_create.c:463
pd = 0x7f307f0ab700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846266566400, -286144129105620108, 139846266564480, 0, 139846618575056, 139846925065248, 173273666884768628, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 139 (Thread 0x7f307f1a5700 (LWP 8644)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 8644
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30ec01f1d0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30ec01f1d0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30ec01f1d0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027f1a39d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30ec024c60, parameters=0x0, headers=0x7f30ec022140) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30ec024da8
create_data = {transport = 0x7f307f1a3b70, ws_session = 0x7f30ec01ef82}
transport = 0x407f1a3a60
read_data = {transport = 0x3d00000025, payload = 0x7f307f1a39e0 "270!002354060177", payload_len = 2353403203269215027}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309405ef50, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307f1a3cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30ec022140) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30ec0221b8 "websocket"
key = 0x7f30ec01ef82 "+j6jSk14BbanzcdVm0O1Uw=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30ec01ee37 "sip"
requested_protocols = 0x0
protocol = 0x7f307f1a3a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30ec024c60
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309405ef50, uri=0x7f307f1a3cd7 "", method=AST_HTTP_GET, headers=0x7f30ec022140) at http.c:1487
c = 0x7f307f1a3cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309405ef50) at http.c:1928
headers = 0x7f30ec022140
uri = 0x7f307f1a3cd4 "/ws"
method = 0x7f307f1a3cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30ec021da8
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 23 times>, "o345W*T205312@=032177060177000000@=032177060177000000311000000000000000000000177330037251FV000000000?032177060177000000 ,3246060177000000256(000340060177000000340031023033061177000000001200255373000000000000256(000340060177000000256(000340060177000000256(000340060177000000256(000340060177000000260(000340060177000000w)000340060177000000256(000340060177000000w)000340060177", '000' <repeats 46 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309405ef50) at http.c:1991
ser = 0x7f309405ef50
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309405ef50) at tcptls.c:274
tcptls_session = 0x7f309405ef50
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f309405f0b0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173273526222492532, 139846267588480, 0, 139846618575024, 139846925065248, 173273526262338420, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307f1a4ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307f129000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307f1a5700
__not_first_call = 0
ret = 0x7f307f1a4e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309405ef50, name = 0x7f309405e620 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30ec001a10
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307f1a5700) at pthread_create.c:463
pd = 0x7f307f1a5700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846267590400, -286144129105620108, 139846267588480, 0, 139846618575024, 139846925065248, 173273526224589684, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 138 (Thread 0x7f3117b03700 (LWP 8233)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 8233
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f310434bff0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f310434bff0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f310434bff0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x80217b019d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f310433be00, parameters=0x0, headers=0x7f310438bca0) at res_pjsip_transport_websocket.c:372
serializer = 0x7f310433bf48
create_data = {transport = 0x7f3117b01b70, ws_session = 0x7f3104625a22}
transport = 0x4017b01a60
read_data = {transport = 0x3d00000025, payload = 0x7f3117b019e0 "030275070004061177", payload_len = 17715494735567974101}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094005870, urih=0x7f30ca593140 <websocketuri>, uri=0x7f3117b01cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f310438bca0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f310438bd18 "websocket"
key = 0x7f3104625a22 "uTLbQZxj6Ll/aaBH269NpQ=="
key1 = 0x0
key2 = 0x0
protos = 0x7f3104625b97 "sip"
requested_protocols = 0x0
protocol = 0x7f3117b01a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f310433be00
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f3094005870, uri=0x7f3117b01cd7 "", method=AST_HTTP_GET, headers=0x7f310438bca0) at http.c:1487
c = 0x7f3117b01cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094005870) at http.c:1928
headers = 0x7f310438bca0
uri = 0x7f3117b01cd4 "/ws"
method = 0x7f3117b01cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f31044bc028
http_method = AST_HTTP_GET
res = 32561
len = 18
request_line = "GET000/ws000HTTP/1.1rn000027061177000000 at 037260027061177000000@000363250FV000000200/260027061177", '000' <repeats 26 times>, "h/260027061177", '000' <repeats 18 times>, "260.260027061177000000370034260027061177", '000' <repeats 34 times>, "320 260027061177000000330 260027061177000000p/260027061177000000350 260027061177000000x/260027061177000000000000000000000000000000200/260027061177000000"...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094005870) at http.c:1991
ser = 0x7f3094005870
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094005870) at tcptls.c:274
tcptls_session = 0x7f3094005870
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f309405abc0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172621188335965044, 139848827547520, 0, 139846618557376, 139846925065248, 172621188375810932, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f3117b02ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f3117a87000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f3117b03700
__not_first_call = 0
ret = 0x7f3117b02e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094005870, name = 0x7f309405ee90 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f31040025d0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f3117b03700) at pthread_create.c:463
pd = 0x7f3117b03700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848827549440, -286144129105620108, 139848827547520, 0, 139846618557376, 139846925065248, 172621188338062196, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 137 (Thread 0x7f3117c7a700 (LWP 8229)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 8229
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30f800f4e0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30f800f4e0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30f800f4e0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x80217c789d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30f8015350, parameters=0x0, headers=0x7f30f8014580) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30f8015498
create_data = {transport = 0x7f3117c78b70, ws_session = 0x7f30f8010eb2}
transport = 0x4017c78a60
read_data = {transport = 0x3d00000025, payload = 0x7f3117c789e0 "370E001370060177", payload_len = 4145090117790231521}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f30940056e0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f3117c78cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30f8014580) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30f80145f8 "websocket"
key = 0x7f30f8010eb2 "8G80otwjk8gC7+vIVMBPJA=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30f80035e7 "sip"
requested_protocols = 0x0
protocol = 0x7f3117c78a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30f8015350
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f30940056e0, uri=0x7f3117c78cd7 "", method=AST_HTTP_GET, headers=0x7f30f8014580) at http.c:1487
c = 0x7f3117c78cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f30940056e0) at http.c:1928
headers = 0x7f30f8014580
uri = 0x7f3117c78cd4 "/ws"
method = 0x7f3117c78cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30f8014918
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 23 times>, "o345W*T205312 at 215307027061177000000@215307027061177000000311000000000000000000000177330037251FV000000000217307027061177000000 ,3246060177000000036V001374060177000000340031023033061177000000001200255373000000000000036V001374060177000000036V001374060177000000036V001374060177000000036V001374060177000000 V001374060177000000347V001374060177000000036V001374060177000000347V001374060177", '000' <repeats 46 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f30940056e0) at http.c:1991
ser = 0x7f30940056e0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f30940056e0) at tcptls.c:274
tcptls_session = 0x7f30940056e0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f309405aba0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172622092963451764, 139848829083520, 0, 139846618557344, 139846925065248, 172622093003297652, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f3117c79ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f3117bfe000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f3117c7a700
__not_first_call = 0
ret = 0x7f3117c79e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f30940056e0, name = 0x7f30940057b0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30f80025d0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f3117c7a700) at pthread_create.c:463
pd = 0x7f3117c7a700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848829085440, -286144129105620108, 139848829083520, 0, 139846618557344, 139846925065248, 172622092965548916, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 136 (Thread 0x7f3117cf7700 (LWP 8038)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 8038
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f308000e4c0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f308000e4c0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f308000e4c0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x80217cf59d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f3080028970, parameters=0x0, headers=0x7f308000d840) at res_pjsip_transport_websocket.c:372
serializer = 0x7f3080028ab8
create_data = {transport = 0x7f3117cf5b70, ws_session = 0x7f308000dfc2}
transport = 0x4017cf5a60
read_data = {transport = 0x3d00000025, payload = 0x7f3117cf59e0 "270", <incomplete sequence 330>, payload_len = 5754145567940722050}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094005130, urih=0x7f30ca593140 <websocketuri>, uri=0x7f3117cf5cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f308000d840) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f308000d8b8 "websocket"
key = 0x7f308000dfc2 "+m+xBLOGX/zzTa/OVvyEBA=="
key1 = 0x0
key2 = 0x0
protos = 0x7f308000de77 "sip"
requested_protocols = 0x0
protocol = 0x7f3117cf5a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f3080028970
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f3094005130, uri=0x7f3117cf5cd7 "", method=AST_HTTP_GET, headers=0x7f308000d840) at http.c:1487
c = 0x7f3117cf5cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094005130) at http.c:1928
headers = 0x7f308000d840
uri = 0x7f3117cf5cd4 "/ws"
method = 0x7f3117cf5cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f3080008688
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn000000000000000000fm&033061177000000@^317027061177000000W274T030061177", '000' <repeats 18 times>, "360306&033061177000000;v000000000000000000020000000000000000000000 _317027061177000000p]317027061177000000370237035033061177000000320a317027061177000000320a317027061177000000200236035033061177000000260]317027061177000000V001000000000000000000`260P036061177000000360267T030061177000000@^317027061177000000p301P036061177000000M356 033061177000000000000000000000000000000"...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094005130) at http.c:1991
ser = 0x7f3094005130
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094005130) at tcptls.c:274
tcptls_session = 0x7f3094005130
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094001c20) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172622161146057588, 139848829595520, 0, 139846618192928, 139846925065248, 172622161185903476, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f3117cf6ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f3117c7b000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f3117cf7700
__not_first_call = 0
ret = 0x7f3117cf6e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094005130, name = 0x7f309405f2e0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30800027f0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f3117cf7700) at pthread_create.c:463
pd = 0x7f3117cf7700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848829597440, -286144129105620108, 139848829595520, 0, 139846618192928, 139846925065248, 172622161148154740, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 135 (Thread 0x7f307fd8e700 (LWP 7946)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7946
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30f0002160, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30f0002160, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30f0002160
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027fd8c9d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30f0019b10, parameters=0x0, headers=0x7f30f0017170) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30f0019c58
create_data = {transport = 0x7f307fd8cb70, ws_session = 0x7f30f0001f12}
transport = 0x407fd8ca60
read_data = {transport = 0x3d00000025, payload = 0x7f307fd8c9e0 "350q001360060177", payload_len = 3216800906163107749}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f30940046b0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307fd8ccd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30f0017170) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30f00171e8 "websocket"
key = 0x7f30f0001f12 "P1nH5ujV4UGme0QDAWDm9A=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30f0001dc7 "sip"
requested_protocols = 0x0
protocol = 0x7f307fd8ca90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30f0019b10
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f30940046b0, uri=0x7f307fd8ccd7 "", method=AST_HTTP_GET, headers=0x7f30f0017170) at http.c:1487
c = 0x7f307fd8ccd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f30940046b0) at http.c:1928
headers = 0x7f30f0017170
uri = 0x7f307fd8ccd4 "/ws"
method = 0x7f307fd8ccd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30f0012508
http_method = AST_HTTP_GET
res = 32560
len = 18
request_line = "GET000/ws000HTTP/1.1rn000177060177000000 at 317330177060177000000@000363250FV000000200337330177060177", '000' <repeats 26 times>, "h337330177060177", '000' <repeats 18 times>, "260336330177060177000000370314330177060177", '000' <repeats 34 times>, "320320330177060177000000330320330177060177000000p337330177060177000000350320330177060177000000x337330177060177000000000000000000000000000000200337330177060177000000"...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f30940046b0) at http.c:1991
ser = 0x7f30940046b0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f30940046b0) at tcptls.c:274
tcptls_session = 0x7f30940046b0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f309405a9c0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173272997404644212, 139846280077184, 0, 139846618556864, 139846925065248, 173272997444490100, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307fd8ded0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307fd12000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307fd8e700
__not_first_call = 0
ret = 0x7f307fd8de57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f30940046b0, name = 0x7f3094005070 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30f0000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307fd8e700) at pthread_create.c:463
pd = 0x7f307fd8e700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846280079104, -286144129105620108, 139846280077184, 0, 139846618556864, 139846925065248, 173272997406741364, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 134 (Thread 0x7f3117b80700 (LWP 7915)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7915
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30e401f660, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30e401f660, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30e401f660
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x80217b7e9d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30e4039ee0, parameters=0x0, headers=0x7f30e401ec90) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30e403a028
create_data = {transport = 0x7f3117b7eb70, ws_session = 0x7f30e401f412}
transport = 0x4017b7ea60
read_data = {transport = 0x3d00000025, payload = 0x7f3117b7e9e0 "b355001344060177", payload_len = 17889382377306874468}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094001a50, urih=0x7f30ca593140 <websocketuri>, uri=0x7f3117b7ecd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30e401ec90) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30e401ed08 "websocket"
key = 0x7f30e401f412 "CAYAPPNB5SQZ6WENZuuWrg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30e401f2c7 "sip"
requested_protocols = 0x0
protocol = 0x7f3117b7ea90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30e4039ee0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f3094001a50, uri=0x7f3117b7ecd7 "", method=AST_HTTP_GET, headers=0x7f30e401ec90) at http.c:1487
c = 0x7f3117b7ecd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094001a50) at http.c:1928
headers = 0x7f30e401ec90
uri = 0x7f3117b7ecd4 "/ws"
method = 0x7f3117b7ecd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30e4003408
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 678 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094001a50) at http.c:1991
ser = 0x7f3094001a50
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094001a50) at tcptls.c:274
tcptls_session = 0x7f3094001a50
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f30940022d0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172621134112002932, 139848828059520, 0, 139846618194640, 139846925065248, 172621134151848820, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f3117b7fed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f3117b80700
__not_first_call = 0
ret = 0x7f3117b7fe57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094001a50, name = 0x7f3094001bb0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30e40025a0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f3117b80700) at pthread_create.c:463
pd = 0x7f3117b80700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848828061440, -286144129105620108, 139848828059520, 0, 139846618194640, 139846925065248, 172621134114100084, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 133 (Thread 0x7f311e3f0700 (LWP 7908)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7908
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30dc03cb10, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30dc03cb10, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30dc03cb10
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8021e3ee9d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30dc02c920, parameters=0x0, headers=0x7f30dc01afb0) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30dc02ca68
create_data = {transport = 0x7f311e3eeb70, ws_session = 0x7f30dc02c742}
transport = 0x401e3eea60
read_data = {transport = 0x3d00000025, payload = 0x7f311e3ee9e0 "(260001334060177", payload_len = 14275264678301892549}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309405aa40, urih=0x7f30ca593140 <websocketuri>, uri=0x7f311e3eecd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30dc01afb0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30dc01b028 "websocket"
key = 0x7f30dc02c742 "qb8Mq3EtjU+FvxavLttUnA=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30dc02c8b7 "sip"
requested_protocols = 0x0
protocol = 0x7f311e3eea90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30dc02c920
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309405aa40, uri=0x7f311e3eecd7 "", method=AST_HTTP_GET, headers=0x7f30dc01afb0) at http.c:1487
c = 0x7f311e3eecd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309405aa40) at http.c:1928
headers = 0x7f30dc01afb0
uri = 0x7f311e3eecd4 "/ws"
method = 0x7f311e3eecd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30dc027088
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 454 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309405aa40) at http.c:1991
ser = 0x7f309405aa40
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309405aa40) at tcptls.c:274
tcptls_session = 0x7f309405aa40
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f309405f2c0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172637704095830900, 139848937570176, 0, 139846618575552, 139846925065248, 172637704135676788, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f311e3efed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f311e3f0700
__not_first_call = 0
ret = 0x7f311e3efe57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309405aa40, name = 0x7f3094002630 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30dc02b430
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f311e3f0700) at pthread_create.c:463
pd = 0x7f311e3f0700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848937572096, -286144129105620108, 139848937570176, 0, 139846618575552, 139846925065248, 172637704097928052, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 132 (Thread 0x7f306ae6b700 (LWP 7895)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7895
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30d00b3b50, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30d00b3b50, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30d00b3b50
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8026ae699d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30d00dae20, parameters=0x0, headers=0x7f30d00be550) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30d00daf68
create_data = {transport = 0x7f306ae69b70, ws_session = 0x7f30d008e7b2}
transport = 0x406ae69a60
read_data = {transport = 0x3d00000025, payload = 0x7f306ae699e0 "310345v320060177", payload_len = 2000783695655305315}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094059d80, urih=0x7f30ca593140 <websocketuri>, uri=0x7f306ae69cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30d00be550) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30d00be5c8 "websocket"
key = 0x7f30d008e7b2 "3cgFtn4yKQnw+cp9UCyrTg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30d0090097 "sip"
requested_protocols = 0x0
protocol = 0x7f306ae69a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30d00dae20
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f3094059d80, uri=0x7f306ae69cd7 "", method=AST_HTTP_GET, headers=0x7f30d00be550) at http.c:1487
c = 0x7f306ae69cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094059d80) at http.c:1928
headers = 0x7f30d00be550
uri = 0x7f306ae69cd4 "/ws"
method = 0x7f306ae69cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30d00bec18
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094059d80) at http.c:1991
ser = 0x7f3094059d80
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094059d80) at tcptls.c:274
tcptls_session = 0x7f3094059d80
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f309405f2a0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173314520611591028, 139845928660864, 0, 139846618575520, 139846925065248, 173314520651436916, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306ae6aed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306ae6b700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094059d80, name = 0x7f309405a740 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30d00d9f80
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f306ae6b700) at pthread_create.c:463
pd = 0x7f306ae6b700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845928662784, -286144129105620108, 139845928660864, 0, 139846618575520, 139846925065248, 173314520613688180, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 131 (Thread 0x7f306aee8700 (LWP 7894)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7894
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30a0021620, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30a0021620, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30a0021620
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8026aee69d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30a003b590, parameters=0x0, headers=0x7f30a0020c50) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30a003b6d8
create_data = {transport = 0x7f306aee6b70, ws_session = 0x7f30a00213d2}
transport = 0x406aee6a60
read_data = {transport = 0x3d00000025, payload = 0x7f306aee69e0 "310f002240060177", payload_len = 591357835688239093}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f30940591c0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f306aee6cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30a0020c50) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30a0020cc8 "websocket"
key = 0x7f30a00213d2 "pRAQy0fsXsVNB/bYI0MjDg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30a0021287 "sip"
requested_protocols = 0x0
protocol = 0x7f306aee6a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30a003b590
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f30940591c0, uri=0x7f306aee6cd7 "", method=AST_HTTP_GET, headers=0x7f30a0020c50) at http.c:1487
c = 0x7f306aee6cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f30940591c0) at http.c:1928
headers = 0x7f30a0020c50
uri = 0x7f306aee6cd4 "/ws"
method = 0x7f306aee6cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30a0020c38
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f30940591c0) at http.c:1991
ser = 0x7f30940591c0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f30940591c0) at tcptls.c:274
tcptls_session = 0x7f30940591c0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f309405f210) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173314586646713204, 139845929172864, 0, 139846618575376, 139846925065248, 173314586686559092, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306aee7ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306aee8700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f30940591c0, name = 0x7f309405f230 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30a001fd90
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f306aee8700) at pthread_create.c:463
pd = 0x7f306aee8700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845929174784, -286144129105620108, 139845929172864, 0, 139846618575376, 139846925065248, 173314586648810356, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 130 (Thread 0x7f306af65700 (LWP 7893)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7893
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30980209e0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30980209e0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30980209e0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8026af639d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f309803abb0, parameters=0x0, headers=0x7f3098020010) at res_pjsip_transport_websocket.c:372
serializer = 0x7f309803acf8
create_data = {transport = 0x7f306af63b70, ws_session = 0x7f3098020792}
transport = 0x406af63a60
read_data = {transport = 0x3d00000025, payload = 0x7f306af639e0 "210", payload_len = 7027490297030616247}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309405f3a0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f306af63cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f3098020010) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f3098020088 "websocket"
key = 0x7f3098020792 "F+On4Jwigt+niCUw75IFsg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f3098020647 "sip"
requested_protocols = 0x0
protocol = 0x7f306af63a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f309803abb0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309405f3a0, uri=0x7f306af63cd7 "", method=AST_HTTP_GET, headers=0x7f3098020010) at http.c:1487
c = 0x7f306af63cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309405f3a0) at http.c:1928
headers = 0x7f3098020010
uri = 0x7f306af63cd4 "/ws"
method = 0x7f306af63cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f309801fff8
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn000j0177000000370237035033061177000000200A366j0177000000200A366j0177000000200236035033061177000000`=366j0177000000V001000000000000000000`260P036061177000000360267T030061177000000360=366j0177000000p301P036061177000000M356 033061177000000000000000000000000000000001000000000000000000000310377377377377377377377001000000000000000000000200=366j0177000000300?366j0177000000 at 000363250FV000000200O366j0177", '000' <repeats 26 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309405f3a0) at http.c:1991
ser = 0x7f309405f3a0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309405f3a0) at tcptls.c:274
tcptls_session = 0x7f309405f3a0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f309405abf0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173314379951412084, 139845929684864, 0, 139846618557424, 139846925065248, 173314379991257972, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306af64ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f306aee9000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306af65700
__not_first_call = 0
ret = 0x7f306af64e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309405f3a0, name = 0x7f309405f1a0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f309801f0e0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f306af65700) at pthread_create.c:463
pd = 0x7f306af65700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845929686784, -286144129105620108, 139845929684864, 0, 139846618557424, 139846925065248, 173314379953509236, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 129 (Thread 0x7f306afe2700 (LWP 7821)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7821
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f3100010cd0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f3100010cd0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f3100010cd0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8026afe09d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f31000152f0, parameters=0x0, headers=0x7f31000147f0) at res_pjsip_transport_websocket.c:372
serializer = 0x7f3100015438
create_data = {transport = 0x7f306afe0b70, ws_session = 0x7f3100010a82}
transport = 0x406afe0a60
read_data = {transport = 0x3d00000025, payload = 0x7f306afe09e0 "hH001", payload_len = 16717363791960709071}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094057ec0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f306afe0cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f31000147f0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f3100014868 "websocket"
key = 0x7f3100010a82 "WXb5kIT+808UE4ONgnQBNw=="
key1 = 0x0
key2 = 0x0
protos = 0x7f3100010937 "sip"
requested_protocols = 0x0
protocol = 0x7f306afe0a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f31000152f0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f3094057ec0, uri=0x7f306afe0cd7 "", method=AST_HTTP_GET, headers=0x7f31000147f0) at http.c:1487
c = 0x7f306afe0cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094057ec0) at http.c:1928
headers = 0x7f31000147f0
uri = 0x7f306afe0cd4 "/ws"
method = 0x7f306afe0cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f3100013b28
http_method = AST_HTTP_GET
res = 32560
len = 18
request_line = "GET000/ws000HTTP/1.1rn000j0177000000 at 017376j0177000000@000363250FV000000200037376j0177", '000' <repeats 26 times>, "h037376j0177", '000' <repeats 18 times>, "260036376j0177000000370f376j0177", '000' <repeats 34 times>, "320020376j0177000000330020376j0177000000p037376j0177000000350020376j0177000000x037376j0177000000000000000000000000000000200037376j0177000000"...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094057ec0) at http.c:1991
ser = 0x7f3094057ec0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094057ec0) at tcptls.c:274
tcptls_session = 0x7f3094057ec0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094058880) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173314445986534260, 139845930196864, 0, 139846618548352, 139846925065248, 173314446026380148, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306afe1ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f306af66000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306afe2700
__not_first_call = 0
ret = 0x7f306afe1e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094057ec0, name = 0x7f30940588a0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f310000f670
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f306afe2700) at pthread_create.c:463
pd = 0x7f306afe2700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845930198784, -286144129105620108, 139845930196864, 0, 139846618548352, 139846925065248, 173314445988631412, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 128 (Thread 0x7f306b05f700 (LWP 7819)):
#0 0x00007f311b1bdcb9 in __GI___poll (fds=0x7f306b05e320, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005646a912aa93 in ast_wait_for_input (fd=54, ms=-1) at utils.c:1347
pfd = {{fd = 54, events = 3, revents = 0}}
#2 0x00005646a9195171 in get_input (s=0x7f306b05ec30, output=0x7f306b05e7d0 "") at manager.c:6801
res = 0
x = 0
maxlen = 1024
src = 0x7f31040cb0c0 "rnlter: Event: ExtensionStatusrnrnensionStatusrnrner: Event: ExtensionStatusrnrn"
timeout = -1
now = 139845930708016
__PRETTY_FUNCTION__ = "get_input"
#3 0x00005646a9195457 in do_message (s=0x7f306b05ec30) at manager.c:6872
m = {hdrcount = 0, headers = {0x0 <repeats 128 times>}}
header_buf = '000' <repeats 1024 times>
res = 0
hdr_loss = 0
now = 1612167368
__PRETTY_FUNCTION__ = "do_message"
#4 0x00005646a9195ada in session_do (data=0x7f308000cc60) at manager.c:7007
ser = 0x7f308000cc60
session = 0x7f31040caf90
s = {session = 0x7f31040caf90, stream = 0x7f308000cdd8, tcptls_session = 0x7f308000cc60, parsing = MESSAGE_OKAY, write_error = 0, hook = 0x0, lock = {mutex = pthread_mutex_t = {Type = Recursive, Status = Not acquired, Robust = No, Shared = No, Protocol = None}, track = 0x0, flags = {tracking = 1, setup = 0}}}
res = 0
arg = 1
ser_remote_address_tmp = {ss = {ss_family = 2, __ss_padding = "327&177000000001000000000000000000000000ۆ375033305000000000030253036251FV000000004", '000' <repeats 16 times>, "355005k0177000000200357005k0177000000000000000000000000000000035q022251FV000000004000000000000000000000p341F251FV000000004000000000000000000000060%036004061177000000060355005k0177000", __ss_align = 94861484286113}, len = 16}
__PRETTY_FUNCTION__ = "session_do"
#5 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f308000cc60) at tcptls.c:274
tcptls_session = 0x7f308000cc60
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#6 0x00005646a912a613 in dummy_start (data=0x7f3080008740) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173317555005985652, 139845930708864, 0, 139846282676032, 139846923529248, 173317555045831540, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b05eed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f306afe3000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b05f700
__not_first_call = 0
ret = 0x7f306b05ee57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f308000cc60, name = 0x7f308000d620 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f31044e1560
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#7 0x00007f311bfd86db in start_thread (arg=0x7f306b05f700) at pthread_create.c:463
pd = 0x7f306b05f700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845930710784, -286144129105620108, 139845930708864, 0, 139846282676032, 139846923529248, 173317555008082804, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#8 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 127 (Thread 0x7f306b0dc700 (LWP 7794)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7794
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30f400dae8
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30f400dae8) at res_pjsip/config_transport.c:484
transport = 0x7f30f400dae8
transport_id = 0x7f30f4019670 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30f400dae8, objectset=0x7f30f4010760) at sorcery.c:1654
details = 0x7f30f400dae8
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30f400e6b0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30f4010760
id = 0x7f30f4019730
object = 0x7f30f400dae8
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306b0db7b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30f400e6b0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306b0db7b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306b0db7b0 "udp", selector=0x7f306b0db8f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30f40199f8, sip_uri=0x7f30f4010268, selector=0x7f306b0db8f0) at res_pjsip.c:3500
transport_name = "udp000060177000000342aLt0177000000000270rk0177000000305376376035061177000000 270rk0177000000L337377035061177000000 270rk0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 270rk0177000000364337377035061177000000247]000304060177000000h002001364060177000000 at 270rk0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30f40199f8, uri=0x0, provided_contact=0x7f30744c6048, tdata=0x7f306b0db9c8) at res_pjsip.c:3896
contact = 0x7f30744c6048
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30744c61f2 "sip:0004139303B8 at 172.26.129.224:5060", slen = 36}
from = {ptr = 0x5646aa8455d0 "", slen = 139846086320610}
pool = 0x7f30f4018e00
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30f4010268
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30f40199f8, uri=0x0, contact=0x7f30744c6048, tdata=0x7f306b0db9c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30744c6048, arg=0x7f30744bfb38, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30744c6048
aor_options = 0x7f30744bfb38
endpoint = 0x7f30f40199f8
tdata = 0xca85542a00000000
contact_status = 0x7f30744bfb38
contact_callback_data = 0x26b0dba30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30744c3f98, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744bfb38, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30744c65a8
traversal_state = 0x7f306b0dba30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30744c3f98, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744bfb38, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30744bfb38) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30744bfb38
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30744c4230) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30744c4230
res = 32560
delay = 1951148912
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30744c2b70) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307817b240
size = 139845931220864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30744c2b70) at threadpool.c:1354
tps = 0x7f30744c2b70
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307817b270
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f308403c700) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f308403c700) at threadpool.c:1056
worker = 0x7f308403c700
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f3078089af0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173317621041107828, 139845931220864, 0, 139846148987632, 139846923017104, 173317621080953716, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b0dbed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b0dc700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f308403c700, name = 0x7f308403c810 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30f400ee70
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306b0dc700) at pthread_create.c:463
pd = 0x7f306b0dc700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845931222784, -286144129105620108, 139845931220864, 0, 139846148987632, 139846923017104, 173317621043204980, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 126 (Thread 0x7f306b159700 (LWP 7793)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7793
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30e8016f68
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30e8016f68) at res_pjsip/config_transport.c:484
transport = 0x7f30e8016f68
transport_id = 0x7f30e8018dd0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30e8016f68, objectset=0x7f30e8018ba0) at sorcery.c:1654
details = 0x7f30e8016f68
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30e8018830) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30e8018ba0
id = 0x7f30e8015f60
object = 0x7f30e8016f68
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306b1587b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30e8018830
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306b1587b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306b1587b0 "udp", selector=0x7f306b1588f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30e8019028, sip_uri=0x7f30e8018578, selector=0x7f306b1588f0) at res_pjsip.c:3500
transport_name = "udp000060177000000^YPt0177000000000210025k0177000000305376376035061177000000 210025k0177000000L337377035061177000000 210025k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 210025k0177000000364337377035061177000000247]000304060177000000x205001350060177000000 at 210025k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30e8019028, uri=0x0, provided_contact=0x7f30745057c8, tdata=0x7f306b1589c8) at res_pjsip.c:3896
contact = 0x7f30745057c8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f307450596e "sip:000413930D06 at 172.26.130.11:5060", slen = 35}
from = {ptr = 0x5646aa8455d0 "", slen = 139846086580574}
pool = 0x7f30e8011250
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30e8018578
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30e8019028, uri=0x0, contact=0x7f30745057c8, tdata=0x7f306b1589c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30745057c8, arg=0x7f30744ff228, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30745057c8
aor_options = 0x7f30744ff228
endpoint = 0x7f30e8019028
tdata = 0xca85542a00000000
contact_status = 0x7f30744ff228
contact_callback_data = 0x26b158a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30745036a8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744ff228, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f3074505ce8
traversal_state = 0x7f306b158a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30745036a8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744ff228, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30744ff228) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30744ff228
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f3074503940) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f3074503940
res = 32560
delay = 1951408816
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30745022b0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307817b1c0
size = 139845931732864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30745022b0) at threadpool.c:1354
tps = 0x7f30745022b0
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307817b1f0
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f308403c380) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f308403c380) at threadpool.c:1056
worker = 0x7f308403c380
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f3078089b40) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173317414345806708, 139845931732864, 0, 139846148987712, 139846923017104, 173317414385652596, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b158ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b159700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f308403c380, name = 0x7f308403c490 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30e8007a80
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306b159700) at pthread_create.c:463
pd = 0x7f306b159700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845931734784, -286144129105620108, 139845931732864, 0, 139846148987712, 139846923017104, 173317414347903860, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 125 (Thread 0x7f306b1d6700 (LWP 7792)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7792
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30f00172a8
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30f00172a8) at res_pjsip/config_transport.c:484
transport = 0x7f30f00172a8
transport_id = 0x7f30f0016cb0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30f00172a8, objectset=0x7f30f00104c0) at sorcery.c:1654
details = 0x7f30f00172a8
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30f0016d70) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30f00104c0
id = 0x7f30f00191d0
object = 0x7f30f00172a8
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306b1d57b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30f0016d70
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306b1d57b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306b1d57b0 "udp", selector=0x7f306b1d58f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30f0019498, sip_uri=0x7f30f00187d8, selector=0x7f306b1d58f0) at res_pjsip.c:3500
transport_name = "udp000060177000000262061^t0177000000000X035k0177000000305376376035061177000000 X035k0177000000L337377035061177000000 X035k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at X035k0177000000364337377035061177000000247]000304060177000000؇001360060177000000 at X035k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30f0019498, uri=0x0, provided_contact=0x7f30745e2fd8, tdata=0x7f306b1d59c8) at res_pjsip.c:3896
contact = 0x7f30745e2fd8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30745e31c0 "sip:0328D92AAD at 172.26.128.149;line=21316", slen = 40}
from = {ptr = 0x5646aa8455d0 "", slen = 139846087487922}
pool = 0x7f30f0015fa0
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30f00187d8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30f0019498, uri=0x0, contact=0x7f30745e2fd8, tdata=0x7f306b1d59c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30745e2fd8, arg=0x7f30745df428, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30745e2fd8
aor_options = 0x7f30745df428
endpoint = 0x7f30f0019498
tdata = 0xca85542a00000000
contact_status = 0x7f30745df428
contact_callback_data = 0x26b1d5a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30745e0f88, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745df428, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30745e3588
traversal_state = 0x7f306b1d5a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30745e0f88, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745df428, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30745df428) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30745df428
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30745e1220) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30745e1220
res = 32560
delay = 1952316480
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30745dfc40) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307817b140
size = 139845932244864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30745dfc40) at threadpool.c:1354
tps = 0x7f30745dfc40
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307817b170
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f308403c000) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f308403c000) at threadpool.c:1056
worker = 0x7f308403c000
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f307808a610) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173317480380928884, 139845932244864, 0, 139846148990480, 139846923017104, 173317480420774772, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b1d5ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b1d6700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f308403c000, name = 0x7f308403c110 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30f0006d60
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306b1d6700) at pthread_create.c:463
pd = 0x7f306b1d6700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845932246784, -286144129105620108, 139845932244864, 0, 139846148990480, 139846923017104, 173317480383026036, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 124 (Thread 0x7f306b253700 (LWP 7791)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7791
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30ec022488
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30ec022488) at res_pjsip/config_transport.c:484
transport = 0x7f30ec022488
transport_id = 0x7f30ec023af0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30ec022488, objectset=0x7f30ec024160) at sorcery.c:1654
details = 0x7f30ec022488
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30ec021400) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30ec024160
id = 0x7f30ec0216d0
object = 0x7f30ec022488
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306b2527b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30ec021400
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306b2527b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306b2527b0 "udp", selector=0x7f306b2528f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30ec0245e8, sip_uri=0x7f30ec020dc8, selector=0x7f306b2528f0) at res_pjsip.c:3500
transport_name = "udp000060177000000256234bt0177000000000(%k0177000000305376376035061177000000 (%k0177000000L337377035061177000000 (%k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000@(%k0177000000364337377035061177000000247]000304060177000000310r002354060177000000@(%k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30ec0245e8, uri=0x0, provided_contact=0x7f3074629b28, tdata=0x7f306b2529c8) at res_pjsip.c:3896
contact = 0x7f3074629b28
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f3074629cbc "sip:0328D92C5F at 172.26.128.105;line=65148", slen = 40}
from = {ptr = 0x5646aa8455d0 "", slen = 139846087777454}
pool = 0x7f30ec021080
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30ec020dc8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30ec0245e8, uri=0x0, contact=0x7f3074629b28, tdata=0x7f306b2529c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f3074629b28, arg=0x7f30746235d8, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f3074629b28
aor_options = 0x7f30746235d8
endpoint = 0x7f30ec0245e8
tdata = 0xca85542a00000000
contact_status = 0x7f30746235d8
contact_callback_data = 0x26b252a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f3074627a48, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30746235d8, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f307462a048
traversal_state = 0x7f306b252a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f3074627a48, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30746235d8, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30746235d8) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30746235d8
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f3074627ce0) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f3074627ce0
res = 32560
delay = 1952605728
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f3074626620) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307817b0c0
size = 139845932756864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f3074626620) at threadpool.c:1354
tps = 0x7f3074626620
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307817b0f0
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f308403bc80) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f308403bc80) at threadpool.c:1056
worker = 0x7f308403bc80
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f307817b020) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173317273685627764, 139845932756864, 0, 139846149976096, 139846923017104, 173317273725473652, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b252ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b253700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f308403bc80, name = 0x7f308403bd90 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30ec004e90
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306b253700) at pthread_create.c:463
pd = 0x7f306b253700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845932758784, -286144129105620108, 139845932756864, 0, 139846149976096, 139846923017104, 173317273687724916, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 123 (Thread 0x7f306b2d0700 (LWP 7790)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7790
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30e002d048
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30e002d048) at res_pjsip/config_transport.c:484
transport = 0x7f30e002d048
transport_id = 0x7f30e002f2d0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30e002d048, objectset=0x7f30e002c460) at sorcery.c:1654
details = 0x7f30e002d048
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30e002ed30) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30e002c460
id = 0x7f30e00265c0
object = 0x7f30e002d048
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306b2cf7b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30e002ed30
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306b2cf7b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306b2cf7b0 "udp", selector=0x7f306b2cf8f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30e002f528, sip_uri=0x7f30e002ea78, selector=0x7f306b2cf8f0) at res_pjsip.c:3500
transport_name = "udp000060177000000`030<t0177000000000370,k0177000000305376376035061177000000 370,k0177000000L337377035061177000000 370,k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 370,k0177000000364337377035061177000000247]000304060177000000x352002340060177000000 at 370,k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30e002f528, uri=0x0, provided_contact=0x7f30743c16c8, tdata=0x7f306b2cf9c8) at res_pjsip.c:3896
contact = 0x7f30743c16c8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30743c1870 "sip:000413930237 at 172.26.129.18:5060", slen = 35}
from = {ptr = 0x5646aa8455d0 "", slen = 139846085253216}
pool = 0x7f30e002cb30
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30e002ea78
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30e002f528, uri=0x0, contact=0x7f30743c16c8, tdata=0x7f306b2cf9c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30743c16c8, arg=0x7f30740b7d38, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30743c16c8
aor_options = 0x7f30740b7d38
endpoint = 0x7f30e002f528
tdata = 0xca85542a00000000
contact_status = 0x7f30740b7d38
contact_callback_data = 0x26b2cfa30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30743c1338, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30740b7d38, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30740b6118
traversal_state = 0x7f306b2cfa30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30743c1338, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30740b7d38, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30740b7d38) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30740b7d38
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30743c15d0) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30743c15d0
res = 32560
delay = 1950093952
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30743c1280) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307817b040
size = 139845933268864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30743c1280) at threadpool.c:1354
tps = 0x7f30743c1280
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307817b070
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f308403b950) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f308403b950) at threadpool.c:1056
worker = 0x7f308403b950
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f307817b0a0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173317356900619124, 139845933268864, 0, 139846149976224, 139846923017104, 173317356940465012, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b2cfed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b2d0700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f308403b950, name = 0x7f308403ba10 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30e001d040
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306b2d0700) at pthread_create.c:463
pd = 0x7f306b2d0700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845933270784, -286144129105620108, 139845933268864, 0, 139846149976224, 139846923017104, 173317356902716276, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 122 (Thread 0x7f306b34d700 (LWP 7789)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7789
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30e401e900, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30e401e900, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30e401e900
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8026b34b9d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30e4029cf0, parameters=0x0, headers=0x7f30e4029140) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30e4029e38
create_data = {transport = 0x7f306b34bb70, ws_session = 0x7f30e401e6b2}
transport = 0x406b34ba60
read_data = {transport = 0x3d00000025, payload = 0x7f306b34b9e0 "270221002344060177", payload_len = 8858211142289070742}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094057270, urih=0x7f30ca593140 <websocketuri>, uri=0x7f306b34bcd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30e4029140) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30e40291b8 "websocket"
key = 0x7f30e401e6b2 "322Yl6pXEOKJltws99JEGw=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30e401e567 "sip"
requested_protocols = 0x0
protocol = 0x7f306b34ba90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30e4029cf0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f3094057270, uri=0x7f306b34bcd7 "", method=AST_HTTP_GET, headers=0x7f30e4029140) at http.c:1487
c = 0x7f306b34bcd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094057270) at http.c:1928
headers = 0x7f30e4029140
uri = 0x7f306b34bcd4 "/ws"
method = 0x7f306b34bcd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30e4028b88
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094057270) at http.c:1991
ser = 0x7f3094057270
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094057270) at tcptls.c:274
tcptls_session = 0x7f3094057270
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094057c30) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173317150205318004, 139845933780864, 0, 139846618545200, 139846925065248, 173317150245163892, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b34ced0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b34d700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094057270, name = 0x7f3094057c50 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30e401d380
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f306b34d700) at pthread_create.c:463
pd = 0x7f306b34d700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845933782784, -286144129105620108, 139845933780864, 0, 139846618545200, 139846925065248, 173317150207415156, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 121 (Thread 0x7f306b3ca700 (LWP 7788)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7788
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30dc017d98
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30dc017d98) at res_pjsip/config_transport.c:484
transport = 0x7f30dc017d98
transport_id = 0x7f30dc029a60 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30dc017d98, objectset=0x7f30dc01a670) at sorcery.c:1654
details = 0x7f30dc017d98
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30dc017bf0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30dc01a670
id = 0x7f30dc029e80
object = 0x7f30dc017d98
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306b3c97b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30dc017bf0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306b3c97b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306b3c97b0 "udp", selector=0x7f306b3c98f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30dc02a0c8, sip_uri=0x7f30dc029428, selector=0x7f306b3c98f0) at res_pjsip.c:3500
transport_name = "udp000060177000000022^Nt0177000000000230<k0177000000305376376035061177000000 230<k0177000000L337377035061177000000 230<k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 230<k0177000000364337377035061177000000247]000304060177000000(224002334060177000000 at 230<k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30dc02a0c8, uri=0x0, provided_contact=0x7f30744e5c78, tdata=0x7f306b3c99c8) at res_pjsip.c:3896
contact = 0x7f30744e5c78
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30744e5e22 "sip:000413930C5B at 172.26.129.245:5060", slen = 36}
from = {ptr = 0x5646aa8455d0 "", slen = 139846086450706}
pool = 0x7f30dc016e30
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30dc029428
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30dc02a0c8, uri=0x0, contact=0x7f30744e5c78, tdata=0x7f306b3c99c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30744e5c78, arg=0x7f30744e37d8, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30744e5c78
aor_options = 0x7f30744e37d8
endpoint = 0x7f30dc02a0c8
tdata = 0xca85542a00000000
contact_status = 0x7f30744e37d8
contact_callback_data = 0x26b3c9a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30744e3b98, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744e37d8, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30744e6198
traversal_state = 0x7f306b3c9a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30744e3b98, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744e37d8, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30744e37d8) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30744e37d8
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30744e3e30) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30744e3e30
res = 32560
delay = 1951283856
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30744e3a90) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307808a630
size = 139845934292864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30744e3a90) at threadpool.c:1354
tps = 0x7f30744e3a90
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307808a660
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f308403b580) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f308403b580) at threadpool.c:1056
worker = 0x7f308403b580
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f3078050410) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173317216240440180, 139845934292864, 0, 139846148752400, 139846923017104, 173317216280286068, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b3c9ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b3ca700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f308403b580, name = 0x7f308403b690 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30dc0144e0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306b3ca700) at pthread_create.c:463
pd = 0x7f306b3ca700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845934294784, -286144129105620108, 139845934292864, 0, 139846148752400, 139846923017104, 173317216242537332, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 120 (Thread 0x7f306b447700 (LWP 7787)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7787
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30d801bf78
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30d801bf78) at res_pjsip/config_transport.c:484
transport = 0x7f30d801bf78
transport_id = 0x7f30d801c7a0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30d801bf78, objectset=0x7f30d8015770) at sorcery.c:1654
details = 0x7f30d801bf78
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30d801bee0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30d8015770
id = 0x7f30d801df00
object = 0x7f30d801bf78
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306b4467b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30d801bee0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306b4467b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306b4467b0 "udp", selector=0x7f306b4468f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30d801e1c8, sip_uri=0x7f30d801bcf8, selector=0x7f306b4468f0) at res_pjsip.c:3500
transport_name = "udp000060177000000232g 0177000000000hDk0177000000305376376035061177000000 hDk0177000000L337377035061177000000 hDk0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at hDk0177000000364337377035061177000000247]000304060177000000370274001330060177000000 at hDk0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30d801e1c8, uri=0x0, provided_contact=0x7f30745c65c8, tdata=0x7f306b4469c8) at res_pjsip.c:3896
contact = 0x7f30745c65c8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30745c67a8 "sip:0328D92203 at 172.26.128.79;line=62952", slen = 39}
from = {ptr = 0x5646aa8455d0 "", slen = 139846087370650}
pool = 0x7f30d801b350
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30d801bcf8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30d801e1c8, uri=0x0, contact=0x7f30745c65c8, tdata=0x7f306b4469c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30745c65c8, arg=0x7f30745c2f18, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30745c65c8
aor_options = 0x7f30745c2f18
endpoint = 0x7f30d801e1c8
tdata = 0xca85542a00000000
contact_status = 0x7f30745c2f18
contact_callback_data = 0x26b446a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30745c4358, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745c2f18, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30745c6b38
traversal_state = 0x7f306b446a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30745c4358, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745c2f18, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30745c2f18) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30745c2f18
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30745c45f0) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30745c45f0
res = 32560
delay = 1952203440
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30745c42b0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307808a5b0
size = 139845934804864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30745c42b0) at threadpool.c:1354
tps = 0x7f30745c42b0
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307808a5e0
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f308403b200) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f308403b200) at threadpool.c:1056
worker = 0x7f308403b200
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f307816b330) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173318109056766836, 139845934804864, 0, 139846149911344, 139846923017104, 173318109096612724, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b446ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b447700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f308403b200, name = 0x7f308403b310 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30d800c3f0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306b447700) at pthread_create.c:463
pd = 0x7f306b447700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845934806784, -286144129105620108, 139845934804864, 0, 139846149911344, 139846923017104, 173318109058863988, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 119 (Thread 0x7f306b4c4700 (LWP 7786)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7786
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30d4606fb8
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30d4606fb8) at res_pjsip/config_transport.c:484
transport = 0x7f30d4606fb8
transport_id = 0x7f30d46077e0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30d4606fb8, objectset=0x7f30d4602e80) at sorcery.c:1654
details = 0x7f30d4606fb8
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30d4609020) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30d4602e80
id = 0x7f30d4606bd0
object = 0x7f30d4606fb8
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306b4c37b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30d4609020
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306b4c37b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306b4c37b0 "udp", selector=0x7f306b4c38f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30d46092e8, sip_uri=0x7f30d4608618, selector=0x7f306b4c38f0) at res_pjsip.c:3500
transport_name = "udp000060177000000340 ?t0177000000000070Lk0177000000305376376035061177000000 8Lk0177000000L337377035061177000000 8Lk0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 8Lk0177000000364337377035061177000000247]000304060177000000030206`324060177000000 at 8Lk0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30d46092e8, uri=0x0, provided_contact=0x7f30743f1f48, tdata=0x7f306b4c39c8) at res_pjsip.c:3896
contact = 0x7f30743f1f48
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30743f20f0 "sip:00041393025E at 172.26.129.57:5060", slen = 35}
from = {ptr = 0x5646aa8455d0 "", slen = 139846085452000}
pool = 0x7f30d45fddb0
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30d4608618
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30d46092e8, uri=0x0, contact=0x7f30743f1f48, tdata=0x7f306b4c39c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30743f1f48, arg=0x7f3074043318, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30743f1f48
aor_options = 0x7f3074043318
endpoint = 0x7f30d46092e8
tdata = 0xca85542a00000000
contact_status = 0x7f3074043318
contact_callback_data = 0x26b4c3a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30743f1bb8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f3074043318, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30740413d8
traversal_state = 0x7f306b4c3a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30743f1bb8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f3074043318, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f3074043318) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f3074043318
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30743f1e50) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30743f1e50
res = 32560
delay = 1950292736
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30743f1b00) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f3078089b10
size = 139845935316864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30743f1b00) at threadpool.c:1354
tps = 0x7f30743f1b00
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307808a580
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f308403ae80) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f308403ae80) at threadpool.c:1056
worker = 0x7f308403ae80
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f307816b350) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173318175091889012, 139845935316864, 0, 139846149911376, 139846923017104, 173318175131734900, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b4c3ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b4c4700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f308403ae80, name = 0x7f308403af90 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30d45fe790
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306b4c4700) at pthread_create.c:463
pd = 0x7f306b4c4700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845935318784, -286144129105620108, 139845935316864, 0, 139846149911376, 139846923017104, 173318175093986164, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 118 (Thread 0x7f306b541700 (LWP 7785)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7785
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30cc031f98
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30cc031f98) at res_pjsip/config_transport.c:484
transport = 0x7f30cc031f98
transport_id = 0x7f30cc033980 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30cc031f98, objectset=0x7f30cc030f00) at sorcery.c:1654
details = 0x7f30cc031f98
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30cc033da0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30cc030f00
id = 0x7f30cc02af50
object = 0x7f30cc031f98
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306b5407b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30cc033da0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306b5407b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306b5407b0 "udp", selector=0x7f306b5408f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30cc034068, sip_uri=0x7f30cc033378, selector=0x7f306b5408f0) at res_pjsip.c:3500
transport_name = "udp000060177000000`342Xt0177000000000bTk0177000000305376376035061177000000 bTk0177000000L337377035061177000000 bTk0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at bTk0177000000364337377035061177000000247]000304060177000000x3003314060177000000 at bTk0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30cc034068, uri=0x0, provided_contact=0x7f307458e0c8, tdata=0x7f306b5409c8) at res_pjsip.c:3896
contact = 0x7f307458e0c8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f307458e270 "sip:000413931295 at 172.26.130.111:5060", slen = 36}
from = {ptr = 0x5646aa8455d0 "", slen = 139846087139936}
pool = 0x7f30cc02d190
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30cc033378
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30cc034068, uri=0x0, contact=0x7f307458e0c8, tdata=0x7f306b5409c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f307458e0c8, arg=0x7f30745858e8, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f307458e0c8
aor_options = 0x7f30745858e8
endpoint = 0x7f30cc034068
tdata = 0xca85542a00000000
contact_status = 0x7f30745858e8
contact_callback_data = 0x26b540a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f307458c108, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745858e8, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f307458e628
traversal_state = 0x7f306b540a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f307458c108, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745858e8, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30745858e8) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30745858e8
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f307458c3a0) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f307458c3a0
res = 32560
delay = 1951973456
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f307458c050) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f3078089a90
size = 139845935828864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f307458c050) at threadpool.c:1354
tps = 0x7f307458c050
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078089ac0
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f308403ab00) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f308403ab00) at threadpool.c:1056
worker = 0x7f308403ab00
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f307808ab20) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173317968396587892, 139845935828864, 0, 139846148991776, 139846923017104, 173317968436433780, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b540ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b541700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f308403ab00, name = 0x7f308403ac10 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30cc0217f0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306b541700) at pthread_create.c:463
pd = 0x7f306b541700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845935830784, -286144129105620108, 139845935828864, 0, 139846148991776, 139846923017104, 173317968398685044, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 117 (Thread 0x7f306b5be700 (LWP 7784)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7784
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30d00beee8
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30d00beee8) at res_pjsip/config_transport.c:484
transport = 0x7f30d00beee8
transport_id = 0x7f30d00c02c0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30d00beee8, objectset=0x7f30d00bdbd0) at sorcery.c:1654
details = 0x7f30d00beee8
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30d00bea30) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30d00bdbd0
id = 0x7f30d0093aa0
object = 0x7f30d00beee8
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306b5bd7b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30d00bea30
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306b5bd7b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306b5bd7b0 "udp", selector=0x7f306b5bd8f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30d00c0db8, sip_uri=0x7f30d00be848, selector=0x7f306b5bd8f0) at res_pjsip.c:3500
transport_name = "udp000060177000000342zLt0177000000000330[k0177000000305376376035061177000000 330[k0177000000L337377035061177000000 330[k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 330[k0177000000364337377035061177000000247]000304060177000000H350v320060177000000 at 330[k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30d00c0db8, uri=0x0, provided_contact=0x7f30744c7948, tdata=0x7f306b5bd9c8) at res_pjsip.c:3896
contact = 0x7f30744c7948
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30744c7af2 "sip:0004139303B9 at 172.26.129.225:5060", slen = 36}
from = {ptr = 0x5646aa8455d0 "", slen = 139846086327010}
pool = 0x7f30d00bd850
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30d00be848
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30d00c0db8, uri=0x0, contact=0x7f30744c7948, tdata=0x7f306b5bd9c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30744c7948, arg=0x7f30744c1438, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30744c7948
aor_options = 0x7f30744c1438
endpoint = 0x7f30d00c0db8
tdata = 0xca85542a00000000
contact_status = 0x7f30744c1438
contact_callback_data = 0x26b5bda30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30744c5898, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744c1438, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30744c7ea8
traversal_state = 0x7f306b5bda30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30744c5898, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744c1438, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30744c1438) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30744c1438
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30744c5b30) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30744c5b30
res = 32560
delay = 1951155456
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30744c4500) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307808ab40
size = 139845936340864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30744c4500) at threadpool.c:1354
tps = 0x7f30744c4500
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078089a40
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f308403a7d0) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f308403a7d0) at threadpool.c:1056
worker = 0x7f308403a7d0
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f3078089a70) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173318051611579252, 139845936340864, 0, 139846148987504, 139846923017104, 173318051651425140, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b5bded0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b5be700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f308403a7d0, name = 0x7f308403a890 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30d00b1ca0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306b5be700) at pthread_create.c:463
pd = 0x7f306b5be700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845936342784, -286144129105620108, 139845936340864, 0, 139846148987504, 139846923017104, 173318051613676404, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 116 (Thread 0x7f306b63b700 (LWP 7783)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7783
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30a001f7b0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30a001f7b0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30a001f7b0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8026b6399d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30a002b3a0, parameters=0x0, headers=0x7f30a002a1c0) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30a002b4e8
create_data = {transport = 0x7f306b639b70, ws_session = 0x7f30a001f562}
transport = 0x406b639a60
read_data = {transport = 0x3d00000025, payload = 0x7f306b6399e0 "8242002240060177", payload_len = 7455681675784332011}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094056620, urih=0x7f30ca593140 <websocketuri>, uri=0x7f306b639cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30a002a1c0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30a002a238 "websocket"
key = 0x7f30a001f562 "X0w005rJCoM0o+2FiGKNkw=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30a001f417 "sip"
requested_protocols = 0x0
protocol = 0x7f306b639a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30a002b3a0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f3094056620, uri=0x7f306b639cd7 "", method=AST_HTTP_GET, headers=0x7f30a002a1c0) at http.c:1487
c = 0x7f306b639cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094056620) at http.c:1928
headers = 0x7f30a002a1c0
uri = 0x7f306b639cd4 "/ws"
method = 0x7f306b639cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30a0027fa8
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094056620) at http.c:1991
ser = 0x7f3094056620
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094056620) at tcptls.c:274
tcptls_session = 0x7f3094056620
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094056fe0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173317844916278132, 139845936852864, 0, 139846618542048, 139846925065248, 173317844956124020, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b63aed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b63b700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094056620, name = 0x7f3094057000 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30a001e2c0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f306b63b700) at pthread_create.c:463
pd = 0x7f306b63b700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845936854784, -286144129105620108, 139845936852864, 0, 139846618542048, 139846925065248, 173317844918375284, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 115 (Thread 0x7f306b6b8700 (LWP 7782)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7782
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f309801eb00, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f309801eb00, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f309801eb00
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8026b6b69d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f309802a9c0, parameters=0x0, headers=0x7f309801a270) at res_pjsip_transport_websocket.c:372
serializer = 0x7f309802ab08
create_data = {transport = 0x7f306b6b6b70, ws_session = 0x7f309801e922}
transport = 0x406b6b6a60
read_data = {transport = 0x3d00000025, payload = 0x7f306b6b69e0 "350242001230060177", payload_len = 7245571250315045893}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f30940559d0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f306b6b6cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f309801a270) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f309801a2e8 "websocket"
key = 0x7f309801e922 "TAKKqm8+qI73mGUAtDYoow=="
key1 = 0x0
key2 = 0x0
protos = 0x7f309801ea97 "sip"
requested_protocols = 0x0
protocol = 0x7f306b6b6a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f309802a9c0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f30940559d0, uri=0x7f306b6b6cd7 "", method=AST_HTTP_GET, headers=0x7f309801a270) at http.c:1487
c = 0x7f306b6b6cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f30940559d0) at http.c:1928
headers = 0x7f309801a270
uri = 0x7f306b6b6cd4 "/ws"
method = 0x7f306b6b6cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f3098027498
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f30940559d0) at http.c:1991
ser = 0x7f30940559d0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f30940559d0) at tcptls.c:274
tcptls_session = 0x7f30940559d0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094056390) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173317910951400308, 139845937364864, 0, 139846618538896, 139846925065248, 173317910991246196, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b6b7ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b6b8700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f30940559d0, name = 0x7f30940563b0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f309801d7b0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f306b6b8700) at pthread_create.c:463
pd = 0x7f306b6b8700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845937366784, -286144129105620108, 139845937364864, 0, 139846618538896, 139846925065248, 173317910953497460, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 114 (Thread 0x7f306b735700 (LWP 7781)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7781
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f309c01f750, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f309c01f750, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f309c01f750
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8026b7339d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f309c02b640, parameters=0x0, headers=0x7f309c02ab40) at res_pjsip_transport_websocket.c:372
serializer = 0x7f309c02b788
create_data = {transport = 0x7f306b733b70, ws_session = 0x7f309c01f502}
transport = 0x406b733a60
read_data = {transport = 0x3d00000025, payload = 0x7f306b7339e0 "270253002234060177", payload_len = 5571997010538779871}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094054d80, urih=0x7f30ca593140 <websocketuri>, uri=0x7f306b733cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f309c02ab40) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f309c02abb8 "websocket"
key = 0x7f309c01f502 "MN92JOzkkKCGdAi62kLDRA=="
key1 = 0x0
key2 = 0x0
protos = 0x7f309c01f3b7 "sip"
requested_protocols = 0x0
protocol = 0x7f306b733a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f309c02b640
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f3094054d80, uri=0x7f306b733cd7 "", method=AST_HTTP_GET, headers=0x7f309c02ab40) at http.c:1487
c = 0x7f306b733cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094054d80) at http.c:1928
headers = 0x7f309c02ab40
uri = 0x7f306b733cd4 "/ws"
method = 0x7f306b733cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f309c01a358
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094054d80) at http.c:1991
ser = 0x7f3094054d80
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094054d80) at tcptls.c:274
tcptls_session = 0x7f3094054d80
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094055740) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173317704256099188, 139845937876864, 0, 139846618535744, 139846925065248, 173317704295945076, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b734ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b735700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094054d80, name = 0x7f3094055760 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f309c01e300
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f306b735700) at pthread_create.c:463
pd = 0x7f306b735700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845937878784, -286144129105620108, 139845937876864, 0, 139846618535744, 139846925065248, 173317704258196340, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 113 (Thread 0x7f306b7b2700 (LWP 7780)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7780
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f309003faa0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f309003faa0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f309003faa0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8026b7b09d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f309002f8b0, parameters=0x0, headers=0x7f309002ef40) at res_pjsip_transport_websocket.c:372
serializer = 0x7f309002f9f8
create_data = {transport = 0x7f306b7b0b70, ws_session = 0x7f309002f6d2}
transport = 0x406b7b0a60
read_data = {transport = 0x3d00000025, payload = 0x7f306b7b09e0 "270357002220060177", payload_len = 9053858786395968447}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094054130, urih=0x7f30ca593140 <websocketuri>, uri=0x7f306b7b0cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f309002ef40) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f309002efb8 "websocket"
key = 0x7f309002f6d2 "Xu99FqGCvca3JQmM6qAHDQ=="
key1 = 0x0
key2 = 0x0
protos = 0x7f309002f847 "sip"
requested_protocols = 0x0
protocol = 0x7f306b7b0a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f309002f8b0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f3094054130, uri=0x7f306b7b0cd7 "", method=AST_HTTP_GET, headers=0x7f309002ef40) at http.c:1487
c = 0x7f306b7b0cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094054130) at http.c:1928
headers = 0x7f309002ef40
uri = 0x7f306b7b0cd4 "/ws"
method = 0x7f306b7b0cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f309001a978
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094054130) at http.c:1991
ser = 0x7f3094054130
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094054130) at tcptls.c:274
tcptls_session = 0x7f3094054130
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094054af0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173317770291221364, 139845938388864, 0, 139846618532592, 139846925065248, 173317770331067252, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b7b1ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b7b2700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094054130, name = 0x7f3094054b10 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f309002e0f0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f306b7b2700) at pthread_create.c:463
pd = 0x7f306b7b2700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845938390784, -286144129105620108, 139845938388864, 0, 139846618532592, 139846925065248, 173317770293318516, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 112 (Thread 0x7f306b82f700 (LWP 7779)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7779
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 32560
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f3094053d50, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f3094053d50, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f3094053d50
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8026b82d9d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f3094043b60, parameters=0x0, headers=0x7f3094043190) at res_pjsip_transport_websocket.c:372
serializer = 0x7f3094043ca8
create_data = {transport = 0x7f306b82db70, ws_session = 0x7f3094043912}
transport = 0x406b82da60
read_data = {transport = 0x3d00000025, payload = 0x7f306b82d9e0 "b2004224060177", payload_len = 2163082748737645288}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f30940414e0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f306b82dcd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f3094043190) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f3094043208 "websocket"
key = 0x7f3094043912 "ITadsTYaN1I/hjWmbd1mlg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30940437c7 "sip"
requested_protocols = 0x0
protocol = 0x7f306b82da90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f3094043b60
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f30940414e0, uri=0x7f306b82dcd7 "", method=AST_HTTP_GET, headers=0x7f3094043190) at http.c:1487
c = 0x7f306b82dcd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f30940414e0) at http.c:1928
headers = 0x7f3094043190
uri = 0x7f306b82dcd4 "/ws"
method = 0x7f306b82dcd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f3094043178
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f30940414e0) at http.c:1991
ser = 0x7f30940414e0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f30940414e0) at tcptls.c:274
tcptls_session = 0x7f30940414e0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094039360) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173316481264161652, 139845938900864, 0, 139846618420064, 139846925065248, 173316481304007540, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b82eed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b82f700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f30940414e0, name = 0x7f3094041ea0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f3094042310
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f306b82f700) at pthread_create.c:463
pd = 0x7f306b82f700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845938902784, -286144129105620108, 139845938900864, 0, 139846618420064, 139846925065248, 173316481266258804, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 111 (Thread 0x7f306b8ac700 (LWP 7778)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7778
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30880317a0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30880317a0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30880317a0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8026b8aa9d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f3088036b90, parameters=0x0, headers=0x7f308802ae40) at res_pjsip_transport_websocket.c:372
serializer = 0x7f3088036cd8
create_data = {transport = 0x7f306b8aab70, ws_session = 0x7f3088031552}
transport = 0x406b8aaa60
read_data = {transport = 0x3d00000025, payload = 0x7f306b8aa9e0 "270256002210060177", payload_len = 2128140071943783792}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f30940408b0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f306b8aacd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f308802ae40) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f308802aeb8 "websocket"
key = 0x7f3088031552 "Q2RD6NR7D6gsITzXRSpbkg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f3088031407 "sip"
requested_protocols = 0x0
protocol = 0x7f306b8aaa90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f3088036b90
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f30940408b0, uri=0x7f306b8aacd7 "", method=AST_HTTP_GET, headers=0x7f308802ae40) at http.c:1487
c = 0x7f306b8aacd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f30940408b0) at http.c:1928
headers = 0x7f308802ae40
uri = 0x7f306b8aacd4 "/ws"
method = 0x7f306b8aacd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f308802ee28
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f30940408b0) at http.c:1991
ser = 0x7f30940408b0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f30940408b0) at tcptls.c:274
tcptls_session = 0x7f30940408b0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094039340) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173316547299283828, 139845939412864, 0, 139846618420032, 139846925065248, 173316547339129716, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b8abed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b8ac700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f30940408b0, name = 0x7f3094041270 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30880302b0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f306b8ac700) at pthread_create.c:463
pd = 0x7f306b8ac700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845939414784, -286144129105620108, 139845939412864, 0, 139846618420032, 139846925065248, 173316547301380980, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 110 (Thread 0x7f306b929700 (LWP 7777)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7777
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f308c009570, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f308c009570, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f308c009570
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8026b9279d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f308c018760, parameters=0x0, headers=0x7f308c00a5e0) at res_pjsip_transport_websocket.c:372
serializer = 0x7f308c0188a8
create_data = {transport = 0x7f306b927b70, ws_session = 0x7f308c018242}
transport = 0x406b927a60
read_data = {transport = 0x3d00000025, payload = 0x7f306b9279e0 "X246", payload_len = 15708331102160398126}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309403beb0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f306b927cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f308c00a5e0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f308c00a658 "websocket"
key = 0x7f308c018242 "ObcDuccvX9ps+eaLVSuTvg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f308c0183b7 "sip"
requested_protocols = 0x0
protocol = 0x7f306b927a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f308c018760
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309403beb0, uri=0x7f306b927cd7 "", method=AST_HTTP_GET, headers=0x7f308c00a5e0) at http.c:1487
c = 0x7f306b927cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309403beb0) at http.c:1928
headers = 0x7f308c00a5e0
uri = 0x7f306b927cd4 "/ws"
method = 0x7f306b927cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f308c00b118
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309403beb0) at http.c:1991
ser = 0x7f309403beb0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309403beb0) at tcptls.c:274
tcptls_session = 0x7f309403beb0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094020110) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173316340603982708, 139845939924864, 0, 139846618317072, 139846925065248, 173316340643828596, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b928ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b929700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309403beb0, name = 0x7f3094040640 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f308c00d970
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f306b929700) at pthread_create.c:463
pd = 0x7f306b929700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845939926784, -286144129105620108, 139845939924864, 0, 139846618317072, 139846925065248, 173316340606079860, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 109 (Thread 0x7f306b9a6700 (LWP 7776)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7776
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f308000c880, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f308000c880, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f308000c880
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8026b9a49d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f3080018780, parameters=0x0, headers=0x7f3080017c80) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30800188c8
create_data = {transport = 0x7f306b9a4b70, ws_session = 0x7f308000c5b2}
transport = 0x406b9a4a60
read_data = {transport = 0x3d00000025, payload = 0x7f306b9a49e0 "370|001200060177", payload_len = 16203218824273342615}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309403bd30, urih=0x7f30ca593140 <websocketuri>, uri=0x7f306b9a4cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f3080017c80) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f3080017cf8 "websocket"
key = 0x7f308000c5b2 "KuMYQtxlg1g51jsc+ax9Qw=="
key1 = 0x0
key2 = 0x0
protos = 0x7f308000c467 "sip"
requested_protocols = 0x0
protocol = 0x7f306b9a4a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f3080018780
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309403bd30, uri=0x7f306b9a4cd7 "", method=AST_HTTP_GET, headers=0x7f3080017c80) at http.c:1487
c = 0x7f306b9a4cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309403bd30) at http.c:1928
headers = 0x7f3080017c80
uri = 0x7f306b9a4cd4 "/ws"
method = 0x7f306b9a4cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f3080008658
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309403bd30) at http.c:1991
ser = 0x7f309403bd30
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309403bd30) at tcptls.c:274
tcptls_session = 0x7f309403bd30
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f309403b420) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173316406639104884, 139845940436864, 0, 139846618428448, 139846925065248, 173316406678950772, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306b9a5ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306b9a6700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309403bd30, name = 0x7f309403bdf0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f308000b3b0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f306b9a6700) at pthread_create.c:463
pd = 0x7f306b9a6700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845940438784, -286144129105620108, 139845940436864, 0, 139846618428448, 139846925065248, 173316406641202036, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 108 (Thread 0x7f306ba23700 (LWP 7775)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7775
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f308403a3f0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f308403a3f0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f308403a3f0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8026ba219d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f308402a200, parameters=0x0, headers=0x7f30840253c0) at res_pjsip_transport_websocket.c:372
serializer = 0x7f308402a348
create_data = {transport = 0x7f306ba21b70, ws_session = 0x7f308402a022}
transport = 0x406ba21a60
read_data = {transport = 0x3d00000025, payload = 0x7f306ba219e0 "8T002204060177", payload_len = 3614587622378432785}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309403b890, urih=0x7f30ca593140 <websocketuri>, uri=0x7f306ba21cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30840253c0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f3084025438 "websocket"
key = 0x7f308402a022 "5M+qno/MxmzAolJo6BnYUg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f308402a197 "sip"
requested_protocols = 0x0
protocol = 0x7f306ba21a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f308402a200
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309403b890, uri=0x7f306ba21cd7 "", method=AST_HTTP_GET, headers=0x7f30840253c0) at http.c:1487
c = 0x7f306ba21cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309403b890) at http.c:1928
headers = 0x7f30840253c0
uri = 0x7f306ba21cd4 "/ws"
method = 0x7f306ba21cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f3084024a88
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309403b890) at http.c:1991
ser = 0x7f309403b890
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309403b890) at tcptls.c:274
tcptls_session = 0x7f309403b890
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f3094001e10) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173316199943803764, 139845940948864, 0, 139846618193424, 139846925065248, 173316199983649652, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306ba22ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306ba23700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309403b890, name = 0x7f309403b3c0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f3084028aa0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f306ba23700) at pthread_create.c:463
pd = 0x7f306ba23700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845940950784, -286144129105620108, 139845940948864, 0, 139846618193424, 139846925065248, 173316199945900916, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 107 (Thread 0x7f306baa0700 (LWP 7774)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7774
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f3078089c08
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f3078089c08) at res_pjsip/config_transport.c:484
transport = 0x7f3078089c08
transport_id = 0x7f30781754d0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f3078089c08, objectset=0x7f307808add0) at sorcery.c:1654
details = 0x7f3078089c08
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f3078064fb0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f307808add0
id = 0x7f3078174ac0
object = 0x7f3078089c08
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306ba9f7b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f3078064fb0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306ba9f7b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306ba9f7b0 "udp", selector=0x7f306ba9f8f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f307808b258, sip_uri=0x7f3078064dc8, selector=0x7f306ba9f8f0) at res_pjsip.c:3500
transport_name = "udp000060177000000060260]t0177000000000370251k0177000000305376376035061177000000 370251k0177000000L337377035061177000000 370251k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 370251k0177000000364337377035061177000000247]000304060177000000310M006x0177000000 at 370251k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f307808b258, uri=0x0, provided_contact=0x7f30745daeb8, tdata=0x7f306ba9f9c8) at res_pjsip.c:3896
contact = 0x7f30745daeb8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30745db03e "sip:0328D92AA3 at 172.26.128.149;line=34106", slen = 40}
from = {ptr = 0x5646aa8455d0 "", slen = 139846087454768}
pool = 0x7f30781753c0
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f3078064dc8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f307808b258, uri=0x0, contact=0x7f30745daeb8, tdata=0x7f306ba9f9c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30745daeb8, arg=0x7f30745d3cb8, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30745daeb8
aor_options = 0x7f30745d3cb8
endpoint = 0x7f307808b258
tdata = 0xca85542a00000000
contact_status = 0x7f30745d3cb8
contact_callback_data = 0x26ba9fa30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30745d8df8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745d3cb8, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30745db3d8
traversal_state = 0x7f306ba9fa30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30745d8df8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745d3cb8, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30745d3cb8) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30745d3cb8
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30745d9090) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30745d9090
res = 32560
delay = 1952283008
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30745d7980) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f3078178da0
size = 139845941460864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30745d7980) at threadpool.c:1354
tps = 0x7f30745d7980
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078178dd0
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084027a40) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084027a40) at threadpool.c:1056
worker = 0x7f3084027a40
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f3084026e90) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173316283158795124, 139845941460864, 0, 139846349909648, 139846923017104, 173316283198641012, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306ba9fed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306baa0700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084027a40, name = 0x7f308401e300 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30781773b0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306baa0700) at pthread_create.c:463
pd = 0x7f306baa0700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845941462784, -286144129105620108, 139845941460864, 0, 139846349909648, 139846923017104, 173316283160892276, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 106 (Thread 0x7f306bb1d700 (LWP 7773)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7773
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f307415b1e8
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f307415b1e8) at res_pjsip/config_transport.c:484
transport = 0x7f307415b1e8
transport_id = 0x7f30740ca240 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f307415b1e8, objectset=0x7f307405b800) at sorcery.c:1654
details = 0x7f307415b1e8
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f307408d760) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f307405b800
id = 0x7f307408d890
object = 0x7f307415b1e8
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306bb1c7b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f307408d760
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306bb1c7b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306bb1c7b0 "udp", selector=0x7f306bb1c8f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f307415acf8, sip_uri=0x7f307408f088, selector=0x7f306bb1c8f0) at res_pjsip.c:3500
transport_name = "udp000060177000000246wdt0177000000000ȱk0177000000305376376035061177000000 ȱk0177000000L337377035061177000000 ȱk0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000@ȱk0177000000364337377035061177000000247]000304060177000000210360bt0177000000@ȱk0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f307415acf8, uri=0x0, provided_contact=0x7f30746475c8, tdata=0x7f306bb1c9c8) at res_pjsip.c:3896
contact = 0x7f30746475c8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30746477b8 "sip:daw_04u03_01_1 at 172.26.128.26:5060", slen = 37}
from = {ptr = 0x5646aa8455d0 "", slen = 139846087899046}
pool = 0x7f307404aaa0
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f307408f088
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f307415acf8, uri=0x0, contact=0x7f30746475c8, tdata=0x7f306bb1c9c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30746475c8, arg=0x7f3074643f78, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30746475c8
aor_options = 0x7f3074643f78
endpoint = 0x7f307415acf8
tdata = 0xca85542a00000000
contact_status = 0x7f3074643f78
contact_callback_data = 0x26bb1ca30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f3074645468, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f3074643f78, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f3074647b38
traversal_state = 0x7f306bb1ca30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f3074645468, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f3074643f78, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f3074643f78) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f3074643f78
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f3074645700) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f3074645700
res = 32560
delay = 1952731968
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f3074645340) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f3078064750
size = 139845941972864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f3074645340) at threadpool.c:1354
tps = 0x7f3074645340
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078076b00
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084027780) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084027780) at threadpool.c:1056
worker = 0x7f3084027780
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f3078076550) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173316076463494004, 139845941972864, 0, 139846148908368, 139846923017104, 173316076503339892, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306bb1ced0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306bb1d700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084027780, name = 0x7f3084026e30 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f3074359030
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306bb1d700) at pthread_create.c:463
pd = 0x7f306bb1d700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845941974784, -286144129105620108, 139845941972864, 0, 139846148908368, 139846923017104, 173316076465591156, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 105 (Thread 0x7f306bb9a700 (LWP 7772)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7772
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f306c41e068
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f306c41e068) at res_pjsip/config_transport.c:484
transport = 0x7f306c41e068
transport_id = 0x7f306c056800 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f306c41e068, objectset=0x7f306c4255b0) at sorcery.c:1654
details = 0x7f306c41e068
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f306c421a90) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f306c4255b0
id = 0x7f306c421e20
object = 0x7f306c41e068
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306bb997b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f306c421a90
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306bb997b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306bb997b0 "udp", selector=0x7f306bb998f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f306c425a38, sip_uri=0x7f306c4218a8, selector=0x7f306bb998f0) at res_pjsip.c:3500
transport_name = "udp000060177000000000351Tt0177000000000230271k0177000000305376376035061177000000 230271k0177000000L337377035061177000000 230271k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 230271k0177000000364337377035061177000000247]000304060177000000250030Bl0177000000 at 230271k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f306c425a38, uri=0x0, provided_contact=0x7f307454e718, tdata=0x7f306bb999c8) at res_pjsip.c:3896
contact = 0x7f307454e718
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f307454e910 "sip:0004139311D8 at 172.26.130.62:5060", slen = 35}
from = {ptr = 0x5646aa8455d0 "", slen = 139846086879488}
pool = 0x7f306c41f770
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f306c4218a8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f306c425a38, uri=0x0, contact=0x7f307454e718, tdata=0x7f306bb999c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f307454e718, arg=0x7f307454af98, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f307454e718
aor_options = 0x7f307454af98
endpoint = 0x7f306c425a38
tdata = 0xca85542a00000000
contact_status = 0x7f307454af98
contact_callback_data = 0x26bb99a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f307454c5c8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307454af98, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f307454ecc8
traversal_state = 0x7f306bb99a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f307454c5c8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307454af98, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f307454af98) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f307454af98
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f307454dab0) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f307454dab0
res = 32560
delay = 1951712272
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f307454c410) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f30780646d0
size = 139845942484864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f307454c410) at threadpool.c:1354
tps = 0x7f307454c410
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078064700
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f30840256e0) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f30840256e0) at threadpool.c:1056
worker = 0x7f30840256e0
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f3078064630) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173316142498616180, 139845942484864, 0, 139846148834864, 139846923017104, 173316142538462068, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306bb99ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306bb9a700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f30840256e0, name = 0x7f30840257a0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f306c414f80
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306bb9a700) at pthread_create.c:463
pd = 0x7f306bb9a700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845942486784, -286144129105620108, 139845942484864, 0, 139846148834864, 139846923017104, 173316142500713332, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 104 (Thread 0x7f306bc17700 (LWP 7771)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7771
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f307011f108
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f307011f108) at res_pjsip/config_transport.c:484
transport = 0x7f307011f108
transport_id = 0x7f307011f930 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f307011f108, objectset=0x7f30700d0f30) at sorcery.c:1654
details = 0x7f307011f108
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f3070121170) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30700d0f30
id = 0x7f30700a7420
object = 0x7f307011f108
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306bc167b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f3070121170
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306bc167b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306bc167b0 "udp", selector=0x7f306bc168f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f3070121438, sip_uri=0x7f30701206e8, selector=0x7f306bc168f0) at res_pjsip.c:3500
transport_name = "udp000060177000000 6?t0177000000000h301k0177000000305376376035061177000000 h301k0177000000L337377035061177000000 h301k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at h301k0177000000364337377035061177000000247]000304060177000000350006022p0177000000 at h301k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f3070121438, uri=0x0, provided_contact=0x7f30743f3488, tdata=0x7f306bc169c8) at res_pjsip.c:3896
contact = 0x7f30743f3488
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30743f3630 "sip:00041393025F at 172.26.129.58:5060", slen = 35}
from = {ptr = 0x5646aa8455d0 "", slen = 139846085457440}
pool = 0x7f3070120fb0
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30701206e8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f3070121438, uri=0x0, contact=0x7f30743f3488, tdata=0x7f306bc169c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30743f3488, arg=0x7f3074049768, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30743f3488
aor_options = 0x7f3074049768
endpoint = 0x7f3070121438
tdata = 0xca85542a00000000
contact_status = 0x7f3074049768
contact_callback_data = 0x26bc16a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30743f30f8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f3074049768, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f307403e1d8
traversal_state = 0x7f306bc16a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30743f30f8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f3074049768, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f3074049768) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f3074049768
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30743f3390) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30743f3390
res = 32560
delay = 1950298176
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30743f3040) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307808aaf0
size = 139845942996864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30743f3040) at threadpool.c:1354
tps = 0x7f30743f3040
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f30781761a0
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084025090) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084025090) at threadpool.c:1056
worker = 0x7f3084025090
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f30780646b0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173317035314942836, 139845942996864, 0, 139846148834992, 139846923017104, 173317035354788724, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306bc16ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306bc17700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084025090, name = 0x7f30840251a0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30700fde00
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306bc17700) at pthread_create.c:463
pd = 0x7f306bc17700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845942998784, -286144129105620108, 139845942996864, 0, 139846148834992, 139846923017104, 173317035317039988, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 103 (Thread 0x7f306bc94700 (LWP 7770)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7770
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x5646ad7b6648
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x5646ad7b6648) at res_pjsip/config_transport.c:484
transport = 0x5646ad7b6648
transport_id = 0x5646ad6ad8c0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x5646ad7b6648, objectset=0x5646ab87afe0) at sorcery.c:1654
details = 0x5646ad7b6648
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x5646acd319b0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x5646ab87afe0
id = 0x5646acd86590
object = 0x5646ad7b6648
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306bc937b0 "udp") at res_sorcery_realtime.c:190
fields = 0x5646acd319b0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306bc937b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306bc937b0 "udp", selector=0x7f306bc938f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x5646ad6d19c8, sip_uri=0x5646acd317c8, selector=0x7f306bc938f0) at res_pjsip.c:3500
transport_name = "udp000060177000000240266>t0177000000000070311k0177000000305376376035061177000000 8311k0177000000L337377035061177000000 8311k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 8311k0177000000364337377035061177000000247]000304060177000000310027ӬFV000000 at 8311k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x5646ad6d19c8, uri=0x0, provided_contact=0x7f30743eb508, tdata=0x7f306bc939c8) at res_pjsip.c:3896
contact = 0x7f30743eb508
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30743eb6b0 "sip:000413930259 at 172.26.129.52:5060", slen = 35}
from = {ptr = 0x5646aa8455d0 "", slen = 139846085424800}
pool = 0x5646aca92730
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x5646acd317c8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x5646ad6d19c8, uri=0x0, contact=0x7f30743eb508, tdata=0x7f306bc939c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30743eb508, arg=0x7f3074053998, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30743eb508
aor_options = 0x7f3074053998
endpoint = 0x5646ad6d19c8
tdata = 0xca85542a00000000
contact_status = 0x7f3074053998
contact_callback_data = 0x26bc93a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30743eb178, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f3074053998, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f3074058ad8
traversal_state = 0x7f306bc93a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30743eb178, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f3074053998, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f3074053998) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f3074053998
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30743eb410) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30743eb410
res = 32560
delay = 1950265536
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30743eb0c0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f30780650e0
size = 139845943508864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30743eb0c0) at threadpool.c:1354
tps = 0x7f30743eb0c0
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307808a750
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084024d60) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084024d60) at threadpool.c:1056
worker = 0x7f3084024d60
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f3078064730) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173317101350065012, 139845943508864, 0, 139846148835120, 139846923017104, 173317101389910900, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306bc93ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306bc94700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084024d60, name = 0x7f3084024e20 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x5646ad1dc0f0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306bc94700) at pthread_create.c:463
pd = 0x7f306bc94700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845943510784, -286144129105620108, 139845943508864, 0, 139846148835120, 139846923017104, 173317101352162164, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 102 (Thread 0x7f306bd11700 (LWP 7768)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7768
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f3110017748
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f3110017748) at res_pjsip/config_transport.c:484
transport = 0x7f3110017748
transport_id = 0x7f3110017fc0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f3110017748, objectset=0x7f3110016600) at sorcery.c:1654
details = 0x7f3110017748
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f31100173d0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f3110016600
id = 0x7f31100059f0
object = 0x7f3110017748
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306bd107b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f31100173d0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306bd107b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306bd107b0 "udp", selector=0x7f306bd108f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f31100197e8, sip_uri=0x7f31100171e8, selector=0x7f306bd108f0) at res_pjsip.c:3500
transport_name = "udp000060177000000276335Pt0177000000000b321k0177000000305376376035061177000000 b321k0177000000L337377035061177000000 b321k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at b321k0177000000364337377035061177000000247]000304060177000000350q001020061177000000 at b321k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f31100197e8, uri=0x0, provided_contact=0x7f307450dbd8, tdata=0x7f306bd109c8) at res_pjsip.c:3896
contact = 0x7f307450dbd8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f307450ddce "sip:000413930E14 at 172.26.130.17:5060", slen = 35}
from = {ptr = 0x5646aa8455d0 "", slen = 139846086614462}
pool = 0x7f3110016280
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f31100171e8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f31100197e8, uri=0x0, contact=0x7f307450dbd8, tdata=0x7f306bd109c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f307450dbd8, arg=0x7f307450b848, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f307450dbd8
aor_options = 0x7f307450b848
endpoint = 0x7f31100197e8
tdata = 0xca85542a00000000
contact_status = 0x7f307450b848
contact_callback_data = 0x26bd10a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f307450bb28, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307450b848, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f307450e148
traversal_state = 0x7f306bd10a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f307450bb28, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307450b848, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f307450b848) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f307450b848
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f307450cf30) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f307450cf30
res = 32560
delay = 1951447584
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f307450ba20) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f3078064650
size = 139845944020864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f307450ba20) at threadpool.c:1354
tps = 0x7f307450ba20
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078064680
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084024990) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084024990) at threadpool.c:1056
worker = 0x7f3084024990
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f30d8006570) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173316894654763892, 139845944020864, 0, 139847759062384, 139846923017104, 173316894694609780, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306bd10ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306bd11700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084024990, name = 0x7f3084024aa0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f311000aa90
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306bd11700) at pthread_create.c:463
pd = 0x7f306bd11700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845944022784, -286144129105620108, 139845944020864, 0, 139847759062384, 139846923017104, 173316894656861044, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 101 (Thread 0x7f306bd8e700 (LWP 7767)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7767
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f310803da38
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f310803da38) at res_pjsip/config_transport.c:484
transport = 0x7f310803da38
transport_id = 0x7f310803e2b0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f310803da38, objectset=0x7f3108030240) at sorcery.c:1654
details = 0x7f310803da38
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f310803f300) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f3108030240
id = 0x7f310803ca30
object = 0x7f310803da38
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306bd8d7b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f310803f300
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306bd8d7b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306bd8d7b0 "udp", selector=0x7f306bd8d8f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f310803faf8, sip_uri=0x7f310803f068, selector=0x7f306bd8d8f0) at res_pjsip.c:3500
transport_name = "udp000060177000000022017Ot0177000000000330330k0177000000305376376035061177000000 330330k0177000000L337377035061177000000 330330k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 330330k0177000000364337377035061177000000247]000304060177000000h360003b1177000000 at 330330k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f310803faf8, uri=0x0, provided_contact=0x7f30744f0d28, tdata=0x7f306bd8d9c8) at res_pjsip.c:3896
contact = 0x7f30744f0d28
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30744f0f22 "sip:000413930C6F at 172.26.129.252:5060", slen = 36}
from = {ptr = 0x5646aa8455d0 "", slen = 139846086496018}
pool = 0x7f310803d100
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f310803f068
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f310803faf8, uri=0x0, contact=0x7f30744f0d28, tdata=0x7f306bd8d9c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30744f0d28, arg=0x7f30744ed728, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30744f0d28
aor_options = 0x7f30744ed728
endpoint = 0x7f310803faf8
tdata = 0xca85542a00000000
contact_status = 0x7f30744ed728
contact_callback_data = 0x26bd8da30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30744eec78, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744ed728, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30744f1298
traversal_state = 0x7f306bd8da30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30744eec78, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744ed728, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30744ed728) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30744ed728
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30744eef10) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30744eef10
res = 32560
delay = 1951324336
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30744ed8b0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f30780645d0
size = 139845944532864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30744ed8b0) at threadpool.c:1354
tps = 0x7f30744ed8b0
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078064600
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084024610) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084024610) at threadpool.c:1056
worker = 0x7f3084024610
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x5646aa884e90) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173316977869755252, 139845944532864, 0, 94861508759184, 139846923017104, 173316977909601140, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306bd8ded0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306bd8e700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084024610, name = 0x7f3084024720 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f3108030870
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306bd8e700) at pthread_create.c:463
pd = 0x7f306bd8e700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845944534784, -286144129105620108, 139845944532864, 0, 94861508759184, 139846923017104, 173316977871852404, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 100 (Thread 0x7f306be0b700 (LWP 7766)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7766
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f310c019dc8
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f310c019dc8) at res_pjsip/config_transport.c:484
transport = 0x7f310c019dc8
transport_id = 0x7f310c01b2e0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f310c019dc8, objectset=0x7f310c018bf0) at sorcery.c:1654
details = 0x7f310c019dc8
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f310c019a50) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f310c018bf0
id = 0x7f310c00cd80
object = 0x7f310c019dc8
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306be0a7b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f310c019a50
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306be0a7b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306be0a7b0 "udp", selector=0x7f306be0a8f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f310c01bdd8, sip_uri=0x7f310c019868, selector=0x7f306be0a8f0) at res_pjsip.c:3500
transport_name = "udp000060177000000"*Ct0177000000000250340k0177000000305376376035061177000000 250340k0177000000L337377035061177000000 250340k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 250340k0177000000364337377035061177000000247]000304060177000000h230001f1177000000 at 250340k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f310c01bdd8, uri=0x0, provided_contact=0x7f3074432888, tdata=0x7f306be0a9c8) at res_pjsip.c:3896
contact = 0x7f3074432888
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f3074432a32 "sip:0004139302E5 at 172.26.129.110:5060", slen = 36}
from = {ptr = 0x5646aa8455d0 "", slen = 139846085716514}
pool = 0x7f310c00cea0
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f310c019868
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f310c01bdd8, uri=0x0, contact=0x7f3074432888, tdata=0x7f306be0a9c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f3074432888, arg=0x7f3074090898, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f3074432888
aor_options = 0x7f3074090898
endpoint = 0x7f310c01bdd8
tdata = 0xca85542a00000000
contact_status = 0x7f3074090898
contact_callback_data = 0x26be0aa30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30744324f8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f3074090898, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f307408bd98
traversal_state = 0x7f306be0aa30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30744324f8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f3074090898, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f3074090898) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f3074090898
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f3074432790) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f3074432790
res = 32560
delay = 1950557248
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f3074432440) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f3078064570
size = 139845945044864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f3074432440) at threadpool.c:1354
tps = 0x7f3074432440
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f30780645a0
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084024290) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084024290) at threadpool.c:1056
worker = 0x7f3084024290
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f30f4004ae0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173316771174454132, 139845945044864, 0, 139848228817632, 139846923017104, 173316771214300020, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306be0aed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306be0b700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084024290, name = 0x7f30840243a0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f310c00cff0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306be0b700) at pthread_create.c:463
pd = 0x7f306be0b700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845945046784, -286144129105620108, 139845945044864, 0, 139848228817632, 139846923017104, 173316771176551284, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 99 (Thread 0x7f306be88700 (LWP 7765)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7765
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f3100012bb8
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f3100012bb8) at res_pjsip/config_transport.c:484
transport = 0x7f3100012bb8
transport_id = 0x7f3100013430 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f3100012bb8, objectset=0x7f3100005860) at sorcery.c:1654
details = 0x7f3100012bb8
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f3100014480) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f3100005860
id = 0x7f3100011bb0
object = 0x7f3100012bb8
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306be877b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f3100014480
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306be877b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306be877b0 "udp", selector=0x7f306be878f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f3100014c78, sip_uri=0x7f31000141e8, selector=0x7f306be878f0) at res_pjsip.c:3500
transport_name = "udp000060177000000300315Vt0177000000000x350k0177000000305376376035061177000000 x350k0177000000L337377035061177000000 x350k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at x350k0177000000364337377035061177000000247]000304060177000000350A001000061177000000 at x350k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f3100014c78, uri=0x0, provided_contact=0x7f307456cbd8, tdata=0x7f306be879c8) at res_pjsip.c:3896
contact = 0x7f307456cbd8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f307456cdd0 "sip:00041393120F at 172.26.130.84:5060", slen = 35}
from = {ptr = 0x5646aa8455d0 "", slen = 139846087003584}
pool = 0x7f3100012280
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f31000141e8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f3100014c78, uri=0x0, contact=0x7f307456cbd8, tdata=0x7f306be879c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f307456cbd8, arg=0x7f307456a668, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f307456cbd8
aor_options = 0x7f307456a668
endpoint = 0x7f3100014c78
tdata = 0xca85542a00000000
contact_status = 0x7f307456a668
contact_callback_data = 0x26be87a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f307456a9d8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307456a668, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f307456d188
traversal_state = 0x7f306be87a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f307456a9d8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307456a668, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f307456a668) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f307456a668
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f307456ac70) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f307456ac70
res = 32560
delay = 1951836368
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f307456a8d0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307806cd50
size = 139845945556864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f307456a8d0) at threadpool.c:1354
tps = 0x7f307456a8d0
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307806cd80
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084023f10) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084023f10) at threadpool.c:1056
worker = 0x7f3084023f10
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f306c41fef0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173316837209576308, 139845945556864, 0, 139845951422192, 139846923017104, 173316837249422196, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306be87ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306be88700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084023f10, name = 0x7f3084024020 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f3100005940
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306be88700) at pthread_create.c:463
pd = 0x7f306be88700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845945558784, -286144129105620108, 139845945556864, 0, 139845951422192, 139846923017104, 173316837211673460, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 98 (Thread 0x7f306bf05700 (LWP 7764)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7764
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f31040ca108
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f31040ca108) at res_pjsip/config_transport.c:484
transport = 0x7f31040ca108
transport_id = 0x7f31041e02a0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f31040ca108, objectset=0x7f310462aa20) at sorcery.c:1654
details = 0x7f31040ca108
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f3104195d00) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f310462aa20
id = 0x7f310462f610
object = 0x7f31040ca108
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306bf047b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f3104195d00
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306bf047b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306bf047b0 "udp", selector=0x7f306bf048f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f3104199fd8, sip_uri=0x7f3104195b18, selector=0x7f306bf048f0) at res_pjsip.c:3500
transport_name = "udp000060177000000362361Jt0177000000000H360k0177000000305376376035061177000000 H360k0177000000L337377035061177000000 H360k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at H360k0177000000364337377035061177000000247]000304060177000000030[031004061177000000 at H360k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f3104199fd8, uri=0x0, provided_contact=0x7f30744af008, tdata=0x7f306bf049c8) at res_pjsip.c:3896
contact = 0x7f30744af008
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30744af202 "sip:000413930348 at 172.26.129.207:5060", slen = 36}
from = {ptr = 0x5646aa8455d0 "", slen = 139846086226418}
pool = 0x7f310419a4b0
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f3104195b18
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f3104199fd8, uri=0x0, contact=0x7f30744af008, tdata=0x7f306bf049c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30744af008, arg=0x7f30744acdc8, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30744af008
aor_options = 0x7f30744acdc8
endpoint = 0x7f3104199fd8
tdata = 0xca85542a00000000
contact_status = 0x7f30744acdc8
contact_callback_data = 0x26bf04a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30744ad0a8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744acdc8, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30744af5b8
traversal_state = 0x7f306bf04a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30744ad0a8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744acdc8, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30744acdc8) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30744acdc8
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30744ae4a0) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30744ae4a0
res = 32560
delay = 1951059872
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30744acfa0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307806ccf0
size = 139845946068864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30744acfa0) at threadpool.c:1354
tps = 0x7f30744acfa0
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307806cd20
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084023be0) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084023be0) at threadpool.c:1056
worker = 0x7f3084023be0
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f30e8007370) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173316630514275188, 139845946068864, 0, 139848027501424, 139846923017104, 173316630554121076, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306bf04ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306bf05700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084023be0, name = 0x7f3084023ca0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f310438ab20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306bf05700) at pthread_create.c:463
pd = 0x7f306bf05700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845946070784, -286144129105620108, 139845946068864, 0, 139848027501424, 139846923017104, 173316630516372340, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 97 (Thread 0x7f306bf82700 (LWP 7763)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7763
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30f8012c08
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30f8012c08) at res_pjsip/config_transport.c:484
transport = 0x7f30f8012c08
transport_id = 0x7f30f80141e0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30f8012c08, objectset=0x7f30f8007380) at sorcery.c:1654
details = 0x7f30f8012c08
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30f8011af0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30f8007380
id = 0x7f30f8011dc0
object = 0x7f30f8012c08
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306bf817b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30f8011af0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306bf817b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306bf817b0 "udp", selector=0x7f306bf818f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30f8014cd8, sip_uri=0x7f30f80114b8, selector=0x7f306bf818f0) at res_pjsip.c:3500
transport_name = "udp000060177000000ba[t0177000000000030370k0177000000305376376035061177000000 030370k0177000000L337377035061177000000 030370k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 030370k0177000000364337377035061177000000247]000304060177000000270024001370060177000000 at 030370k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30f8014cd8, uri=0x0, provided_contact=0x7f30745b5f78, tdata=0x7f306bf819c8) at res_pjsip.c:3896
contact = 0x7f30745b5f78
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30745b6172 "sip:0004139312E8 at 172.26.130.138:5060", slen = 36}
from = {ptr = 0x5646aa8455d0 "", slen = 139846087303522}
pool = 0x7f30f8011770
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30f80114b8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30f8014cd8, uri=0x0, contact=0x7f30745b5f78, tdata=0x7f306bf819c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30745b5f78, arg=0x7f30745b3b88, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30745b5f78
aor_options = 0x7f30745b3b88
endpoint = 0x7f30f8014cd8
tdata = 0xca85542a00000000
contact_status = 0x7f30745b3b88
contact_callback_data = 0x26bf81a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30745b3e18, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745b3b88, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30745b64e8
traversal_state = 0x7f306bf81a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30745b3e18, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745b3b88, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30745b3b88) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30745b3b88
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30745b52e0) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30745b52e0
res = 32560
delay = 1952136464
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30745b3d10) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307806cc90
size = 139845946580864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30745b3d10) at threadpool.c:1354
tps = 0x7f30745b3d10
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307806ccc0
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084023810) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084023810) at threadpool.c:1056
worker = 0x7f3084023810
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x5646acf141f0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173316696549397364, 139845946580864, 0, 94861549191664, 139846923017104, 173316696589243252, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306bf81ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306bf82700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084023810, name = 0x7f3084023920 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30f8005730
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306bf82700) at pthread_create.c:463
pd = 0x7f306bf82700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845946582784, -286144129105620108, 139845946580864, 0, 94861549191664, 139846923017104, 173316696551494516, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 96 (Thread 0x7f306bfff700 (LWP 7762)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7762
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30fc015798
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30fc015798) at res_pjsip/config_transport.c:484
transport = 0x7f30fc015798
transport_id = 0x7f30fc016e00 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30fc015798, objectset=0x7f30fc009f70) at sorcery.c:1654
details = 0x7f30fc015798
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30fc014700) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30fc009f70
id = 0x7f30fc017470
object = 0x7f30fc015798
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f306bffe7b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30fc014700
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f306bffe7b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f306bffe7b0 "udp", selector=0x7f306bffe8f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30fc0178f8, sip_uri=0x7f30fc0140c8, selector=0x7f306bffe8f0) at res_pjsip.c:3500
transport_name = "udp000060177000000220024`t0177000000000350377k0177000000305376376035061177000000 350377k0177000000L337377035061177000000 350377k0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 350377k0177000000364337377035061177000000247]000304060177000000310 at 001374060177000000@350377k0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30fc0178f8, uri=0x0, provided_contact=0x7f30746012b8, tdata=0x7f306bffe9c8) at res_pjsip.c:3896
contact = 0x7f30746012b8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f307460149e "sip:0328D92BC6 at 172.26.128.74;line=56678", slen = 39}
from = {ptr = 0x5646aa8455d0 "", slen = 139846087611536}
pool = 0x7f30fc014380
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30fc0140c8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30fc0178f8, uri=0x0, contact=0x7f30746012b8, tdata=0x7f306bffe9c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30746012b8, arg=0x7f30745fda98, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30746012b8
aor_options = 0x7f30745fda98
endpoint = 0x7f30fc0178f8
tdata = 0xca85542a00000000
contact_status = 0x7f30745fda98
contact_callback_data = 0x26bffea30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30745ff188, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745fda98, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f3074601868
traversal_state = 0x7f306bffea30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30745ff188, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745fda98, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30745fda98) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30745fda98
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30745ff420) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30745ff420
res = 32560
delay = 1952444448
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30745ff020) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f3078068f50
size = 139845947092864
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30745ff020) at threadpool.c:1354
tps = 0x7f30745ff020
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078068f80
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084023490) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084023490) at threadpool.c:1056
worker = 0x7f3084023490
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f30d0035130) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173316644472918900, 139845947092864, 0, 139847625036080, 139846923017104, 173316644512764788, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f306bffeed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f306bfff700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084023490, name = 0x7f30840235a0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30fc0082c0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f306bfff700) at pthread_create.c:463
pd = 0x7f306bfff700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139845947094784, -286144129105620108, 139845947092864, 0, 139847625036080, 139846923017104, 173316644475016052, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 95 (Thread 0x7f307c09a700 (LWP 7761)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7761
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30f0011118
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30f0011118) at res_pjsip/config_transport.c:484
transport = 0x7f30f0011118
transport_id = 0x7f30f0011990 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30f0011118, objectset=0x7f30f0006430) at sorcery.c:1654
details = 0x7f30f0011118
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30f0006760) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30f0006430
id = 0x7f30f0013330
object = 0x7f30f0011118
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307c0997b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30f0006760
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307c0997b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307c0997b0 "udp", selector=0x7f307c0998f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30f00135f8, sip_uri=0x7f30f0006578, selector=0x7f307c0998f0) at res_pjsip.c:3500
transport_name = "udp000060177000000 371[t0177000000000230t|0177000000305376376035061177000000 230t|0177000000L337377035061177000000 230t|0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 230t|0177000000364337377035061177000000247]000304060177000000xe000360060177000000 at 230t|0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30f00135f8, uri=0x0, provided_contact=0x7f30745bf788, tdata=0x7f307c0999c8) at res_pjsip.c:3896
contact = 0x7f30745bf788
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30745bf930 "sip:000413938DDC at 172.28.19.102:5060", slen = 35}
from = {ptr = 0x5646aa8455d0 "", slen = 139846087342368}
pool = 0x7f30f0013170
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30f0006578
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30f00135f8, uri=0x0, contact=0x7f30745bf788, tdata=0x7f307c0999c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30745bf788, arg=0x7f30745b91c8, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30745bf788
aor_options = 0x7f30745b91c8
endpoint = 0x7f30f00135f8
tdata = 0xca85542a00000000
contact_status = 0x7f30745b91c8
contact_callback_data = 0x27c099a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30745bd6d8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745b91c8, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30745bfce8
traversal_state = 0x7f307c099a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30745bd6d8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745b91c8, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30745b91c8) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30745b91c8
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30745bd970) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30745bd970
res = 32560
delay = 1952170688
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30745bc2c0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f3078068ef0
size = 139846216163200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30745bc2c0) at threadpool.c:1354
tps = 0x7f30745bc2c0
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078068f20
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084023110) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084023110) at threadpool.c:1056
worker = 0x7f3084023110
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f3078076530) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173267076792226676, 139846216163200, 0, 139846148908336, 139846923017104, 173267076832072564, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c099ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c09a700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084023110, name = 0x7f3084023220 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30f0002c60
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f307c09a700) at pthread_create.c:463
pd = 0x7f307c09a700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846216165120, -286144129105620108, 139846216163200, 0, 139846148908336, 139846923017104, 173267076794323828, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 94 (Thread 0x7f307c117700 (LWP 7760)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7760
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30f4011bd8
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30f4011bd8) at res_pjsip/config_transport.c:484
transport = 0x7f30f4011bd8
transport_id = 0x7f30f4012400 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30f4011bd8, objectset=0x7f30f40068d0) at sorcery.c:1654
details = 0x7f30f4011bd8
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30f4011240) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30f40068d0
id = 0x7f30f4013cd0
object = 0x7f30f4011bd8
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307c1167b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30f4011240
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307c1167b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307c1167b0 "udp", selector=0x7f307c1168f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30f4012688, sip_uri=0x7f30f4010938, selector=0x7f307c1168f0) at res_pjsip.c:3500
transport_name = "udp000060177000000>336<t0177000000000h021|0177000000305376376035061177000000 h021|0177000000L337377035061177000000 h021|0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at h021|0177000000364337377035061177000000247]000304060177000000070t001364060177000000 at h021|0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30f4012688, uri=0x0, provided_contact=0x7f30743cdca8, tdata=0x7f307c1169c8) at res_pjsip.c:3896
contact = 0x7f30743cdca8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30743cde4e "sip:000413930242 at 172.26.129.29:5060", slen = 35}
from = {ptr = 0x5646aa8455d0 "", slen = 139846085303870}
pool = 0x7f30f4013980
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30f4010938
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30f4012688, uri=0x0, contact=0x7f30743cdca8, tdata=0x7f307c1169c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30743cdca8, arg=0x7f307409c748, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30743cdca8
aor_options = 0x7f307409c748
endpoint = 0x7f30f4012688
tdata = 0xca85542a00000000
contact_status = 0x7f307409c748
contact_callback_data = 0x27c116a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30743cd918, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307409c748, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30740956b8
traversal_state = 0x7f307c116a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30743cd918, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307409c748, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f307409c748) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f307409c748
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30743cdbb0) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30743cdbb0
res = 32560
delay = 1950144608
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30743cd860) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f3078068e90
size = 139846216675200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30743cd860) at threadpool.c:1354
tps = 0x7f30743cd860
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078068ec0
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084022d90) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084022d90) at threadpool.c:1056
worker = 0x7f3084022d90
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f306c3b4090) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173266870096925556, 139846216675200, 0, 139845950980240, 139846923017104, 173266870136771444, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c116ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c117700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084022d90, name = 0x7f3084022ea0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30f4002dc0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f307c117700) at pthread_create.c:463
pd = 0x7f307c117700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846216677120, -286144129105620108, 139846216675200, 0, 139845950980240, 139846923017104, 173266870099022708, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 93 (Thread 0x7f307c194700 (LWP 7759)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7759
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30e8011888
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30e8011888) at res_pjsip/config_transport.c:484
transport = 0x7f30e8011888
transport_id = 0x7f30e8012eb0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30e8011888, objectset=0x7f30e80065a0) at sorcery.c:1654
details = 0x7f30e8011888
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30e80055c0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30e80065a0
id = 0x7f30e8007670
object = 0x7f30e8011888
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307c1937b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30e80055c0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307c1937b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307c1937b0 "udp", selector=0x7f307c1938f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30e8012088, sip_uri=0x7f30e80069c8, selector=0x7f307c1938f0) at res_pjsip.c:3500
transport_name = "udp000060177000000R233Ft0177000000000070031|0177000000305376376035061177000000 8031|0177000000L337377035061177000000 8031|0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 8031|0177000000364337377035061177000000247]000304060177000000310i000350060177000000 at 8031|0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30e8012088, uri=0x0, provided_contact=0x7f30744699b8, tdata=0x7f307c1939c8) at res_pjsip.c:3896
contact = 0x7f30744699b8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f3074469b62 "sip:000413930312 at 172.26.129.154:5060", slen = 36}
from = {ptr = 0x5646aa8455d0 "", slen = 139846085942098}
pool = 0x7f30e8005f50
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30e80069c8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30e8012088, uri=0x0, contact=0x7f30744699b8, tdata=0x7f307c1939c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30744699b8, arg=0x7f307408c0b8, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30744699b8
aor_options = 0x7f307408c0b8
endpoint = 0x7f30e8012088
tdata = 0xca85542a00000000
contact_status = 0x7f307408c0b8
contact_callback_data = 0x27c193a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f3074469628, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307408c0b8, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30740862f8
traversal_state = 0x7f307c193a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f3074469628, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307408c0b8, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f307408c0b8) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f307408c0b8
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30744698c0) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30744698c0
res = 32560
delay = 1950782832
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f3074469570) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f3078069450
size = 139846217187200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f3074469570) at threadpool.c:1354
tps = 0x7f3074469570
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078069480
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084022a60) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084022a60) at threadpool.c:1056
worker = 0x7f3084022a60
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f30d8006570) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173266936132047732, 139846217187200, 0, 139847759062384, 139846923017104, 173266936171893620, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c193ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c194700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084022a60, name = 0x7f3084022b20 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30e8003850
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f307c194700) at pthread_create.c:463
pd = 0x7f307c194700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846217189120, -286144129105620108, 139846217187200, 0, 139847759062384, 139846923017104, 173266936134144884, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 92 (Thread 0x7f307c211700 (LWP 7758)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7758
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30ec0048b0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30ec0048b0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30ec0048b0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027c20f9d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f30ec006ce0, parameters=0x0, headers=0x7f30ec0044f0) at res_pjsip_transport_websocket.c:372
serializer = 0x7f30ec006e28
create_data = {transport = 0x7f307c20fb70, ws_session = 0x7f30ec004192}
transport = 0x407c20fa60
read_data = {transport = 0x3d00000025, payload = 0x7f307c20f9e0 "hE", payload_len = 17067114423901629167}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309403aa70, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307c20fcd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30ec0044f0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30ec004568 "websocket"
key = 0x7f30ec004192 "cK0LhShU7+qfI8KNsf2gsQ=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30ec004047 "sip"
requested_protocols = 0x0
protocol = 0x7f307c20fa90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30ec006ce0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309403aa70, uri=0x7f307c20fcd7 "", method=AST_HTTP_GET, headers=0x7f30ec0044f0) at http.c:1487
c = 0x7f307c20fcd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309403aa70) at http.c:1928
headers = 0x7f30ec0044f0
uri = 0x7f307c20fcd4 "/ws"
method = 0x7f307c20fcd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30ec0044d8
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309403aa70) at http.c:1991
ser = 0x7f309403aa70
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309403aa70) at tcptls.c:274
tcptls_session = 0x7f309403aa70
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f30940061d0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173266729436746612, 139846217699200, 0, 139846618210768, 139846925065248, 173266729476592500, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c210ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c211700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309403aa70, name = 0x7f309403b350 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30ec002b40
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307c211700) at pthread_create.c:463
pd = 0x7f307c211700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846217701120, -286144129105620108, 139846217699200, 0, 139846618210768, 139846925065248, 173266729438843764, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 91 (Thread 0x7f307c28e700 (LWP 7757)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7757
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30e00274b8
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30e00274b8) at res_pjsip/config_transport.c:484
transport = 0x7f30e00274b8
transport_id = 0x7f30e0027d30 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30e00274b8, objectset=0x7f30e0026ba0) at sorcery.c:1654
details = 0x7f30e00274b8
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30e00190b0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30e0026ba0
id = 0x7f30e00268d0
object = 0x7f30e00274b8
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307c28d7b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30e00190b0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307c28d7b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307c28d7b0 "udp", selector=0x7f307c28d8f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30e0027f68, sip_uri=0x7f30e0017fa8, selector=0x7f307c28d8f0) at res_pjsip.c:3500
transport_name = "udp000060177000000340!>t0177000000000330(|0177000000305376376035061177000000 330(|0177000000L337377035061177000000 330(|0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 330(|0177000000364337377035061177000000247]000304060177000000250177001340060177000000 at 330(|0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30e0027f68, uri=0x0, provided_contact=0x7f30743e2048, tdata=0x7f307c28d9c8) at res_pjsip.c:3896
contact = 0x7f30743e2048
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30743e21f0 "sip:000413930252 at 172.26.129.45:5060", slen = 35}
from = {ptr = 0x5646aa8455d0 "", slen = 139846085386720}
pool = 0x7f30e0026f90
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30e0017fa8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30e0027f68, uri=0x0, contact=0x7f30743e2048, tdata=0x7f307c28d9c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30743e2048, arg=0x7f307406b9f8, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30743e2048
aor_options = 0x7f307406b9f8
endpoint = 0x7f30e0027f68
tdata = 0xca85542a00000000
contact_status = 0x7f307406b9f8
contact_callback_data = 0x27c28da30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30743e1cb8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307406b9f8, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f3074064fb8
traversal_state = 0x7f307c28da30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30743e1cb8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307406b9f8, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f307406b9f8) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f307406b9f8
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30743e1f50) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30743e1f50
res = 32560
delay = 1950227456
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30743e1c00) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f30780693f0
size = 139846218211200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30743e1c00) at threadpool.c:1354
tps = 0x7f30743e1c00
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078069420
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084022690) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084022690) at threadpool.c:1056
worker = 0x7f3084022690
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f3078076860) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173266812651737972, 139846218211200, 0, 139846148909152, 139846923017104, 173266812691583860, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c28ded0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c28e700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084022690, name = 0x7f30840227a0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30e001aab0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f307c28e700) at pthread_create.c:463
pd = 0x7f307c28e700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846218213120, -286144129105620108, 139846218211200, 0, 139846148909152, 139846923017104, 173266812653835124, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 90 (Thread 0x7f307c30b700 (LWP 7756)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7756
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30e4027868
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30e4027868) at res_pjsip/config_transport.c:484
transport = 0x7f30e4027868
transport_id = 0x7f30e40295d0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30e4027868, objectset=0x7f30e4026c80) at sorcery.c:1654
details = 0x7f30e4027868
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30e40290c0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30e4026c80
id = 0x7f30e401a2e0
object = 0x7f30e4027868
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307c30a7b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30e40290c0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307c30a7b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307c30a7b0 "udp", selector=0x7f307c30a8f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30e4028318, sip_uri=0x7f30e4028ed8, selector=0x7f307c30a8f0) at res_pjsip.c:3500
transport_name = "udp000060177000000222ZGt0177000000000250060|0177000000305376376035061177000000 250060|0177000000L337377035061177000000 250060|0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 250060|0177000000364337377035061177000000247]000304060177000000؎002344060177000000 at 250060|0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30e4028318, uri=0x0, provided_contact=0x7f30744758f8, tdata=0x7f307c30a9c8) at res_pjsip.c:3896
contact = 0x7f30744758f8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f3074475aa2 "sip:00041393031B at 172.26.129.163:5060", slen = 36}
from = {ptr = 0x5646aa8455d0 "", slen = 139846085991058}
pool = 0x7f30e4027340
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30e4028ed8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30e4028318, uri=0x0, contact=0x7f30744758f8, tdata=0x7f307c30a9c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30744758f8, arg=0x7f30740ade28, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30744758f8
aor_options = 0x7f30740ade28
endpoint = 0x7f30e4028318
tdata = 0xca85542a00000000
contact_status = 0x7f30740ade28
contact_callback_data = 0x27c30aa30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f3074475568, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30740ade28, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f3074077ed8
traversal_state = 0x7f307c30aa30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f3074475568, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30740ade28, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30740ade28) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30740ade28
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f3074475800) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f3074475800
res = 32560
delay = 1950831792
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30744754b0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307816b6c0
size = 139846218723200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30744754b0) at threadpool.c:1354
tps = 0x7f30744754b0
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307816b6f0
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084022310) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084022310) at threadpool.c:1056
worker = 0x7f3084022310
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f3078050410) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173266605956436852, 139846218723200, 0, 139846148752400, 139846923017104, 173266605996282740, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c30aed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c30b700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084022310, name = 0x7f3084022420 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30e401b610
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f307c30b700) at pthread_create.c:463
pd = 0x7f307c30b700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846218725120, -286144129105620108, 139846218723200, 0, 139846148752400, 139846923017104, 173266605958534004, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 89 (Thread 0x7f307c388700 (LWP 7755)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7755
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30dc01e0e8
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30dc01e0e8) at res_pjsip/config_transport.c:484
transport = 0x7f30dc01e0e8
transport_id = 0x7f3078050490 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30dc01e0e8, objectset=0x7f30dc01d200) at sorcery.c:1654
details = 0x7f30dc01e0e8
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30dc020000) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30dc01d200
id = 0x7f30dc01fad0
object = 0x7f30dc01e0e8
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307c3877b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30dc020000
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307c3877b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307c3877b0 "udp", selector=0x7f307c3878f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30dc0202c8, sip_uri=0x7f30dc01f7e8, selector=0x7f307c3878f0) at res_pjsip.c:3500
transport_name = "udp000060177000000260211Rt0177000000000x8|0177000000305376376035061177000000 x8|0177000000L337377035061177000000 x8|0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at x8|0177000000364337377035061177000000247]000304060177000000350367001334060177000000 at x8|0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30dc0202c8, uri=0x0, provided_contact=0x7f3074528818, tdata=0x7f307c3879c8) at res_pjsip.c:3896
contact = 0x7f3074528818
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30745289c0 "sip:000413931177 at 172.26.130.34:5060", slen = 35}
from = {ptr = 0x5646aa8455d0 "", slen = 139846086724016}
pool = 0x7f30dc01d8d0
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30dc01f7e8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30dc0202c8, uri=0x0, contact=0x7f3074528818, tdata=0x7f307c3879c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f3074528818, arg=0x7f30745222d8, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f3074528818
aor_options = 0x7f30745222d8
endpoint = 0x7f30dc0202c8
tdata = 0xca85542a00000000
contact_status = 0x7f30745222d8
contact_callback_data = 0x27c387a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f3074526738, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745222d8, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f3074528d38
traversal_state = 0x7f307c387a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f3074526738, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745222d8, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30745222d8) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30745222d8
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30745269d0) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30745269d0
res = 32560
delay = 1951552432
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30745253b0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307816b660
size = 139846219235200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30745253b0) at threadpool.c:1354
tps = 0x7f30745253b0
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307816b690
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084021f90) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084021f90) at threadpool.c:1056
worker = 0x7f3084021f90
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f3078050490) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173266671991559028, 139846219235200, 0, 139846148752528, 139846923017104, 173266672031404916, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c387ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c388700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084021f90, name = 0x7f30840220a0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30dc00fea0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f307c388700) at pthread_create.c:463
pd = 0x7f307c388700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846219237120, -286144129105620108, 139846219235200, 0, 139846148752528, 139846923017104, 173266671993656180, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 88 (Thread 0x7f307c405700 (LWP 7754)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7754
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30d4603408
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30d4603408) at res_pjsip/config_transport.c:484
transport = 0x7f30d4603408
transport_id = 0x7f30d45fd3a0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30d4603408, objectset=0x7f30d4492060) at sorcery.c:1654
details = 0x7f30d4603408
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30d45fd0d0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30d4492060
id = 0x7f30d45fc7d0
object = 0x7f30d4603408
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307c4047b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30d45fd0d0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307c4047b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307c4047b0 "udp", selector=0x7f307c4048f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30d46029a8, sip_uri=0x7f30d45fcee8, selector=0x7f307c4048f0) at res_pjsip.c:3500
transport_name = "udp000060177000000036023Xt0177000000000H@|0177000000305376376035061177000000 H@|0177000000L337377035061177000000 H@|0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at H@|0177000000364337377035061177000000247]000304060177000000350316_324060177000000 at H@|0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30d46029a8, uri=0x0, provided_contact=0x7f3074581138, tdata=0x7f307c4049c8) at res_pjsip.c:3896
contact = 0x7f3074581138
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f307458132e "sip:00041393124F at 172.26.130.99:5060", slen = 35}
from = {ptr = 0x5646aa8455d0 "", slen = 139846087086878}
pool = 0x7f30d45fd290
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30d45fcee8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30d46029a8, uri=0x0, contact=0x7f3074581138, tdata=0x7f307c4049c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f3074581138, arg=0x7f307457ac78, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f3074581138
aor_options = 0x7f307457ac78
endpoint = 0x7f30d46029a8
tdata = 0xca85542a00000000
contact_status = 0x7f307457ac78
contact_callback_data = 0x27c404a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f307457f098, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307457ac78, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30745816a8
traversal_state = 0x7f307c404a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f307457f098, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307457ac78, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f307457ac78) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f307457ac78
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f307457f330) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f307457f330
res = 32560
delay = 1951915216
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f307457dcd0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f3078076aa0
size = 139846219747200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f307457dcd0) at threadpool.c:1354
tps = 0x7f307457dcd0
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078076ad0
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084021c60) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084021c60) at threadpool.c:1056
worker = 0x7f3084021c60
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f306c3e86b0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173267564807885684, 139846219747200, 0, 139845951194800, 139846923017104, 173267564847731572, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c404ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c405700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084021c60, name = 0x7f3084021d20 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30d45f5c40
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f307c405700) at pthread_create.c:463
pd = 0x7f307c405700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846219749120, -286144129105620108, 139846219747200, 0, 139845951194800, 139846923017104, 173267564809982836, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 87 (Thread 0x7f307c482700 (LWP 7753)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7753
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30d8016628
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30d8016628) at res_pjsip/config_transport.c:484
transport = 0x7f30d8016628
transport_id = 0x7f30d8018080 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30d8016628, objectset=0x7f30d80092e0) at sorcery.c:1654
details = 0x7f30d8016628
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30d8017de0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30d80092e0
id = 0x7f30d80088c0
object = 0x7f30d8016628
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307c4817b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30d8017de0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307c4817b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307c4817b0 "udp", selector=0x7f307c4818f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30d8008a88, sip_uri=0x7f30d8017bf8, selector=0x7f307c4818f0) at res_pjsip.c:3500
transport_name = "udp000060177000000 370Yt0177000000000030H|0177000000305376376035061177000000 030H|0177000000L337377035061177000000 030H|0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 030H|0177000000364337377035061177000000247]000304060177000000370{001330060177000000 at 030H|0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30d8008a88, uri=0x0, provided_contact=0x7f307459f638, tdata=0x7f307c4819c8) at res_pjsip.c:3896
contact = 0x7f307459f638
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f307459f830 "sip:0004139312A4 at 172.26.130.122:5060", slen = 36}
from = {ptr = 0x5646aa8455d0 "", slen = 139846087211040}
pool = 0x7f30d8008f60
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30d8017bf8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30d8008a88, uri=0x0, contact=0x7f307459f638, tdata=0x7f307c4819c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f307459f638, arg=0x7f307459be58, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f307459f638
aor_options = 0x7f307459be58
endpoint = 0x7f30d8008a88
tdata = 0xca85542a00000000
contact_status = 0x7f307459be58
contact_callback_data = 0x27c481a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f307459d4f8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307459be58, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f307459fbe8
traversal_state = 0x7f307c481a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f307459d4f8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307459be58, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f307459be58) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f307459be58
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f307459d790) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f307459d790
res = 32560
delay = 1952043984
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f307459d3d0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307816b2d0
size = 139846220259200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f307459d3d0) at threadpool.c:1354
tps = 0x7f307459d3d0
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307816b300
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084021930) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084021930) at threadpool.c:1056
worker = 0x7f3084021930
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f30d002e480) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173267630843007860, 139846220259200, 0, 139847625008256, 139846923017104, 173267630882853748, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c481ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c482700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084021930, name = 0x7f30840219f0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30d80065c0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f307c482700) at pthread_create.c:463
pd = 0x7f307c482700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846220261120, -286144129105620108, 139846220259200, 0, 139847625008256, 139846923017104, 173267630845105012, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 86 (Thread 0x7f307c4ff700 (LWP 7752)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7752
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30d009e938
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30d009e938) at res_pjsip/config_transport.c:484
transport = 0x7f30d009e938
transport_id = 0x7f30d000f310 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30d009e938, objectset=0x7f30d00936c0) at sorcery.c:1654
details = 0x7f30d009e938
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30d009d710) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30d00936c0
id = 0x7f30d00a0960
object = 0x7f30d009e938
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307c4fe7b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30d009d710
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307c4fe7b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307c4fe7b0 "udp", selector=0x7f307c4fe8f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30d00a0c28, sip_uri=0x7f30d009d528, selector=0x7f307c4fe8f0) at res_pjsip.c:3500
transport_name = "udp000060177000000240^At0177000000000350O|0177000000305376376035061177000000 350O|0177000000L337377035061177000000 350O|0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 350O|0177000000364337377035061177000000247]000304060177000000(325t320060177000000 at 350O|0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30d00a0c28, uri=0x0, provided_contact=0x7f3074415d08, tdata=0x7f307c4fe9c8) at res_pjsip.c:3896
contact = 0x7f3074415d08
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f3074415eb0 "sip:000413930279 at 172.26.129.84:5060", slen = 35}
from = {ptr = 0x5646aa8455d0 "", slen = 139846085598880}
pool = 0x7f30d00a07a0
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30d009d528
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30d00a0c28, uri=0x0, contact=0x7f3074415d08, tdata=0x7f307c4fe9c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f3074415d08, arg=0x7f307406adc8, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f3074415d08
aor_options = 0x7f307406adc8
endpoint = 0x7f30d00a0c28
tdata = 0xca85542a00000000
contact_status = 0x7f307406adc8
contact_callback_data = 0x27c4fea30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f3074415978, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307406adc8, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f307405bd68
traversal_state = 0x7f307c4fea30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f3074415978, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307406adc8, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f307406adc8) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f307406adc8
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f3074415c10) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f3074415c10
res = 32560
delay = 1950439616
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30744158c0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f30780504b0
size = 139846220771200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30744158c0) at threadpool.c:1354
tps = 0x7f30744158c0
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307803b750
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084021600) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084021600) at threadpool.c:1056
worker = 0x7f3084021600
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f307407a400) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173267578766529396, 139846220771200, 0, 139846081815552, 139846923017104, 173267578806375284, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c4feed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c4ff700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084021600, name = 0x7f30840216c0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30d00918f0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f307c4ff700) at pthread_create.c:463
pd = 0x7f307c4ff700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846220773120, -286144129105620108, 139846220771200, 0, 139846081815552, 139846923017104, 173267578768626548, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 85 (Thread 0x7f307c57c700 (LWP 7751)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7751
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30cc02bed8
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30cc02bed8) at res_pjsip/config_transport.c:484
transport = 0x7f30cc02bed8
transport_id = 0x7f30740c3640 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30cc02bed8, objectset=0x7f30cc02e0c0) at sorcery.c:1654
details = 0x7f30cc02bed8
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30cc01ef90) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30cc02e0c0
id = 0x7f30cc02db90
object = 0x7f30cc02bed8
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307c57b7b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30cc01ef90
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307c57b7b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307c57b7b0 "udp", selector=0x7f307c57b8f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30cc02e388, sip_uri=0x7f30cc01eda8, selector=0x7f307c57b8f0) at res_pjsip.c:3500
transport_name = "udp000060177000000 _Ot0177000000000270W|0177000000305376376035061177000000 270W|0177000000L337377035061177000000 270W|0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 270W|0177000000364337377035061177000000247]000304060177000000250355001314060177000000 at 270W|0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30cc02e388, uri=0x0, provided_contact=0x7f30744f5d38, tdata=0x7f307c57b9c8) at res_pjsip.c:3896
contact = 0x7f30744f5d38
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30744f5f30 "sip:000413930C8C at 172.26.130.1:5060", slen = 34}
from = {ptr = 0x5646aa8455d0 "", slen = 139846086516512}
pool = 0x7f30cc02b990
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30cc01eda8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30cc02e388, uri=0x0, contact=0x7f30744f5d38, tdata=0x7f307c57b9c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30744f5d38, arg=0x7f30744f3a38, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30744f5d38
aor_options = 0x7f30744f3a38
endpoint = 0x7f30cc02e388
tdata = 0xca85542a00000000
contact_status = 0x7f30744f3a38
contact_callback_data = 0x27c57ba30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30744f3cc8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744f3a38, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30744f62e8
traversal_state = 0x7f307c57ba30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30744f3cc8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744f3a38, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30744f3a38) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30744f3a38
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30744f50c0) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30744f50c0
res = 32560
delay = 1951349696
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30744f3bc0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f3078050430
size = 139846221283200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30744f3bc0) at threadpool.c:1354
tps = 0x7f30744f3bc0
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078050460
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f30840266f0) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f30840266f0) at threadpool.c:1056
worker = 0x7f30840266f0
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f30740c3640) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173267369923744628, 139846221283200, 0, 139846082115136, 139846923017104, 173267369963590516, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c57bed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c57c700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f30840266f0, name = 0x7f30840267b0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30cc01fe00
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f307c57c700) at pthread_create.c:463
pd = 0x7f307c57c700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846221285120, -286144129105620108, 139846221283200, 0, 139846082115136, 139846923017104, 173267369925841780, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 84 (Thread 0x7f307c5f9700 (LWP 7750)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7750
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30a00288d8
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30a00288d8) at res_pjsip/config_transport.c:484
transport = 0x7f30a00288d8
transport_id = 0x7f30a0029150 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30a00288d8, objectset=0x7f30a002aa60) at sorcery.c:1654
details = 0x7f30a00288d8
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f30a001acb0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30a002aa60
id = 0x7f30a0028610
object = 0x7f30a00288d8
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307c5f87b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f30a001acb0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307c5f87b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307c5f87b0 "udp", selector=0x7f307c5f88f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30a002ad28, sip_uri=0x7f30a001aac8, selector=0x7f307c5f88f0) at res_pjsip.c:3500
transport_name = "udp000060177000000 at 325Jt0177000000000210_|0177000000305376376035061177000000 210_|0177000000L337377035061177000000 210_|0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 210_|0177000000364337377035061177000000247]000304060177000000Ȫ001240060177000000 at 210_|0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f30a002ad28, uri=0x0, provided_contact=0x7f30744ad3a8, tdata=0x7f307c5f89c8) at res_pjsip.c:3896
contact = 0x7f30744ad3a8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30744ad550 "sip:000413930346 at 172.26.129.205:5060", slen = 36}
from = {ptr = 0x5646aa8455d0 "", slen = 139846086219072}
pool = 0x7f30a0028330
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30a001aac8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f30a002ad28, uri=0x0, contact=0x7f30744ad3a8, tdata=0x7f307c5f89c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30744ad3a8, arg=0x7f30744a9e08, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30744ad3a8
aor_options = 0x7f30744a9e08
endpoint = 0x7f30a002ad28
tdata = 0xca85542a00000000
contact_status = 0x7f30744a9e08
contact_callback_data = 0x27c5f8a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30744ab2a8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744a9e08, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30744ab9e8
traversal_state = 0x7f307c5f8a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30744ab2a8, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744a9e08, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30744a9e08) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30744a9e08
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30744ab540) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30744ab540
res = 32560
delay = 1951047360
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30744a9ec0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f30780503b0
size = 139846221795200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30744a9ec0) at threadpool.c:1354
tps = 0x7f30744a9ec0
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f30780503e0
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f30840263c0) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f30840263c0) at threadpool.c:1056
worker = 0x7f30840263c0
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x5646ac9c97a0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173267438106350452, 139846221795200, 0, 94861543643040, 139846923017104, 173267438146196340, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c5f8ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c5f9700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f30840263c0, name = 0x7f3084026480 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30a001c8d0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f307c5f9700) at pthread_create.c:463
pd = 0x7f307c5f9700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846221797120, -286144129105620108, 139846221795200, 0, 94861543643040, 139846923017104, 173267438108447604, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 83 (Thread 0x7f307c676700 (LWP 7749)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7749
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f3098027d38
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f3098027d38) at res_pjsip/config_transport.c:484
transport = 0x7f3098027d38
transport_id = 0x7f3098029fc0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f3098027d38, objectset=0x7f30980198f0) at sorcery.c:1654
details = 0x7f3098027d38
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f3098019f90) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30980198f0
id = 0x7f309802a080
object = 0x7f3098027d38
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307c6757b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f3098019f90
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307c6757b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307c6757b0 "udp", selector=0x7f307c6758f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f309802a348, sip_uri=0x7f3098019da8, selector=0x7f307c6758f0) at res_pjsip.c:3500
transport_name = "udp000060177000000242XJt0177000000000Xg|0177000000305376376035061177000000 Xg|0177000000L337377035061177000000 Xg|0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at Xg|0177000000364337377035061177000000247]000304060177000000250235001230060177000000 at Xg|0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f309802a348, uri=0x0, provided_contact=0x7f30744a56b8, tdata=0x7f307c6759c8) at res_pjsip.c:3896
contact = 0x7f30744a56b8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30744a58b2 "sip:000413930341 at 172.26.129.200:5060", slen = 36}
from = {ptr = 0x5646aa8455d0 "", slen = 139846086187170}
pool = 0x7f3098019410
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f3098019da8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f309802a348, uri=0x0, contact=0x7f30744a56b8, tdata=0x7f307c6759c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30744a56b8, arg=0x7f30744a1ff8, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30744a56b8
aor_options = 0x7f30744a1ff8
endpoint = 0x7f309802a348
tdata = 0xca85542a00000000
contact_status = 0x7f30744a1ff8
contact_callback_data = 0x27c675a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30744a3648, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744a1ff8, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30744a5c28
traversal_state = 0x7f307c675a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30744a3648, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30744a1ff8, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30744a1ff8) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30744a1ff8
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30744a38e0) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30744a38e0
res = 32560
delay = 1951015440
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30744a2210) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f3078050350
size = 139846222307200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30744a2210) at threadpool.c:1354
tps = 0x7f30744a2210
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078050380
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084026090) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084026090) at threadpool.c:1056
worker = 0x7f3084026090
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f308c006960) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173267229263565684, 139846222307200, 0, 139846483994976, 139846923017104, 173267229303411572, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c675ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c676700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084026090, name = 0x7f3084026150 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f309801bdc0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f307c676700) at pthread_create.c:463
pd = 0x7f307c676700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846222309120, -286144129105620108, 139846222307200, 0, 139846483994976, 139846923017104, 173267229265662836, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 82 (Thread 0x7f307c6f3700 (LWP 7748)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7748
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f309c028ad8
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f309c028ad8) at res_pjsip/config_transport.c:484
transport = 0x7f309c028ad8
transport_id = 0x7f309c02a8e0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f309c028ad8, objectset=0x7f309c027e60) at sorcery.c:1654
details = 0x7f309c028ad8
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f309c02ad00) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f309c027e60
id = 0x7f309c01a580
object = 0x7f309c028ad8
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307c6f27b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f309c02ad00
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307c6f27b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307c6f27b0 "udp", selector=0x7f307c6f28f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f309c02afc8, sip_uri=0x7f309c02a2b8, selector=0x7f307c6f28f0) at res_pjsip.c:3500
transport_name = "udp000060177000000204\dt0177000000000(o|0177000000305376376035061177000000 (o|0177000000L337377035061177000000 (o|0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000@(o|0177000000364337377035061177000000247]000304060177000000270242002234060177000000@(o|0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f309c02afc8, uri=0x0, provided_contact=0x7f3074645aa8, tdata=0x7f307c6f29c8) at res_pjsip.c:3896
contact = 0x7f3074645aa8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f3074645c96 "sip:daw_01e09_08_1 at 172.26.128.25:5361", slen = 37}
from = {ptr = 0x5646aa8455d0 "", slen = 139846087892100}
pool = 0x7f309c01bd50
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f309c02a2b8
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f309c02afc8, uri=0x0, contact=0x7f3074645aa8, tdata=0x7f307c6f29c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f3074645aa8, arg=0x7f307463aa68, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f3074645aa8
aor_options = 0x7f307463aa68
endpoint = 0x7f309c02afc8
tdata = 0xca85542a00000000
contact_status = 0x7f307463aa68
contact_callback_data = 0x27c6f2a30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f3074643a18, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307463aa68, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f3074646018
traversal_state = 0x7f307c6f2a30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f3074643a18, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f307463aa68, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f307463aa68) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f307463aa68
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f3074643cb0) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f3074643cb0
res = 32560
delay = 1952720576
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30746426c0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f30780502f0
size = 139846222819200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30746426c0) at threadpool.c:1354
tps = 0x7f30746426c0
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078050320
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084025d60) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084025d60) at threadpool.c:1056
worker = 0x7f3084025d60
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f3084002a70) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173267297446171508, 139846222819200, 0, 139846349761136, 139846923017104, 173267297486017396, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c6f2ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c6f3700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084025d60, name = 0x7f3084025e20 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f309c01c910
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f307c6f3700) at pthread_create.c:463
pd = 0x7f307c6f3700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846222821120, -286144129105620108, 139846222819200, 0, 139846349761136, 139846923017104, 173267297448268660, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 81 (Thread 0x7f307c770700 (LWP 7747)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7747
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f309001b2d0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0xcb8880000000000
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f309001b2d0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f309001b2d0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c0cfc902 in get_write_timeout () at res_pjsip_transport_websocket.c:316
write_timeout = -1
transport_states = 0x8027c76e9d0
__PRETTY_FUNCTION__ = "get_write_timeout"
#8 0x00007f30c0cfcc35 in websocket_cb (session=0x7f309001dd00, parameters=0x0, headers=0x7f3090006f90) at res_pjsip_transport_websocket.c:372
serializer = 0x7f309001de48
create_data = {transport = 0x7f307c76eb70, ws_session = 0x7f309001b0f2}
transport = 0x407c76ea60
read_data = {transport = 0x3d00000025, payload = 0x7f307c76e9e0 "bp", payload_len = 1192289195979167890}
__PRETTY_FUNCTION__ = "websocket_cb"
#9 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309403b1f0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307c76ecd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f3090006f90) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f3090007008 "websocket"
key = 0x7f309001b0f2 "XNvk0JBSHJOiSUpqwoCmwQ=="
key1 = 0x0
key2 = 0x0
protos = 0x7f309001b267 "sip"
requested_protocols = 0x0
protocol = 0x7f307c76ea90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f309001dd00
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#10 0x00005646a9174a44 in handle_uri (ser=0x7f309403b1f0, uri=0x7f307c76ecd7 "", method=AST_HTTP_GET, headers=0x7f3090006f90) at http.c:1487
c = 0x7f307c76ecd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#11 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309403b1f0) at http.c:1928
headers = 0x7f3090006f90
uri = 0x7f307c76ecd4 "/ws"
method = 0x7f307c76ecd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f309001a758
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#12 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309403b1f0) at http.c:1991
ser = 0x7f309403b1f0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#13 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309403b1f0) at tcptls.c:274
tcptls_session = 0x7f309403b1f0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#14 0x00005646a912a613 in dummy_start (data=0x7f309403e150) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173267105783255924, 139846223331200, 0, 139846618440016, 139846925065248, 173267105823101812, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c76fed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c770700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309403b1f0, name = 0x7f309403c8b0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f309001ce60
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#15 0x00007f311bfd86db in start_thread (arg=0x7f307c770700) at pthread_create.c:463
pd = 0x7f307c770700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846223333120, -286144129105620108, 139846223331200, 0, 139846618440016, 139846925065248, 173267105785353076, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 80 (Thread 0x7f307cadb700 (LWP 7746)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f307cad9210) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f307cad91b0, cond=0x7f307cad91e8) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f307cad8500, __canceltype = 2091747120, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x7f307cad91e8, mutex = 0x7f307cad91b0, private = 0}
rt = <optimized out>
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 0
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x7f307cad91e8, mutex=0x7f307cad91b0) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x7f30c4005729 "res_pjsip.c", lineno=4657, func=0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", cond_name=0x7f30c4006503 "&std.cond", mutex_name=0x7f30c40064f9 "&std.lock", cond=0x7f307cad91e8, t=0x7f307cad91b0) at lock.c:588
res = 0
lt = 0x7f309403ca20
lt_orig = {file = {0x7f30c4005729 "res_pjsip.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {4655, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139846226917120, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x7f30c3fd087c <ast_sip_push_task_wait+361>, 0x7f30c3fd09a4 <ast_sip_push_task_wait_servant+67>, 0x7f30c3fe5ebf <sip_transport_state_destroy+44>, 0x5646a8fa0cc2 <__ao2_ref+1742>, 0x5646a8fa103a <__ao2_cleanup_debug+72>, 0x7f30c3fe5f4c <internal_state_destroy+138>, 0x5646a8fa0cc2 <__ao2_ref+1742>, 0x5646a8fa103a <__ao2_cleanup_debug+72>, 0x7f30c3fe78f2 <_dtor_temp_state+57>, 0x7f30c3fe787d <transport_apply+4195>, 0x5646a90ea3cb <ast_sorcery_objectset_apply+331>, 0x7f30c44277d5 <sorcery_realtime_retrieve_fields+224>, 0x7f30c442790c <sorcery_realtime_retrieve_id+122>, 0x5646a90eaf20 <ast_sorcery_retrieve_by_id+292>, 0x7f30c0cfc969 <get_write_timeout+139>, 0x7f30c0cfcc35 <websocket_cb+89>, 0x7f30ca38d84b <__ast_websocket_uri_cb+3565>, 0x5646a9174a44 <handle_uri+1472>, 0x5646a9175bf0 <httpd_process_request+992>, 0x5646a9175f41 <httpd_helper_thread+717>, 0x5646a9116df3 <handle_tcptls_connection+1707>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x7f307cad91b0, 0x7f30c3fd0651 <sync_task>, 0x5646aa857c10, 0x7f307cad9180, 0x7f30c3fd064f <ast_sip_push_task+69>}, num_frames = 26, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7746, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00007f30c3fd08be in ast_sip_push_task_wait (serializer=0x0, sip_task=0x7f30c3fe5de1 <destroy_sip_transport_state>, task_data=0x7f3094039f90) at res_pjsip.c:4657
std = {lock = {mutex = pthread_mutex_t = {Type = Recursive, Status = Not acquired, Robust = No, Shared = No, Protocol = None}, track = 0x7f309403ca20, flags = {tracking = 1, setup = 1}}, cond = {__data = {{__wseq = 2, __wseq32 = {__low = 2, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "002", '000' <repeats 15 times>, "002", '000' <repeats 19 times>, "b000000000000000000000000000000", __align = 2}, complete = 0, fail = 0, task = 0x7f30c3fe5de1 <destroy_sip_transport_state>, task_data = 0x7f3094039f90}
__PRETTY_FUNCTION__ = "ast_sip_push_task_wait"
#5 0x00007f30c3fd09a4 in ast_sip_push_task_wait_servant (serializer=0x0, sip_task=0x7f30c3fe5de1 <destroy_sip_transport_state>, task_data=0x7f3094039f90) at res_pjsip.c:4672
No locals.
#6 0x00007f30c3fe5ebf in sip_transport_state_destroy (obj=0x7f3094039f90) at res_pjsip/config_transport.c:270
state = 0x7f3094039f90
#7 0x00005646a8fa0cc2 in __ao2_ref (user_data=0x7f3094039f90, delta=-1, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=280, func=0x7f30c400c400 <__PRETTY_FUNCTION__.26583> "internal_state_destroy") at astobj2.c:614
obj = 0x7f3094039f78
obj_mutex = 0x5646a91e1adc
obj_rwlock = 0x5646a91e1a83
obj_lockobj = 0x5646a91e2ad0 <__PRETTY_FUNCTION__.11196>
current_value = 0
ret = 1
weakproxy = 0x0
lock_state = 0x770000007c <error: Cannot access memory at address 0x770000007c>
__PRETTY_FUNCTION__ = "__ao2_ref"
#8 0x00005646a8fa103a in __ao2_cleanup_debug (obj=0x7f3094039f90, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=280, function=0x7f30c400c400 <__PRETTY_FUNCTION__.26583> "internal_state_destroy") at astobj2.c:670
No locals.
#9 0x00007f30c3fe5f4c in internal_state_destroy (obj=0x7f309403a7b0) at res_pjsip/config_transport.c:280
state = 0x7f309403a7b0
__PRETTY_FUNCTION__ = "internal_state_destroy"
#10 0x00005646a8fa0cc2 in __ao2_ref (user_data=0x7f309403a7b0, delta=-1, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=467, func=0x7f30c400c530 <__PRETTY_FUNCTION__.26648> "_dtor_temp_state") at astobj2.c:614
obj = 0x7f309403a798
obj_mutex = 0x7f30e0015c88
obj_rwlock = 0xffffffff000001ff
obj_lockobj = 0x7f30c400b8a4
current_value = 0
ret = 1
weakproxy = 0x0
lock_state = 0x0
__PRETTY_FUNCTION__ = "__ao2_ref"
#11 0x00005646a8fa103a in __ao2_cleanup_debug (obj=0x7f309403a7b0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=467, function=0x7f30c400c530 <__PRETTY_FUNCTION__.26648> "_dtor_temp_state") at astobj2.c:670
No locals.
#12 0x00007f30c3fe78f2 in _dtor_temp_state (v=0x7f307cad9600) at res_pjsip/config_transport.c:467
__PRETTY_FUNCTION__ = "_dtor_temp_state"
#13 0x00007f30c3fe787d in transport_apply (sorcery=0x5646aa842d70, obj=0x7f3094039448) at res_pjsip/config_transport.c:467
transport = 0x7f3094039448
transport_id = 0x7f309401c810 "webrtc"
states = 0x5646aaa85700
temp_state = 0x7f309403a7b0
perm_state = 0x5646aa300e80
changes = 0x7f309403cf40
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#14 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f3094039448, objectset=0x7f309403d730) at sorcery.c:1654
details = 0x7f3094039448
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#15 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f3094039220) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f309403d730
id = 0x7f309403d6a0
object = 0x7f3094039448
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#16 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x5646aa2c6050 "webrtc") at res_sorcery_realtime.c:190
fields = 0x7f3094039220
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#17 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c0cfd71d "transport", id=0x5646aa2c6050 "webrtc") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#18 0x00007f30c0cfc969 in get_write_timeout () at res_pjsip_transport_websocket.c:328
transport = 0x5646a9054c9b <ast_iostream_nonblock+56>
it_transport_states = {c = 0x7f30940380c0, last_node = 0x7f3094039058, complete = 0, flags = 0}
transport_state = 0x5646aa300910
write_timeout = -1
transport_states = 0x7f30940380c0
__PRETTY_FUNCTION__ = "get_write_timeout"
#19 0x00007f30c0cfcc35 in websocket_cb (session=0x7f3094027ed0, parameters=0x0, headers=0x7f3094027500) at res_pjsip_transport_websocket.c:372
serializer = 0x7f3094028018
create_data = {transport = 0x7f307cad9b70, ws_session = 0x7f3094027c82}
transport = 0x407cad9a60
read_data = {transport = 0x3d00000025, payload = 0x7f307cad99e0 "xu002224060177", payload_len = 9411437207592535616}
__PRETTY_FUNCTION__ = "websocket_cb"
#20 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094025a30, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307cad9cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f3094027500) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f3094027578 "websocket"
key = 0x7f3094027c82 "RUMokcjr5MdmmiAOlIPvqg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f3094027b37 "sip"
requested_protocols = 0x0
protocol = 0x7f307cad9a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f3094027ed0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#21 0x00005646a9174a44 in handle_uri (ser=0x7f3094025a30, uri=0x7f307cad9cd7 "", method=AST_HTTP_GET, headers=0x7f3094027500) at http.c:1487
c = 0x7f307cad9cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#22 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094025a30) at http.c:1928
headers = 0x7f3094027500
uri = 0x7f307cad9cd4 "/ws"
method = 0x7f307cad9cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f309401e408
http_method = AST_HTTP_GET
res = 32560
len = 18
request_line = "GET000/ws000HTTP/1.1rn000|0177000000 at 237255|0177000000 at 000363250FV000000200257255|0177", '000' <repeats 26 times>, "h257255|0177", '000' <repeats 18 times>, "260256255|0177000000370234255|0177", '000' <repeats 34 times>, "Р255|0177000000ؠ255|0177000000p257255|0177000000蠭|0177000000x257255|0177000000000000000000000000000000200257255|0177000000037247034033"...
#23 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094025a30) at http.c:1991
ser = 0x7f3094025a30
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#24 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094025a30) at tcptls.c:274
tcptls_session = 0x7f3094025a30
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#25 0x00005646a912a613 in dummy_start (data=0x7f309401c810) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173265669653566324, 139846226915200, 0, 139846618302480, 139846925065248, 173265669693412212, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307cadaed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307ca5f000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307cadb700
__not_first_call = 0
ret = 0x7f307cadae57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094025a30, name = 0x7f30940263f0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30940266b0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#26 0x00007f311bfd86db in start_thread (arg=0x7f307cadb700) at pthread_create.c:463
pd = 0x7f307cadb700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846226917120, -286144129105620108, 139846226915200, 0, 139846618302480, 139846925065248, 173265669655663476, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#27 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 79 (Thread 0x7f307c7ed700 (LWP 7729)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7729
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f3080015af8
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f3080015af8) at res_pjsip/config_transport.c:484
transport = 0x7f3080015af8
transport_id = 0x7f3080017610 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f3080015af8, objectset=0x7f3080008af0) at sorcery.c:1654
details = 0x7f3080015af8
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f3080017e40) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f3080008af0
id = 0x7f3080007bd0
object = 0x7f3080015af8
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307c7ec7b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f3080017e40
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307c7ec7b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307c7ec7b0 "udp", selector=0x7f307c7ec8f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f3080018108, sip_uri=0x7f3080008838, selector=0x7f307c7ec8f0) at res_pjsip.c:3500
transport_name = "udp000060177000000002336_t0177000000000310~|0177000000305376376035061177000000 310~|0177000000L337377035061177000000 310~|0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 310~|0177000000364337377035061177000000247]000304060177000000070210000200060177000000 at 310~|0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249e20 <pjsip_options_method>, endpoint=0x7f3080018108, uri=0x0, provided_contact=0x7f30745fdc78, tdata=0x7f307c7ec9c8) at res_pjsip.c:3896
contact = 0x7f30745fdc78
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f30745fde10 "sip:0328D92BBD at 172.26.128.65;line=59342", slen = 39}
from = {ptr = 0x5646aa8455d0 "", slen = 139846087597570}
pool = 0x7f30800155e0
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f3080008838
fromuser = 0x760aa07bad0 <error: Cannot access memory at address 0x760aa07bad0>
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30c40078d8 "OPTIONS", dlg=0x0, endpoint=0x7f3080018108, uri=0x0, contact=0x7f30745fdc78, tdata=0x7f307c7ec9c8) at res_pjsip.c:3969
pmethod = 0x7f311e249e20 <pjsip_options_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30c3fd5af6 in sip_options_qualify_contact (obj=0x7f30745fdc78, arg=0x7f30745fa6c8, flags=2) at res_pjsip/pjsip_options.c:876
contact = 0x7f30745fdc78
aor_options = 0x7f30745fa6c8
endpoint = 0x7f3080018108
tdata = 0xca85542a00000000
contact_status = 0x7f30745fa6c8
contact_callback_data = 0x27c7eca30
__PRETTY_FUNCTION__ = "sip_options_qualify_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30745fbb98, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745fa6c8, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c3fd589d <sip_options_qualify_contact>
cb_withdata = 0x0
node = 0x7f30745fe198
traversal_state = 0x7f307c7eca30
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30745fbb98, flags=OBJ_NODATA, cb_fn=0x7f30c3fd589d <sip_options_qualify_contact>, arg=0x7f30745fa6c8, tag=0x7f30c4007620 "", file=0x7f30c40075d8 "res_pjsip/pjsip_options.c", line=931, func=0x7f30c4008e60 <__PRETTY_FUNCTION__.28094> "sip_options_qualify_aor") at astobj2_container.c:414
No locals.
#16 0x00007f30c3fd5ea0 in sip_options_qualify_aor (obj=0x7f30745fa6c8) at res_pjsip/pjsip_options.c:930
aor_options = 0x7f30745fa6c8
__PRETTY_FUNCTION__ = "sip_options_qualify_aor"
#17 0x00007f30c4003d65 in run_task (data=0x7f30745fbe30) at res_pjsip/pjsip_scheduler.c:98
schtd = 0x7f30745fbe30
res = 32560
delay = 1952425856
__PRETTY_FUNCTION__ = "run_task"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x7f30745fa780) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f3078067bc0
size = 139846223843200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x7f30745fa780) at threadpool.c:1354
tps = 0x7f30745fa780
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078077670
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f3084011c90) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f3084011c90) at threadpool.c:1056
worker = 0x7f3084011c90
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f306c0100d0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173267173965861748, 139846223843200, 0, 139845947162832, 139846923017104, 173267174005707636, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c7eced0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c7ed700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084011c90, name = 0x7f3084011da0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30800097b0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f307c7ed700) at pthread_create.c:463
pd = 0x7f307c7ed700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846223845120, -286144129105620108, 139846223843200, 0, 139845947162832, 139846923017104, 173267173967958900, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 78 (Thread 0x7f307c86a700 (LWP 7728)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7728
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 0
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f308c00bc20, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0x5646aa849598
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f308c00bc20, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f308c00bc20
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c2f9d1af in find_endpoint (rdata=0x7f307818e718, endpoint_name=0x7f307c8698c0 "000413930C70", domain_name=0x7f307c8699c0 "172.26.128.2") at res_pjsip_endpoint_identifier_user.c:113
transport_states = 0x0
transport_state = 0x0
transport = 0x0
alias = 0x0
id = "000413930C70 at 172.26.128.2000033251FV000000064001000000002000000000h300000214060177000000340226206|000000000000P300000214060177000000P300000214060177000000h300000214060177000000R002000000377377377377P300000214060177000000220227206|0177000000((372250FV", '000' <repeats 11 times>, "261000214060177000000020000000000000000000000260203001214060177000000000027033251FV000000332023033251FV000000071025033251FV", '000' <repeats 30 times>, "a000000000"...
endpoint = 0x0
__PRETTY_FUNCTION__ = "find_endpoint"
#8 0x00007f30c2f9d4dd in username_identify (rdata=0x7f307818e718) at res_pjsip_endpoint_identifier_user.c:150
username = "000413930C70000000000000 at 232206|0177000000334i331302060177000000000000000000000000000000h300000214060177000000000000000000001000000000000000000000FV000000000000000000000000000000334i331302060177", '000' <repeats 34 times>, "020230206|0177000000000o345W*T205312000000000000000000000000000o345W*T205ʰ231206|0177000000000000000000000000000000240231206|0177000000:020372250FV000000027001000000000000000000340235331302060177000000200222331302v001000000200"...
domain = "172.26.128.2000177000000 at 232206|0177000000334i331302060177000000370235331302060177000000h300000214060177000000060232206|0177000000000000000000000000000000 at 232206|0177000000000o345W*T205312350#326301060177000000000000000000000000000000К206|0177000000Mo331302060177000000003000000000361001000000030347030x0177000000002000023Ĭ032201375", '000' <repeats 119 times>
endpoint = 0x7f30c2d99280
__PRETTY_FUNCTION__ = "username_identify"
#9 0x00007f30c3fcb547 in ast_sip_identify_endpoint (rdata=0x7f307818e718) at res_pjsip.c:3102
iter = 0x5646ac2c0320
endpoint = 0x0
lock = 0x7f30c421d020 <endpoint_identifiers>
__PRETTY_FUNCTION__ = "ast_sip_identify_endpoint"
#10 0x00007f30c3fed872 in endpoint_lookup (rdata=0x7f307818e718) at res_pjsip/pjsip_distributor.c:741
endpoint = 0x0
unid = 0x7f30c4000c51 <get_monitored_transport_by_name+175>
is_ack = 0
__PRETTY_FUNCTION__ = "endpoint_lookup"
#11 0x00007f311df39c5c in pjsip_endpt_process_rx_data (endpt=0x5646aa859918, rdata=0x7f307818e718, p=0x7f30c421e4c0 <param>, p_handled=0x7f307c869c5c) at ../src/pjsip/sip_endpoint.c:930
msg = 0x7f307819ea70
def_prm = {start_prio = 2089196672, start_mod = 0x5646a8fa0074 <__ao2_unlock+237>, idx_after_start = 2089196688, silent = 32560}
mod = 0x7f30c421e3a0 <endpoint_mod>
handled = 0
i = 1
status = 32560
#12 0x00007f30c3fee55c in distribute (data=0x7f307818e718) at res_pjsip/pjsip_distributor.c:955
param = {start_prio = 0, start_mod = 0x7f30c421e320 <distributor_mod>, idx_after_start = 1, silent = 0}
handled = 0
rdata = 0x7f307818e718
is_request = 1
is_ack = 0
endpoint = 0x7f307816b3a0
__PRETTY_FUNCTION__ = "distribute"
#13 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646ac908360) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307816b3a0
size = 139846224355200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#14 0x00005646a911fa67 in execute_tasks (data=0x5646ac908360) at threadpool.c:1354
tps = 0x5646ac908360
#15 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307806d180
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#16 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#17 0x00005646a911f230 in worker_active (worker=0x7f3084011910) at threadpool.c:1137
alive = 0
#18 0x00005646a911efa0 in worker_start (arg=0x7f3084011910) at threadpool.c:1056
worker = 0x7f3084011910
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#19 0x00005646a912a613 in dummy_start (data=0x7f306c02e620) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173265865611449204, 139846224355200, 0, 139845947287072, 139846923017104, 173265865651295092, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c869ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c86a700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084011910, name = 0x7f3084011a20 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f308c004670
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#20 0x00007f311bfd86db in start_thread (arg=0x7f307c86a700) at pthread_create.c:463
pd = 0x7f307c86a700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846224357120, -286144129105620108, 139846224355200, 0, 139845947287072, 139846923017104, 173265865613546356, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#21 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 77 (Thread 0x7f307c8e7700 (LWP 7727)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7727
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 0
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f3088026130, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0x7f307c8e67b0
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f3088026130, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f3088026130
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c2784784 in process_nat (tdata=0x7f308802c9a8) at res_pjsip_nat.c:411
transport_states = 0x0
transport = 0x0
transport_state = 0x0
details = {type = AST_TRANSPORT_UDP, transport = 0x5646aa2ee098, factory = 0x0, local_address = {ptr = 0x0, slen = 0}, local_port = 0}
via = 0x0
addr = {ss = {ss_family = 0, __ss_padding = '000' <repeats 117 times>, __ss_align = 0}, len = 0}
uri = 0x0
hooks = 0x0
__PRETTY_FUNCTION__ = "process_nat"
#8 0x00007f30c2784d58 in nat_on_tx_message (tdata=0x7f308802c9a8) at res_pjsip_nat.c:468
rc = 32560
#9 0x00007f311df3a0e2 in endpt_on_tx_msg (endpt=0x5646aa859918, tdata=0x7f308802c9a8) at ../src/pjsip/sip_endpoint.c:1125
status = 0
mod = 0x7f30c2986040 <nat_module>
#10 0x00007f311df41f37 in pjsip_transport_send (tr=0x5646aa2ee098, tdata=0x7f308802c9a8, addr=0x7f307c8e6b18, addr_len=16, token=0x7f308802da80, cb=0x7f311df3dcad <send_response_transport_cb>) at ../src/pjsip/sip_transport.c:931
status = 32561
#11 0x00007f311df3e00c in pjsip_endpt_send_response (endpt=0x5646aa859918, res_addr=0x7f307c8e6b10, tdata=0x7f308802c9a8, token=0x0, cb=0x0) at ../src/pjsip/sip_util.c:1795
send_state = 0x7f308802da80
status = 32560
#12 0x00007f311df3e15f in pjsip_endpt_send_response2 (endpt=0x5646aa859918, rdata=0x7f307819f0c8, tdata=0x7f308802c9a8, token=0x0, cb=0x0) at ../src/pjsip/sip_util.c:1840
res_addr = {transport = 0x5646aa2ee098, addr = {addr = {sa_family = 2}, ipv4 = {sin_family = 2, sin_port = 50195, sin_addr = {s_addr = 1451236012}, sin_zero = "000000000000000000000"}, ipv6 = {sin6_family = 2, sin6_port = 50195, sin6_flowinfo = 1451236012, sin6_addr = {s6_addr = '000' <repeats 15 times>, u6_addr32 = {0, 0, 0, 0}}, sin6_scope_id = 2089708384}}, addr_len = 16, dst_host = {flag = 4, type = PJSIP_TRANSPORT_UDP, addr = {host = {ptr = 0x7f308802da70 "172.26.128.86177", slen = 13}, port = 5060}}}
status = 0
#13 0x00007f30c3fee288 in authenticate (rdata=0x7f307819f0c8) at res_pjsip/pjsip_distributor.c:900
tdata = 0x7f308802c9a8
unid = 0x7f3078179808
endpoint = 0x7f308802b588
is_ack = 0
__PRETTY_FUNCTION__ = "authenticate"
#14 0x00007f311df39c5c in pjsip_endpt_process_rx_data (endpt=0x5646aa859918, rdata=0x7f307819f0c8, p=0x7f30c421e4c0 <param>, p_handled=0x7f307c8e6c5c) at ../src/pjsip/sip_endpoint.c:930
msg = 0x7f30781af420
def_prm = {start_prio = 2089708672, start_mod = 0x5646a8fa0074 <__ao2_unlock+237>, idx_after_start = 2089708688, silent = 32560}
mod = 0x7f30c421e420 <auth_mod>
handled = 0
i = 1
status = 32560
#15 0x00007f30c3fee55c in distribute (data=0x7f307819f0c8) at res_pjsip/pjsip_distributor.c:955
param = {start_prio = 0, start_mod = 0x7f30c421e320 <distributor_mod>, idx_after_start = 1, silent = 0}
handled = 0
rdata = 0x7f307819f0c8
is_request = 1
is_ack = 0
endpoint = 0x7f307803ed60
__PRETTY_FUNCTION__ = "distribute"
#16 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646acb6a300) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307803ed60
size = 139846224867200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#17 0x00005646a911fa67 in execute_tasks (data=0x5646acb6a300) at threadpool.c:1354
tps = 0x5646acb6a300
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307803c030
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#20 0x00005646a911f230 in worker_active (worker=0x7f3084011590) at threadpool.c:1137
alive = 0
#21 0x00005646a911efa0 in worker_start (arg=0x7f3084011590) at threadpool.c:1056
worker = 0x7f3084011590
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#22 0x00005646a912a613 in dummy_start (data=0x7f306c014080) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173265933794055028, 139846224867200, 0, 139845947179136, 139846923017104, 173265933833900916, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c8e6ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c8e7700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084011590, name = 0x7f30840116a0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f3088021ce0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#23 0x00007f311bfd86db in start_thread (arg=0x7f307c8e7700) at pthread_create.c:463
pd = 0x7f307c8e7700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846224869120, -286144129105620108, 139846224867200, 0, 139845947179136, 139846923017104, 173265933796152180, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#24 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 76 (Thread 0x7f307c964700 (LWP 7726)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7726
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 0
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f3084025980, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0x7f307c963620
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f3084025980, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f3084025980
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c2784784 in process_nat (tdata=0x7f308401ecd8) at res_pjsip_nat.c:411
transport_states = 0x0
transport = 0x0
transport_state = 0x0
details = {type = AST_TRANSPORT_UDP, transport = 0x5646aa2ee098, factory = 0x0, local_address = {ptr = 0x0, slen = 0}, local_port = 0}
via = 0x0
addr = {ss = {ss_family = 0, __ss_padding = '000' <repeats 117 times>, __ss_align = 0}, len = 0}
uri = 0x0
hooks = 0x0
__PRETTY_FUNCTION__ = "process_nat"
#8 0x00007f30c2784d58 in nat_on_tx_message (tdata=0x7f308401ecd8) at res_pjsip_nat.c:468
rc = 32560
#9 0x00007f311df3a0e2 in endpt_on_tx_msg (endpt=0x5646aa859918, tdata=0x7f308401ecd8) at ../src/pjsip/sip_endpoint.c:1125
status = 0
mod = 0x7f30c2986040 <nat_module>
#10 0x00007f311df41f37 in pjsip_transport_send (tr=0x5646aa2ee098, tdata=0x7f308401ecd8, addr=0x7f3084020d74, addr_len=16, token=0x7f3084020c98, cb=0x7f311df5926d <transport_callback>) at ../src/pjsip/sip_transport.c:931
status = 32561
#11 0x00007f311df595fc in tsx_send_msg (tsx=0x7f3084020c98, tdata=0x7f308401ecd8) at ../src/pjsip/sip_transaction.c:2135
status = 0
#12 0x00007f311df5a3fa in tsx_on_state_proceeding_uas (tsx=0x7f3084020c98, event=0x7f307c963a40) at ../src/pjsip/sip_transaction.c:2709
tdata = 0x7f308401ecd8
status = 2090219968
msg = 0x7f308401f630
#13 0x00007f311df5a260 in tsx_on_state_trying (tsx=0x7f3084020c98, event=0x7f307c963a40) at ../src/pjsip/sip_transaction.c:2639
status = 32560
#14 0x00007f311df58a3e in pjsip_tsx_send_msg (tsx=0x7f3084020c98, tdata=0x7f308401ecd8) at ../src/pjsip/sip_transaction.c:1794
event = {prev = 0x7f307c963a90, next = 0x7f30c3fd11a0 <supplement_outgoing_response+397>, type = PJSIP_EVENT_TX_MSG, body = {timer = {entry = 0x7f308401ecd8}, tsx_state = {src = {rdata = 0x7f308401ecd8, tdata = 0x7f308401ecd8, timer = 0x7f308401ecd8, status = -2080248616, data = 0x7f308401ecd8}, tsx = 0x7f307c963a90, prev_state = 0, type = PJSIP_EVENT_UNKNOWN}, tx_msg = {tdata = 0x7f308401ecd8}, tx_error = {tdata = 0x7f308401ecd8, tsx = 0x7f307c963a90}, rx_msg = {rdata = 0x7f308401ecd8}, user = {user1 = 0x7f308401ecd8, user2 = 0x7f307c963a90, user3 = 0x0, user4 = 0x7f308401fc68}}}
status = 32560
#15 0x00007f30c3fd1348 in ast_sip_send_stateful_response (rdata=0x7f3078123d78, tdata=0x7f308401ecd8, sip_endpoint=0x7f308401b138) at res_pjsip.c:4898
tsx = 0x7f3084020c98
__PRETTY_FUNCTION__ = "ast_sip_send_stateful_response"
#16 0x00007f30c173210e in register_aor (rdata=0x7f3078123d78, endpoint=0x7f308401b138, aor=0x7f308401c690, aor_name=0x7f3084015c30 "000413930457") at res_pjsip_registrar.c:937
response = {tdata = 0x7f308401ecd8, code = 500}
contacts = 0x7f3084019a68
__PRETTY_FUNCTION__ = "register_aor"
#17 0x00007f30c1732dce in registrar_on_rx_request (rdata=0x7f3078123d78) at res_pjsip_registrar.c:1128
endpoint = 0x7f308401b138
aor = 0x7f308401c690
aor_name = 0x7f3084015c30 "000413930457"
__PRETTY_FUNCTION__ = "registrar_on_rx_request"
#18 0x00007f311df39c5c in pjsip_endpt_process_rx_data (endpt=0x5646aa859918, rdata=0x7f3078123d78, p=0x7f30c421e4c0 <param>, p_handled=0x7f307c963c5c) at ../src/pjsip/sip_endpoint.c:930
msg = 0x7f30781340d0
def_prm = {start_prio = 2090220672, start_mod = 0x5646a8fa0074 <__ao2_unlock+237>, idx_after_start = 2090220688, silent = 32560}
mod = 0x7f30c1936040 <registrar_module>
handled = 0
i = 1
status = 32560
#19 0x00007f30c3fee55c in distribute (data=0x7f3078123d78) at res_pjsip/pjsip_distributor.c:955
param = {start_prio = 0, start_mod = 0x7f30c421e320 <distributor_mod>, idx_after_start = 1, silent = 0}
handled = 0
rdata = 0x7f3078123d78
is_request = 1
is_ack = 0
endpoint = 0x7f307806c240
__PRETTY_FUNCTION__ = "distribute"
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646acd4d760) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307806c240
size = 139846225379200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911fa67 in execute_tasks (data=0x5646acd4d760) at threadpool.c:1354
tps = 0x5646acd4d760
#22 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3078122190
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#23 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#24 0x00005646a911f230 in worker_active (worker=0x7f3084011210) at threadpool.c:1137
alive = 0
#25 0x00005646a911efa0 in worker_start (arg=0x7f3084011210) at threadpool.c:1056
worker = 0x7f3084011210
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#26 0x00005646a912a613 in dummy_start (data=0x7f307803dd80) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173265724951270260, 139846225379200, 0, 139846148676992, 139846923017104, 173265724991116148, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c963ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c964700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084011210, name = 0x7f3084011320 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f3084014540
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#27 0x00007f311bfd86db in start_thread (arg=0x7f307c964700) at pthread_create.c:463
pd = 0x7f307c964700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846225381120, -286144129105620108, 139846225379200, 0, 139846148676992, 139846923017104, 173265724953367412, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#28 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 75 (Thread 0x7f307c9e1700 (LWP 7725)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7725
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f307804f998
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f307804f998) at res_pjsip/config_transport.c:484
transport = 0x7f307804f998
transport_id = 0x7f3078122170 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f307804f998, objectset=0x7f30780690d0) at sorcery.c:1654
details = 0x7f307804f998
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f3078069780) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30780690d0
id = 0x7f3078076e00
object = 0x7f307804f998
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307c9e0950 "udp") at res_sorcery_realtime.c:190
fields = 0x7f3078069780
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307c9e0950 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307c9e0950 "udp", selector=0x7f307c9e0a40) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f3078076008, sip_uri=0x7f30742b5ce0, selector=0x7f307c9e0a40) at res_pjsip.c:3500
transport_name = "udp000060177000000C272224301060177000000237005000000001000000000b`ax0177000000001000000000002000000000340\+t0177000000240t236|0177000000327k363035061177000000060272224301000000000000340\+t0177000000300t236|0177000000355q363035061177000000377377377377377377377377300\+t0177000000340t236|0177000000|242374303060177000"
#11 0x00007f30c3fcd336 in ast_sip_create_dialog_uas (endpoint=0x7f3078076008, rdata=0x7f30a40a0730, status=0x7f307c9e0ba0) at res_pjsip.c:3692
dlg = 0x7f30a40a0730
contact = {ptr = 0x7f30742b5258 "lo312t0177", slen = 94861544676304}
type = PJSIP_TRANSPORT_UDP
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
transport = 0x4000960374087580
contact_hdr = 0x7f30742b5678
__PRETTY_FUNCTION__ = "ast_sip_create_dialog_uas"
#12 0x00007f30c19401b1 in create_subscription_tree (handler=0x7f30a7bef2a0 <dialog_handler>, endpoint=0x7f3078076008, rdata=0x7f30a40a0730, resource=0x7f307c9e0b70 "621", generator=0x7f30a7df3040 <dialog_info_body_generator>, tree=0x7f307c9e0c20, dlg_status=0x7f307c9e0ba0, persistence=0x7f3074ca6ec8) at res_pjsip_pubsub.c:1480
sub_tree = 0x7f3078121b90
dlg = 0x7f3000000000
__PRETTY_FUNCTION__ = "create_subscription_tree"
#13 0x00007f30c1940a6c in sub_persistence_recreate (obj=0x7f30a40a0720) at res_pjsip_pubsub.c:1637
dlg_status = 2090732560
recreate_data = 0x7f30a40a0720
persistence = 0x7f3074ca6ec8
rdata = 0x7f30a40a0730
endpoint = 0x7f3078076008
sub_tree = 0x0
generator = 0x7f30a7df3040 <dialog_info_body_generator>
handler = 0x7f30a7bef2a0 <dialog_handler>
resource = 0x7f307c9e0b70 "621"
request_uri = 0x7f30742b5048
resource_size = 4
resp = 200
tree = {root = 0x7f30780699d0, notification_batch_interval = 0}
expires_header = 0x7f30742b5c30
expires = 34
__PRETTY_FUNCTION__ = "sub_persistence_recreate"
#14 0x00007f30c3fd067a in sync_task (data=0x7f30a40a0610) at res_pjsip.c:4623
std = 0x7f30a40a0610
ret = 32560
__PRETTY_FUNCTION__ = "sync_task"
#15 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646acac5bd0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f307408b0d0
size = 139846225891200
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#16 0x00005646a911fa67 in execute_tasks (data=0x5646acac5bd0) at threadpool.c:1354
tps = 0x5646acac5bd0
#17 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f30740d7a00
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#18 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#19 0x00005646a911f230 in worker_active (worker=0x7f3084010ee0) at threadpool.c:1137
alive = 0
#20 0x00005646a911efa0 in worker_start (arg=0x7f3084010ee0) at threadpool.c:1056
worker = 0x7f3084010ee0
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#21 0x00005646a912a613 in dummy_start (data=0x7f3074087580) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173265793133876084, 139846225891200, 0, 139846081869184, 139846923017104, 173265793173721972, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307c9e0ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307c9e1700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084010ee0, name = 0x7f3084010fa0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f3078078240
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#22 0x00007f311bfd86db in start_thread (arg=0x7f307c9e1700) at pthread_create.c:463
pd = 0x7f307c9e1700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846225893120, -286144129105620108, 139846225891200, 0, 139846081869184, 139846923017104, 173265793135973236, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#23 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 74 (Thread 0x7f307d0ee700 (LWP 7724)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7724
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30700d0388
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30700d0388) at res_pjsip/config_transport.c:484
transport = 0x7f30700d0388
transport_id = 0x7f307009f280 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30700d0388, objectset=0x7f30700a0d70) at sorcery.c:1654
details = 0x7f30700d0388
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f307008d6d0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f30700a0d70
id = 0x7f307008a560
object = 0x7f30700d0388
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x5646aaabe380 "udp") at res_sorcery_realtime.c:190
fields = 0x7f307008d6d0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c2784f74 "transport", id=0x5646aaabe380 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c2784824 in process_nat (tdata=0x7f30700e5f38) at res_pjsip_nat.c:419
transport_states = 0x7f30700a15c0
transport = 0x0
transport_state = 0x5646aa2ed660
details = {type = AST_TRANSPORT_UDP, transport = 0x5646aa2ee098, factory = 0x0, local_address = {ptr = 0x0, slen = 0}, local_port = 0}
via = 0x0
addr = {ss = {ss_family = 0, __ss_padding = '000' <repeats 117 times>, __ss_align = 0}, len = 0}
uri = 0x0
hooks = 0x0
__PRETTY_FUNCTION__ = "process_nat"
#10 0x00007f30c2784d58 in nat_on_tx_message (tdata=0x7f30700e5f38) at res_pjsip_nat.c:468
rc = 32560
#11 0x00007f311df3a0e2 in endpt_on_tx_msg (endpt=0x5646aa859918, tdata=0x7f30700e5f38) at ../src/pjsip/sip_endpoint.c:1125
status = 0
mod = 0x7f30c2986040 <nat_module>
#12 0x00007f311df41f37 in pjsip_transport_send (tr=0x5646aa2ee098, tdata=0x7f30700e5f38, addr=0x7f307d0edb18, addr_len=16, token=0x7f30700e7080, cb=0x7f311df3dcad <send_response_transport_cb>) at ../src/pjsip/sip_transport.c:931
status = 32561
#13 0x00007f311df3e00c in pjsip_endpt_send_response (endpt=0x5646aa859918, res_addr=0x7f307d0edb10, tdata=0x7f30700e5f38, token=0x0, cb=0x0) at ../src/pjsip/sip_util.c:1795
send_state = 0x7f30700e7080
status = 32560
#14 0x00007f311df3e15f in pjsip_endpt_send_response2 (endpt=0x5646aa859918, rdata=0x7f30780537a8, tdata=0x7f30700e5f38, token=0x0, cb=0x0) at ../src/pjsip/sip_util.c:1840
res_addr = {transport = 0x5646aa2ee098, addr = {addr = {sa_family = 2}, ipv4 = {sin_family = 2, sin_port = 50195, sin_addr = {s_addr = 813767340}, sin_zero = "000000000000000000000"}, ipv6 = {sin6_family = 2, sin6_port = 50195, sin6_flowinfo = 813767340, sin6_addr = {s6_addr = '000' <repeats 15 times>, u6_addr32 = {0, 0, 0, 0}}, sin6_scope_id = 2098125664}}, addr_len = 16, dst_host = {flag = 4, type = PJSIP_TRANSPORT_UDP, addr = {host = {ptr = 0x7f30700e7070 "172.26.129.48ans", slen = 13}, port = 5060}}}
status = 0
#15 0x00007f30c3fee288 in authenticate (rdata=0x7f30780537a8) at res_pjsip/pjsip_distributor.c:900
tdata = 0x7f30700e5f38
unid = 0x7f3078073e50
endpoint = 0x7f30700d33a8
is_ack = 0
__PRETTY_FUNCTION__ = "authenticate"
#16 0x00007f311df39c5c in pjsip_endpt_process_rx_data (endpt=0x5646aa859918, rdata=0x7f30780537a8, p=0x7f30c421e4c0 <param>, p_handled=0x7f307d0edc5c) at ../src/pjsip/sip_endpoint.c:930
msg = 0x7f3078063b00
def_prm = {start_prio = 2098125952, start_mod = 0x5646a8fa0074 <__ao2_unlock+237>, idx_after_start = 2098125968, silent = 32560}
mod = 0x7f30c421e420 <auth_mod>
handled = 0
i = 1
status = 32560
#17 0x00007f30c3fee55c in distribute (data=0x7f30780537a8) at res_pjsip/pjsip_distributor.c:955
param = {start_prio = 0, start_mod = 0x7f30c421e320 <distributor_mod>, idx_after_start = 1, silent = 0}
handled = 0
rdata = 0x7f30780537a8
is_request = 1
is_ack = 0
endpoint = 0x7f3078021d60
__PRETTY_FUNCTION__ = "distribute"
#18 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aba108d0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f3078021d60
size = 139846233284480
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#19 0x00005646a911fa67 in execute_tasks (data=0x5646aba108d0) at threadpool.c:1354
tps = 0x5646aba108d0
#20 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f307803adb0
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#21 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#22 0x00005646a911f230 in worker_active (worker=0x7f308400e830) at threadpool.c:1137
alive = 0
#23 0x00005646a911efa0 in worker_start (arg=0x7f308400e830) at threadpool.c:1056
worker = 0x7f308400e830
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#24 0x00005646a912a613 in dummy_start (data=0x7f307400bdf0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173269235013292916, 139846233284480, 0, 139846081363440, 139846923017104, 173269235053138804, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d0eded0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d0ee700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f308400e830, name = 0x7f308400e940 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30700265b0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#25 0x00007f311bfd86db in start_thread (arg=0x7f307d0ee700) at pthread_create.c:463
pd = 0x7f307d0ee700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846233286400, -286144129105620108, 139846233284480, 0, 139846081363440, 139846923017104, 173269235015390068, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#26 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 73 (Thread 0x7f307d16b700 (LWP 7723)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7723
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 0
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f306c3e51e0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0x50
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f306c3e51e0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f306c3e51e0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c2784784 in process_nat (tdata=0x7f306c3e9b58) at res_pjsip_nat.c:411
transport_states = 0x0
transport = 0x0
transport_state = 0x0
details = {type = (unknown: 0), transport = 0x5646aa2ee098, factory = 0x0, local_address = {ptr = 0x0, slen = 0}, local_port = 0}
via = 0x0
addr = {ss = {ss_family = 0, __ss_padding = '000' <repeats 117 times>, __ss_align = 0}, len = 0}
uri = 0x0
hooks = 0x0
__PRETTY_FUNCTION__ = "process_nat"
#8 0x00007f30c2784d58 in nat_on_tx_message (tdata=0x7f306c3e9b58) at res_pjsip_nat.c:468
rc = -897231830
#9 0x00007f311df3a09e in endpt_on_tx_msg (endpt=0x5646aa859918, tdata=0x7f306c3e9b58) at ../src/pjsip/sip_endpoint.c:1116
status = 0
mod = 0x7f30c2986040 <nat_module>
#10 0x00007f311df41f37 in pjsip_transport_send (tr=0x5646aa2ee098, tdata=0x7f306c3e9b58, addr=0x7f306c3e9d48, addr_len=16, token=0x7f306c412de8, cb=0x7f311df3c9f3 <stateless_send_transport_cb>) at ../src/pjsip/sip_transport.c:931
status = 32560
#11 0x00007f311df3cf92 in stateless_send_transport_cb (token=0x7f306c412de8, tdata=0x7f306c3e9b58, sent=-70002) at ../src/pjsip/sip_util.c:1277
status = 0
cont = 1
cur_addr = 0x7f306c3e9d48
cur_addr_type = PJSIP_TRANSPORT_UDP
cur_addr_len = 16
via = 0x7f306c412710
stateless_data = 0x7f306c412de8
need_update_via = 1
#12 0x00007f311df3d2e5 in stateless_send_resolver_callback (status=0, token=0x7f306c412de8, addr=0x7f307d166af0) at ../src/pjsip/sip_util.c:1378
stateless_data = 0x7f306c412de8
tdata = 0x7f306c3e9b58
#13 0x00007f30c3fe2e9b in sip_resolve (resolver=0x5646aa430e48, pool=0x7f306c3e9ab0, target=0x7f307d16a310, token=0x7f306c412de8, cb=0x7f311df3d02c <stateless_send_resolver_callback>) at res_pjsip/pjsip_resolver.c:529
addresses = {count = 1, entry = {{type = PJSIP_TRANSPORT_UDP, priority = 0, weight = 0, addr = {addr = {sa_family = 2}, ipv4 = {sin_family = 2, sin_port = 50195, sin_addr = {s_addr = 2122390188}, sin_zero = "000000000000000000000"}, ipv6 = {sin6_family = 2, sin6_port = 50195, sin6_flowinfo = 2122390188, sin6_addr = {s6_addr = '000' <repeats 15 times>, u6_addr32 = {0, 0, 0, 0}}, sin6_scope_id = 0}}, addr_len = 16}, {type = PJSIP_TRANSPORT_UNSPECIFIED, priority = 0, weight = 0, addr = {addr = {sa_family = 0}, ipv4 = {sin_family = 0, sin_port = 0, sin_addr = {s_addr = 0}, sin_zero = "000000000000000000000"}, ipv6 = {sin6_family = 0, sin6_port = 0, sin6_flowinfo = 0, sin6_addr = {s6_addr = '000' <repeats 15 times>, u6_addr32 = {0, 0, 0, 0}}, sin6_scope_id = 0}}, addr_len = 0} <repeats 31 times>}}
ip_addr_ver = 4
type = PJSIP_TRANSPORT_UDP
resolve = 0x0
host = "172.26.129.126", '000' <repeats 1010 times>
res = 0
__PRETTY_FUNCTION__ = "sip_resolve"
#14 0x00007f311df3f0fc in pjsip_resolve (resolver=0x5646aa430e48, pool=0x7f306c3e9ab0, target=0x7f307d16a310, token=0x7f306c412de8, cb=0x7f311df3d02c <stateless_send_resolver_callback>) at ../src/pjsip/sip_resolve.c:207
svr_addr = {count = 0, entry = {{type = PJSIP_TRANSPORT_UNSPECIFIED, priority = 0, weight = 0, addr = {addr = {sa_family = 0}, ipv4 = {sin_family = 0, sin_port = 0, sin_addr = {s_addr = 0}, sin_zero = "000000000000000000000"}, ipv6 = {sin6_family = 0, sin6_port = 0, sin6_flowinfo = 0, sin6_addr = {s6_addr = '000' <repeats 15 times>, u6_addr32 = {0, 0, 0, 0}}, sin6_scope_id = 0}}, addr_len = 0} <repeats 32 times>}}
status = 0
ip_addr_ver = 0
query = 0x0
type = PJSIP_TRANSPORT_UDP
af = 0
#15 0x00007f311df3a255 in pjsip_endpt_resolve (endpt=0x5646aa859918, pool=0x7f306c3e9ab0, target=0x7f307d16a310, token=0x7f306c412de8, cb=0x7f311df3d02c <stateless_send_resolver_callback>) at ../src/pjsip/sip_endpoint.c:1201
No locals.
#16 0x00007f311df3d3fd in pjsip_endpt_send_request_stateless (endpt=0x5646aa859918, tdata=0x7f306c3e9b58, token=0x7f306c3eab68, cb=0x7f311df58b8a <send_msg_callback>) at ../src/pjsip/sip_util.c:1422
dest_info = {flag = 0, type = PJSIP_TRANSPORT_UDP, addr = {host = {ptr = 0x7f306c412dd8 "172.26.129.126", slen = 14}, port = 5060}}
stateless_data = 0x7f306c412de8
status = 0
#17 0x00007f311df59848 in tsx_send_msg (tsx=0x7f306c3eab68, tdata=0x7f306c3e9b58) at ../src/pjsip/sip_transaction.c:2222
status = 0
#18 0x00007f311df59ec0 in tsx_on_state_null (tsx=0x7f306c3eab68, event=0x7f307d16a440) at ../src/pjsip/sip_transaction.c:2456
tdata = 0x7f306c3e9b58
status = 32560
#19 0x00007f311df58a3e in pjsip_tsx_send_msg (tsx=0x7f306c3eab68, tdata=0x7f306c3e9b58) at ../src/pjsip/sip_transaction.c:1794
event = {prev = 0x10, next = 0x7f306c3eab40, type = PJSIP_EVENT_TX_MSG, body = {timer = {entry = 0x7f306c3e9b58}, tsx_state = {src = {rdata = 0x7f306c3e9b58, tdata = 0x7f306c3e9b58, timer = 0x7f306c3e9b58, status = 1816042328, data = 0x7f306c3e9b58}, tsx = 0x7f307d16a490, prev_state = 503250422, type = 32561}, tx_msg = {tdata = 0x7f306c3e9b58}, tx_error = {tdata = 0x7f306c3e9b58, tsx = 0x7f307d16a490}, rx_msg = {rdata = 0x7f306c3e9b58}, user = {user1 = 0x7f306c3e9b58, user2 = 0x7f307d16a490, user3 = 0x7f311dfefdf6 <pj_pool_alloc+39>, user4 = 0x10}}}
status = 32560
#20 0x00007f311df5b511 in pjsip_endpt_send_request (endpt=0x5646aa859918, tdata=0x7f306c3e9b58, timeout=-1, token=0x7f306c3e6620, cb=0x7f30c3fce930 <endpt_send_request_cb>) at ../src/pjsip/sip_util_statefull.c:117
tsx = 0x7f306c3eab68
tsx_data = 0x7f306c3eaf58
status = 0
#21 0x00007f30c3fcf821 in endpt_send_request (endpoint=0x7f306c3cdda8, tdata=0x7f306c3e9b58, timeout=-1, token=0x7f306c3b3938, cb=0x7f30c3fcfcf0 <send_request_cb>) at res_pjsip.c:4279
req_wrapper = 0x7f306c3e6620
ret_val = 1816042160
endpt = 0x5646aa859918
__PRETTY_FUNCTION__ = "endpt_send_request"
#22 0x00007f30c3fd00a5 in ast_sip_send_out_of_dialog_request (tdata=0x7f306c3e9b58, endpoint=0x7f306c3cdda8, timeout=-1, token=0x0, callback=0x0) at res_pjsip.c:4487
supplement = 0x0
req_data = 0x7f306c3b3938
contact = 0x7f306c3cfa88
__PRETTY_FUNCTION__ = "ast_sip_send_out_of_dialog_request"
#23 0x00007f30c3fd013d in ast_sip_send_request (tdata=0x7f306c3e9b58, dlg=0x0, endpoint=0x7f306c3cdda8, token=0x0, callback=0x0) at res_pjsip.c:4505
No locals.
#24 0x00007f30a75dbb46 in send_unsolicited_mwi_notify_to_contact (obj=0x7f306c3cfa88, arg=0x7f307d16a9a0, flags=2) at res_pjsip_mwi.c:449
mwi_data = 0x7f307d16a9a0
sub = 0x5646abf10150
endpoint = 0x7f306c3cdda8
state = PJSIP_EVSUB_STATE_NULL
contact = 0x7f306c3cfa88
state_name = 0x7f30a75df930 "terminated"
tdata = 0x7f306c3e9b58
sub_state = 0x7f306c4128b8
event = 0x7f306c412950
from = 0x7f306c3ea5c0
from_uri = 0x7f306c3ea690
allow_events = 0x5646aa31e318
body = {type = 0x7f30a75df8db "application", subtype = 0x7f30a75df8e7 "simple-message-summary", body_text = 0x7f306c013f58 "Messages-Waiting: nornVoice-Message: 0/0 (0/0)rn"}
body_text = 0x7f306c013f40
body_data = {body_type = 0x7f30a75df783 "ast_sip_message_accumulator", body_data = 0x7f307d16aa40}
__PRETTY_FUNCTION__ = "send_unsolicited_mwi_notify_to_contact"
#25 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f306c3d0908, flags=OBJ_NODATA, cb_fn=0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>, arg=0x7f307d16a9a0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30a75df7af "", file=0x7f30a75df79f "res_pjsip_mwi.c", line=540, func=0x7f30a75e0130 <__PRETTY_FUNCTION__.27043> "send_unsolicited_mwi_notify") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>
cb_withdata = 0x0
node = 0x7f306c3cda38
traversal_state = 0x7f307d16a760
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#26 0x00005646a8fa2be4 in __ao2_callback (c=0x7f306c3d0908, flags=OBJ_NODATA, cb_fn=0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>, arg=0x7f307d16a9a0, tag=0x7f30a75df7af "", file=0x7f30a75df79f "res_pjsip_mwi.c", line=540, func=0x7f30a75e0130 <__PRETTY_FUNCTION__.27043> "send_unsolicited_mwi_notify") at astobj2_container.c:414
No locals.
#27 0x00007f30a75dc1ab in send_unsolicited_mwi_notify (sub=0x5646abf10150, counter=0x7f307d16aa40) at res_pjsip_mwi.c:540
aor = 0x7f306c3ceaa0
contacts = 0x7f306c3d0908
mwi_data = {sub = 0x5646abf10150, endpoint = 0x7f306c3cdda8, state = PJSIP_EVSUB_STATE_NULL, counter = 0x7f307d16aa40}
endpoint = 0x7f306c3cdda8
endpoint_aors = 0x0
aor_name = 0x7f307d16a920 "0004139302F5"
__PRETTY_FUNCTION__ = "send_unsolicited_mwi_notify"
#28 0x00007f30a75dc4e0 in send_mwi_notify (sub=0x5646abf10150) at res_pjsip_mwi.c:576
counter = {old_msgs = 0, new_msgs = 0, message_account = '000' <repeats 511 times>}
data = {body_type = 0x7f30a75df783 "ast_sip_message_accumulator", body_data = 0x7f307d16aa40}
__PRETTY_FUNCTION__ = "send_mwi_notify"
#29 0x00007f30a75dde2d in serialized_notify (userdata=0x5646abf10150) at res_pjsip_mwi.c:1127
mwi_sub = 0x5646abf10150
__PRETTY_FUNCTION__ = "serialized_notify"
#30 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa774910) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f306c06ccd0
size = 58
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#31 0x00005646a911fa67 in execute_tasks (data=0x5646aa774910) at threadpool.c:1354
tps = 0x5646aa774910
#32 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f306c00ed90
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#33 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#34 0x00005646a911f230 in worker_active (worker=0x7f308400e570) at threadpool.c:1137
alive = 0
#35 0x00005646a911efa0 in worker_start (arg=0x7f308400e570) at threadpool.c:1056
worker = 0x7f308400e570
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#36 0x00005646a912a613 in dummy_start (data=0x5646ac0c7560) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173269028317991796, 139846233796480, 0, 94861534197088, 139846923017104, 173269028357837684, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d16aed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d16b700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f308400e570, name = 0x7f308400e280 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f306c399660
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#37 0x00007f311bfd86db in start_thread (arg=0x7f307d16b700) at pthread_create.c:463
pd = 0x7f307d16b700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846233798400, -286144129105620108, 139846233796480, 0, 94861534197088, 139846923017104, 173269028320088948, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#38 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 72 (Thread 0x7f307d1e8700 (LWP 7722)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7722
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 0
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f30c400b887
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30741cf2e0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:310
ret = 0x50
cb_default = 0x7f30c3fea50b <populate_transport_states>
cb_withdata = 0x0
node = 0x7f30c3fe5991 <transport_state_cmp>
traversal_state = 0x35
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=6, cb_fn=0x7f30c3fea50b <populate_transport_states>, arg=0x7f30741cf2e0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1392, func=0x7f30c400c920 <__PRETTY_FUNCTION__.27135> "ast_sip_get_transport_states") at astobj2_container.c:414
No locals.
#6 0x00007f30c3fea612 in ast_sip_get_transport_states () at res_pjsip/config_transport.c:1392
states = 0x7f30741cf2e0
__PRETTY_FUNCTION__ = "ast_sip_get_transport_states"
#7 0x00007f30c2784784 in process_nat (tdata=0x7f30742b3d68) at res_pjsip_nat.c:411
transport_states = 0x0
transport = 0x0
transport_state = 0x0
details = {type = (unknown: 0), transport = 0x5646aa2ee098, factory = 0x0, local_address = {ptr = 0x0, slen = 0}, local_port = 0}
via = 0x0
addr = {ss = {ss_family = 0, __ss_padding = '000' <repeats 117 times>, __ss_align = 0}, len = 0}
uri = 0x0
hooks = 0x0
__PRETTY_FUNCTION__ = "process_nat"
#8 0x00007f30c2784d58 in nat_on_tx_message (tdata=0x7f30742b3d68) at res_pjsip_nat.c:468
rc = -897231830
#9 0x00007f311df3a09e in endpt_on_tx_msg (endpt=0x5646aa859918, tdata=0x7f30742b3d68) at ../src/pjsip/sip_endpoint.c:1116
status = 0
mod = 0x7f30c2986040 <nat_module>
#10 0x00007f311df41f37 in pjsip_transport_send (tr=0x5646aa2ee098, tdata=0x7f30742b3d68, addr=0x7f30742b3f58, addr_len=16, token=0x7f30742f8e08, cb=0x7f311df3c9f3 <stateless_send_transport_cb>) at ../src/pjsip/sip_transport.c:931
status = 32560
#11 0x00007f311df3cf92 in stateless_send_transport_cb (token=0x7f30742f8e08, tdata=0x7f30742b3d68, sent=-70002) at ../src/pjsip/sip_util.c:1277
status = 0
cont = 1
cur_addr = 0x7f30742b3f58
cur_addr_type = PJSIP_TRANSPORT_UDP
cur_addr_len = 16
via = 0x7f30742f8730
stateless_data = 0x7f30742f8e08
need_update_via = 1
#12 0x00007f311df3d2e5 in stateless_send_resolver_callback (status=0, token=0x7f30742f8e08, addr=0x7f307d1e3af0) at ../src/pjsip/sip_util.c:1378
stateless_data = 0x7f30742f8e08
tdata = 0x7f30742b3d68
#13 0x00007f30c3fe2e9b in sip_resolve (resolver=0x5646aa430e48, pool=0x7f30742b3cc0, target=0x7f307d1e7310, token=0x7f30742f8e08, cb=0x7f311df3d02c <stateless_send_resolver_callback>) at res_pjsip/pjsip_resolver.c:529
addresses = {count = 1, entry = {{type = PJSIP_TRANSPORT_UDP, priority = 0, weight = 0, addr = {addr = {sa_family = 2}, ipv4 = {sin_family = 2, sin_port = 50195, sin_addr = {s_addr = 2223119020}, sin_zero = "000000000000000000000"}, ipv6 = {sin6_family = 2, sin6_port = 50195, sin6_flowinfo = 2223119020, sin6_addr = {s6_addr = '000' <repeats 15 times>, u6_addr32 = {0, 0, 0, 0}}, sin6_scope_id = 0}}, addr_len = 16}, {type = PJSIP_TRANSPORT_UNSPECIFIED, priority = 0, weight = 0, addr = {addr = {sa_family = 0}, ipv4 = {sin_family = 0, sin_port = 0, sin_addr = {s_addr = 0}, sin_zero = "000000000000000000000"}, ipv6 = {sin6_family = 0, sin6_port = 0, sin6_flowinfo = 0, sin6_addr = {s6_addr = '000' <repeats 15 times>, u6_addr32 = {0, 0, 0, 0}}, sin6_scope_id = 0}}, addr_len = 0} <repeats 31 times>}}
ip_addr_ver = 4
type = PJSIP_TRANSPORT_UDP
resolve = 0x0
host = "172.26.130.132", '000' <repeats 1010 times>
res = 0
__PRETTY_FUNCTION__ = "sip_resolve"
#14 0x00007f311df3f0fc in pjsip_resolve (resolver=0x5646aa430e48, pool=0x7f30742b3cc0, target=0x7f307d1e7310, token=0x7f30742f8e08, cb=0x7f311df3d02c <stateless_send_resolver_callback>) at ../src/pjsip/sip_resolve.c:207
svr_addr = {count = 0, entry = {{type = PJSIP_TRANSPORT_UNSPECIFIED, priority = 0, weight = 0, addr = {addr = {sa_family = 0}, ipv4 = {sin_family = 0, sin_port = 0, sin_addr = {s_addr = 0}, sin_zero = "000000000000000000000"}, ipv6 = {sin6_family = 0, sin6_port = 0, sin6_flowinfo = 0, sin6_addr = {s6_addr = '000' <repeats 15 times>, u6_addr32 = {0, 0, 0, 0}}, sin6_scope_id = 0}}, addr_len = 0} <repeats 32 times>}}
status = 0
ip_addr_ver = 0
query = 0x0
type = PJSIP_TRANSPORT_UDP
af = 0
#15 0x00007f311df3a255 in pjsip_endpt_resolve (endpt=0x5646aa859918, pool=0x7f30742b3cc0, target=0x7f307d1e7310, token=0x7f30742f8e08, cb=0x7f311df3d02c <stateless_send_resolver_callback>) at ../src/pjsip/sip_endpoint.c:1201
No locals.
#16 0x00007f311df3d3fd in pjsip_endpt_send_request_stateless (endpt=0x5646aa859918, tdata=0x7f30742b3d68, token=0x7f30741c5b88, cb=0x7f311df58b8a <send_msg_callback>) at ../src/pjsip/sip_util.c:1422
dest_info = {flag = 0, type = PJSIP_TRANSPORT_UDP, addr = {host = {ptr = 0x7f30742f8df8 "172.26.130.132", slen = 14}, port = 5060}}
stateless_data = 0x7f30742f8e08
status = 0
#17 0x00007f311df59848 in tsx_send_msg (tsx=0x7f30741c5b88, tdata=0x7f30742b3d68) at ../src/pjsip/sip_transaction.c:2222
status = 0
#18 0x00007f311df59ec0 in tsx_on_state_null (tsx=0x7f30741c5b88, event=0x7f307d1e7440) at ../src/pjsip/sip_transaction.c:2456
tdata = 0x7f30742b3d68
status = 32560
#19 0x00007f311df58a3e in pjsip_tsx_send_msg (tsx=0x7f30741c5b88, tdata=0x7f30742b3d68) at ../src/pjsip/sip_transaction.c:1794
event = {prev = 0x10, next = 0x7f30741c5b60, type = PJSIP_EVENT_TX_MSG, body = {timer = {entry = 0x7f30742b3d68}, tsx_state = {src = {rdata = 0x7f30742b3d68, tdata = 0x7f30742b3d68, timer = 0x7f30742b3d68, status = 1948990824, data = 0x7f30742b3d68}, tsx = 0x7f307d1e7490, prev_state = 503250422, type = 32561}, tx_msg = {tdata = 0x7f30742b3d68}, tx_error = {tdata = 0x7f30742b3d68, tsx = 0x7f307d1e7490}, rx_msg = {rdata = 0x7f30742b3d68}, user = {user1 = 0x7f30742b3d68, user2 = 0x7f307d1e7490, user3 = 0x7f311dfefdf6 <pj_pool_alloc+39>, user4 = 0x10}}}
status = 32560
#20 0x00007f311df5b511 in pjsip_endpt_send_request (endpt=0x5646aa859918, tdata=0x7f30742b3d68, timeout=-1, token=0x7f30742f94d0, cb=0x7f30c3fce930 <endpt_send_request_cb>) at ../src/pjsip/sip_util_statefull.c:117
tsx = 0x7f30741c5b88
tsx_data = 0x7f30741c5f78
status = 0
#21 0x00007f30c3fcf821 in endpt_send_request (endpoint=0x7f30741e58a8, tdata=0x7f30742b3d68, timeout=-1, token=0x7f3074076b98, cb=0x7f30c3fcfcf0 <send_request_cb>) at res_pjsip.c:4279
req_wrapper = 0x7f30742f94d0
ret_val = 1948990656
endpt = 0x5646aa859918
__PRETTY_FUNCTION__ = "endpt_send_request"
#22 0x00007f30c3fd00a5 in ast_sip_send_out_of_dialog_request (tdata=0x7f30742b3d68, endpoint=0x7f30741e58a8, timeout=-1, token=0x0, callback=0x0) at res_pjsip.c:4487
supplement = 0x0
req_data = 0x7f3074076b98
contact = 0x7f30740ad238
__PRETTY_FUNCTION__ = "ast_sip_send_out_of_dialog_request"
#23 0x00007f30c3fd013d in ast_sip_send_request (tdata=0x7f30742b3d68, dlg=0x0, endpoint=0x7f30741e58a8, token=0x0, callback=0x0) at res_pjsip.c:4505
No locals.
#24 0x00007f30a75dbb46 in send_unsolicited_mwi_notify_to_contact (obj=0x7f30740ad238, arg=0x7f307d1e79a0, flags=2) at res_pjsip_mwi.c:449
mwi_data = 0x7f307d1e79a0
sub = 0x5646ab80e740
endpoint = 0x7f30741e58a8
state = PJSIP_EVSUB_STATE_NULL
contact = 0x7f30740ad238
state_name = 0x7f30a75df930 "terminated"
tdata = 0x7f30742b3d68
sub_state = 0x7f30742f88d8
event = 0x7f30742f8970
from = 0x7f30742b47d0
from_uri = 0x7f30742b48a0
allow_events = 0x5646aa31e318
body = {type = 0x7f30a75df8db "application", subtype = 0x7f30a75df8e7 "simple-message-summary", body_text = 0x7f3074079a08 "Messages-Waiting: nornVoice-Message: 0/0 (0/0)rn"}
body_text = 0x7f30740799f0
body_data = {body_type = 0x7f30a75df783 "ast_sip_message_accumulator", body_data = 0x7f307d1e7a40}
__PRETTY_FUNCTION__ = "send_unsolicited_mwi_notify_to_contact"
#25 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f3074060308, flags=OBJ_NODATA, cb_fn=0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>, arg=0x7f307d1e79a0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30a75df7af "", file=0x7f30a75df79f "res_pjsip_mwi.c", line=540, func=0x7f30a75e0130 <__PRETTY_FUNCTION__.27043> "send_unsolicited_mwi_notify") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>
cb_withdata = 0x0
node = 0x7f3074044a78
traversal_state = 0x7f307d1e7760
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#26 0x00005646a8fa2be4 in __ao2_callback (c=0x7f3074060308, flags=OBJ_NODATA, cb_fn=0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>, arg=0x7f307d1e79a0, tag=0x7f30a75df7af "", file=0x7f30a75df79f "res_pjsip_mwi.c", line=540, func=0x7f30a75e0130 <__PRETTY_FUNCTION__.27043> "send_unsolicited_mwi_notify") at astobj2_container.c:414
No locals.
#27 0x00007f30a75dc1ab in send_unsolicited_mwi_notify (sub=0x5646ab80e740, counter=0x7f307d1e7a40) at res_pjsip_mwi.c:540
aor = 0x7f30740a4310
contacts = 0x7f3074060308
mwi_data = {sub = 0x5646ab80e740, endpoint = 0x7f30741e58a8, state = PJSIP_EVSUB_STATE_NULL, counter = 0x7f307d1e7a40}
endpoint = 0x7f30741e58a8
endpoint_aors = 0x0
aor_name = 0x7f307d1e7920 "0004139312C9"
__PRETTY_FUNCTION__ = "send_unsolicited_mwi_notify"
#28 0x00007f30a75dc4e0 in send_mwi_notify (sub=0x5646ab80e740) at res_pjsip_mwi.c:576
counter = {old_msgs = 0, new_msgs = 0, message_account = '000' <repeats 511 times>}
data = {body_type = 0x7f30a75df783 "ast_sip_message_accumulator", body_data = 0x7f307d1e7a40}
__PRETTY_FUNCTION__ = "send_mwi_notify"
#29 0x00007f30a75dde2d in serialized_notify (userdata=0x5646ab80e740) at res_pjsip_mwi.c:1127
mwi_sub = 0x5646ab80e740
__PRETTY_FUNCTION__ = "serialized_notify"
#30 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646ac315f60) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f306c39b5b0
size = 56
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#31 0x00005646a911fa67 in execute_tasks (data=0x5646ac315f60) at threadpool.c:1354
tps = 0x5646ac315f60
#32 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f306c00edc0
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#33 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#34 0x00005646a911f230 in worker_active (worker=0x7f308400e0b0) at threadpool.c:1137
alive = 0
#35 0x00005646a911efa0 in worker_start (arg=0x7f308400e0b0) at threadpool.c:1056
worker = 0x7f308400e0b0
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#36 0x00005646a912a613 in dummy_start (data=0x7f3074008f00) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173269094353113972, 139846234308480, 0, 139846081351424, 139846923017104, 173269094392959860, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d1e7ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d1e8700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f308400e0b0, name = 0x7f308400e1c0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f30742fa710
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#37 0x00007f311bfd86db in start_thread (arg=0x7f307d1e8700) at pthread_create.c:463
pd = 0x7f307d1e8700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846234310400, -286144129105620108, 139846234308480, 0, 139846081351424, 139846923017104, 173269094355211124, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#38 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 71 (Thread 0x7f307d265700 (LWP 7721)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7721
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30700a6e48
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30700a6e48) at res_pjsip/config_transport.c:484
transport = 0x7f30700a6e48
transport_id = 0x7f307008ba60 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30700a6e48, objectset=0x7f3070033ae0) at sorcery.c:1654
details = 0x7f30700a6e48
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f3070034f20) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f3070033ae0
id = 0x7f30700ce910
object = 0x7f30700a6e48
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307d2644b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f3070034f20
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307d2644b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307d2644b0 "udp", selector=0x7f307d2645f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30700a1a78, sip_uri=0x7f30700c9fe8, selector=0x7f307d2645f0) at res_pjsip.c:3500
transport_name = "udp000060177000000020000000000000000000000000E&}0177000000305376376035061177000000mg034251FV000000L337377035061177000000 E&}0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at E&}0177000000364337377035061177000000247]000304060177000000350237fp0177000000 at E&}0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249560 <pjsip_notify_method>, endpoint=0x7f30700a1a78, uri=0x0, provided_contact=0x7f30700cda48, tdata=0x7f307d2646c0) at res_pjsip.c:3896
contact = 0x7f30700cda48
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f3070107182 "sip:000413930C65 at 172.26.129.247:5060", slen = 36}
from = {ptr = 0xf <error: Cannot access memory at address 0xf>, slen = 0}
pool = 0x7f307002b7e0
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f30700c9fe8
fromuser = 0x0
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30a75df88d "NOTIFY", dlg=0x0, endpoint=0x7f30700a1a78, uri=0x0, contact=0x7f30700cda48, tdata=0x7f307d2646c0) at res_pjsip.c:3969
pmethod = 0x7f311e249560 <pjsip_notify_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30a75db833 in send_unsolicited_mwi_notify_to_contact (obj=0x7f30700cda48, arg=0x7f307d2649a0, flags=2) at res_pjsip_mwi.c:398
mwi_data = 0x7f307d2649a0
sub = 0x5646ad1614a0
endpoint = 0x7f30700a1a78
state = PJSIP_EVSUB_STATE_NULL
contact = 0x7f30700cda48
state_name = 0x7f307003da00 "243064372250FV"
tdata = 0xa75dc0c1
sub_state = 0x7f307d264750
event = 0x5646a8fa4d0b <hash_ao2_find_first+757>
from = 0x5646a911efa0 <worker_start+150>
from_uri = 0x10
allow_events = 0x5646aa31e318
body = {type = 0x2c400f727 <error: Cannot access memory at address 0x2c400f727>, subtype = 0x7f307003da18 "@214D251FV", body_text = 0x7f3000000000 <error: Cannot access memory at address 0x7f3000000000>}
body_text = 0x7f307003da00
body_data = {body_type = 0x7f30a75df783 "ast_sip_message_accumulator", body_data = 0x7f307d264a40}
__PRETTY_FUNCTION__ = "send_unsolicited_mwi_notify_to_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f307003da18, flags=OBJ_NODATA, cb_fn=0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>, arg=0x7f307d2649a0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30a75df7af "", file=0x7f30a75df79f "res_pjsip_mwi.c", line=540, func=0x7f30a75e0130 <__PRETTY_FUNCTION__.27043> "send_unsolicited_mwi_notify") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>
cb_withdata = 0x0
node = 0x7f30700cad18
traversal_state = 0x7f307d264760
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f307003da18, flags=OBJ_NODATA, cb_fn=0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>, arg=0x7f307d2649a0, tag=0x7f30a75df7af "", file=0x7f30a75df79f "res_pjsip_mwi.c", line=540, func=0x7f30a75e0130 <__PRETTY_FUNCTION__.27043> "send_unsolicited_mwi_notify") at astobj2_container.c:414
No locals.
#16 0x00007f30a75dc1ab in send_unsolicited_mwi_notify (sub=0x5646ad1614a0, counter=0x7f307d264a40) at res_pjsip_mwi.c:540
aor = 0x7f30700c9a40
contacts = 0x7f307003da18
mwi_data = {sub = 0x5646ad1614a0, endpoint = 0x7f30700a1a78, state = PJSIP_EVSUB_STATE_NULL, counter = 0x7f307d264a40}
endpoint = 0x7f30700a1a78
endpoint_aors = 0x0
aor_name = 0x7f307d264920 "000413930C65"
__PRETTY_FUNCTION__ = "send_unsolicited_mwi_notify"
#17 0x00007f30a75dc4e0 in send_mwi_notify (sub=0x5646ad1614a0) at res_pjsip_mwi.c:576
counter = {old_msgs = 0, new_msgs = 0, message_account = '000' <repeats 511 times>}
data = {body_type = 0x7f30a75df783 "ast_sip_message_accumulator", body_data = 0x7f307d264a40}
__PRETTY_FUNCTION__ = "send_mwi_notify"
#18 0x00007f30a75dde2d in serialized_notify (userdata=0x5646ad1614a0) at res_pjsip_mwi.c:1127
mwi_sub = 0x5646ad1614a0
__PRETTY_FUNCTION__ = "serialized_notify"
#19 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646ac3f3940) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f306c30ffd0
size = 57
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#20 0x00005646a911fa67 in execute_tasks (data=0x5646ac3f3940) at threadpool.c:1354
tps = 0x5646ac3f3940
#21 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f306c109640
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#22 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#23 0x00005646a911f230 in worker_active (worker=0x7f308400dd30) at threadpool.c:1137
alive = 0
#24 0x00005646a911efa0 in worker_start (arg=0x7f308400dd30) at threadpool.c:1056
worker = 0x7f308400dd30
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#25 0x00005646a912a613 in dummy_start (data=0x5646ac100df0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173268887657812852, 139846234820480, 0, 94861534432752, 139846923017104, 173268887697658740, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d264ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d265700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f308400dd30, name = 0x7f308400de40 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f3070023150
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#26 0x00007f311bfd86db in start_thread (arg=0x7f307d265700) at pthread_create.c:463
pd = 0x7f307d265700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846234822400, -286144129105620108, 139846234820480, 0, 94861534432752, 139846923017104, 173268887659910004, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#27 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 70 (Thread 0x7f307d2e2700 (LWP 7720)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7720
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x5646aab5e118
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x5646aab5e118) at res_pjsip/config_transport.c:484
transport = 0x5646aab5e118
transport_id = 0x5646ad735fd0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x5646aab5e118, objectset=0x5646ad6e5fd0) at sorcery.c:1654
details = 0x5646aab5e118
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x5646acc57f60) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x5646ad6e5fd0
id = 0x5646aa5e0fd0
object = 0x5646aab5e118
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307d2e14b0 "udp") at res_sorcery_realtime.c:190
fields = 0x5646acc57f60
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307d2e14b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307d2e14b0 "udp", selector=0x7f307d2e15f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x5646aab09ed8, sip_uri=0x5646acc57d78, selector=0x7f307d2e15f0) at res_pjsip.c:3500
transport_name = "udp000060177000000020000000000000000000000000025.}0177000000305376376035061177000000mg034251FV000000L337377035061177000000 025.}0177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 025.}0177000000364337377035061177000000247]000304060177000000x}ŬFV000000 at 025.}0177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249560 <pjsip_notify_method>, endpoint=0x5646aab09ed8, uri=0x0, provided_contact=0x5646acb9ca98, tdata=0x7f307d2e16c0) at res_pjsip.c:3896
contact = 0x5646acb9ca98
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x5646aab5ba32 "sip:000413930C6C at 172.26.129.250:5060", slen = 36}
from = {ptr = 0xf <error: Cannot access memory at address 0xf>, slen = 0}
pool = 0x5646aa598ef0
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x5646acc57d78
fromuser = 0x0
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30a75df88d "NOTIFY", dlg=0x0, endpoint=0x5646aab09ed8, uri=0x0, contact=0x5646acb9ca98, tdata=0x7f307d2e16c0) at res_pjsip.c:3969
pmethod = 0x7f311e249560 <pjsip_notify_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30a75db833 in send_unsolicited_mwi_notify_to_contact (obj=0x5646acb9ca98, arg=0x7f307d2e19a0, flags=2) at res_pjsip_mwi.c:398
mwi_data = 0x7f307d2e19a0
sub = 0x5646ad2a3d60
endpoint = 0x5646aab09ed8
state = PJSIP_EVSUB_STATE_NULL
contact = 0x5646acb9ca98
state_name = 0x5646ad735f60 "243064372250FV"
tdata = 0xa75dc0c1
sub_state = 0x7f307d2e1750
event = 0x5646a8fa4d0b <hash_ao2_find_first+757>
from = 0x5646a911efa0 <worker_start+150>
from_uri = 0x10
allow_events = 0x5646aa31e318
body = {type = 0x2c400f727 <error: Cannot access memory at address 0x2c400f727>, subtype = 0x5646ad735f78 "@214D251FV", body_text = 0x7f3000000000 <error: Cannot access memory at address 0x7f3000000000>}
body_text = 0x5646ad735f60
body_data = {body_type = 0x7f30a75df783 "ast_sip_message_accumulator", body_data = 0x7f307d2e1a40}
__PRETTY_FUNCTION__ = "send_unsolicited_mwi_notify_to_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x5646ad735f78, flags=OBJ_NODATA, cb_fn=0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>, arg=0x7f307d2e19a0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30a75df7af "", file=0x7f30a75df79f "res_pjsip_mwi.c", line=540, func=0x7f30a75e0130 <__PRETTY_FUNCTION__.27043> "send_unsolicited_mwi_notify") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>
cb_withdata = 0x0
node = 0x5646ad6cd1d8
traversal_state = 0x7f307d2e1760
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x5646ad735f78, flags=OBJ_NODATA, cb_fn=0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>, arg=0x7f307d2e19a0, tag=0x7f30a75df7af "", file=0x7f30a75df79f "res_pjsip_mwi.c", line=540, func=0x7f30a75e0130 <__PRETTY_FUNCTION__.27043> "send_unsolicited_mwi_notify") at astobj2_container.c:414
No locals.
#16 0x00007f30a75dc1ab in send_unsolicited_mwi_notify (sub=0x5646ad2a3d60, counter=0x7f307d2e1a40) at res_pjsip_mwi.c:540
aor = 0x5646ad7b34e0
contacts = 0x5646ad735f78
mwi_data = {sub = 0x5646ad2a3d60, endpoint = 0x5646aab09ed8, state = PJSIP_EVSUB_STATE_NULL, counter = 0x7f307d2e1a40}
endpoint = 0x5646aab09ed8
endpoint_aors = 0x0
aor_name = 0x7f307d2e1920 "000413930C6C"
__PRETTY_FUNCTION__ = "send_unsolicited_mwi_notify"
#17 0x00007f30a75dc4e0 in send_mwi_notify (sub=0x5646ad2a3d60) at res_pjsip_mwi.c:576
counter = {old_msgs = 0, new_msgs = 0, message_account = '000' <repeats 511 times>}
data = {body_type = 0x7f30a75df783 "ast_sip_message_accumulator", body_data = 0x7f307d2e1a40}
__PRETTY_FUNCTION__ = "send_mwi_notify"
#18 0x00007f30a75dde2d in serialized_notify (userdata=0x5646ad2a3d60) at res_pjsip_mwi.c:1127
mwi_sub = 0x5646ad2a3d60
__PRETTY_FUNCTION__ = "serialized_notify"
#19 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646ab7e1b90) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f306c310030
size = 58
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#20 0x00005646a911fa67 in execute_tasks (data=0x5646ab7e1b90) at threadpool.c:1354
tps = 0x5646ab7e1b90
#21 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f306c014170
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#22 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#23 0x00005646a911f230 in worker_active (worker=0x7f308400da00) at threadpool.c:1137
alive = 0
#24 0x00005646a911efa0 in worker_start (arg=0x7f308400da00) at threadpool.c:1056
worker = 0x7f308400da00
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#25 0x00005646a912a613 in dummy_start (data=0x7f3074008ee0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173268953692935028, 139846235332480, 0, 139846081351392, 139846923017104, 173268953732780916, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d2e1ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d2e2700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f308400da00, name = 0x7f308400dac0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x5646ad7a0b60
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#26 0x00007f311bfd86db in start_thread (arg=0x7f307d2e2700) at pthread_create.c:463
pd = 0x7f307d2e2700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846235334400, -286144129105620108, 139846235332480, 0, 139846081351392, 139846923017104, 173268953695032180, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#27 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 69 (Thread 0x7f307d35f700 (LWP 7719)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646abbfbe10) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646abbfbe10, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646abbfbe10, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646abbfbe10, __canceltype = -1404427536, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646abbfbe10) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646acec63e0) at taskprocessor.c:202
listener = 0x5646acec63e0
tps = 0x5646ab820640
pvt = 0x5646abbfbe00
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa70e800) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173268764177503092, 139846235844480, 0, 94861507225600, 140736462083760, 173268764217348980, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d35eed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d35f700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646acec63e0, name = 0x5646aa5ade40 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f3110009c40
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307d35f700) at pthread_create.c:463
pd = 0x7f307d35f700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846235846400, -286144129105620108, 139846235844480, 0, 94861507225600, 140736462083760, 173268764179600244, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 68 (Thread 0x7f307d3dc700 (LWP 7718)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646abd526d0) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646abd526d0, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646abd526d0, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646abd526d0, __canceltype = -1384519472, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646abd526d0) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646aa5b5460) at taskprocessor.c:202
listener = 0x5646aa5b5460
tps = 0x5646ab86a600
pvt = 0x5646abd526c0
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646aab88040) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173268830212625268, 139846236356480, 0, 94861511917632, 140736462083904, 173268830252471156, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d3dbed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d3dc700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646aa5b5460, name = 0x5646aa6434e0 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f310802e380
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307d3dc700) at pthread_create.c:463
pd = 0x7f307d3dc700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846236358400, -286144129105620108, 139846236356480, 0, 94861511917632, 140736462083904, 173268830214722420, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 67 (Thread 0x7f307d459700 (LWP 7717)):
#0 0x00007f311bfdf065 in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f307d458d80, expected=0, futex_word=0x7f30a989f048 <poll_cond+40>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -516
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x7f307d458d80, mutex=0x7f30a989d2c0 <poll_lock>, cond=0x7f30a989f020 <poll_cond>) at pthread_cond_wait.c:539
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f307d4580e0, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 154, cond = 0x7f30a989f020 <poll_cond>, mutex = 0x7f30a989d2c0 <poll_lock>, private = 0}
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 77
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_timedwait (cond=0x7f30a989f020 <poll_cond>, mutex=0x7f30a989d2c0 <poll_lock>, abstime=0x7f307d458d80) at pthread_cond_wait.c:667
No locals.
#3 0x00005646a9064807 in __ast_cond_timedwait (filename=0x7f30a9692ac7 "app_voicemail.c", lineno=12736, func=0x7f30a9699160 <__PRETTY_FUNCTION__.19104> "mb_poll_thread", cond_name=0x7f30a9696c0d "&poll_cond", mutex_name=0x7f30a9696c02 "&poll_lock", cond=0x7f30a989f020 <poll_cond>, t=0x7f30a989d2c0 <poll_lock>, abstime=0x7f307d458d80) at lock.c:653
res = 110
lt = 0x7f310c00b700
lt_orig = {file = {0x7f30a9692ac7 "app_voicemail.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {12735, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x7f30a9699160 <__PRETTY_FUNCTION__.19104> "mb_poll_thread", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139846236870400, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x7f30a9686a32 <mb_poll_thread+180>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646a912707b <ast_threadstorage_get+53>, 0xe48, 0x5646a946e080 <thread_lock_info>, 0x0, 0x7f310c00a850, 0x7f307d458cd0, 0x5646a9129a38 <ast_remove_lock_info+525>, 0x7f31040c1130, 0x7f30a989d310 <mwi_subs+16>, 0x7d458cf0, 0x811de, 0x7f307d458d20, 0x7fffc2da7e47 <gettimeofday+263>, 0x0, 0x1a9696bef, 0x7f30a989d310 <mwi_subs+16>, 0x811de, 0x7f307d458d40, 0xf, 0x0, 0x5646aab5dfd0, 0xf, 0x0, 0x7f307d458d60, 0x5646a912bb9a <ast_tvadd+85>}, num_frames = 6, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7717, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_timedwait"
#4 0x00007f30a9686a6c in mb_poll_thread (data=0x0) at app_voicemail.c:12736
ts = {tv_sec = 1612168533, tv_nsec = 531229000}
wait = {tv_sec = 1612168533, tv_usec = 531229}
__PRETTY_FUNCTION__ = "mb_poll_thread"
#5 0x00005646a912a613 in dummy_start (data=0x5646aab5dfd0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173269723028951924, 139846236868480, 0, 94861511745488, 140736462079872, 173269723068797812, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d458ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d459700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x7f30a968697e <mb_poll_thread>, data = 0x0, name = 0x5646abe7fd80 "mb_poll_thread started at [12933] app_voicemail.c start_poll_thread()"}
lock_info = 0x7f310c00a850
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307d459700) at pthread_create.c:463
pd = 0x7f307d459700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846236870400, -286144129105620108, 139846236868480, 0, 94861511745488, 140736462079872, 173269723031049076, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 66 (Thread 0x7f307d4d6700 (LWP 7716)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646aaac9bc0) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646aaac9bc0, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646aaac9bc0, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646aaac9bc0, __canceltype = -1417230064, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646aaac9bc0) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646ab8945d0) at taskprocessor.c:202
listener = 0x5646ab8945d0
tps = 0x5646ad029e10
pvt = 0x5646aaac9bb0
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646adcefd50) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173269789064074100, 139846237380480, 0, 94861563723088, 140736462079472, 173269789103919988, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d4d5ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d4d6700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646ab8945d0, name = 0x5646ad6d1920 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f3100003810
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307d4d6700) at pthread_create.c:463
pd = 0x7f307d4d6700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846237382400, -286144129105620108, 139846237380480, 0, 94861563723088, 140736462079472, 173269789066171252, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 65 (Thread 0x7f307d553700 (LWP 7715)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646aaac88e0) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646aaac88e0, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646aaac88e0, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646aaac88e0, __canceltype = 1815150592, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646aaac88e0) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646aba85d40) at taskprocessor.c:202
listener = 0x5646aba85d40
tps = 0x5646aa643190
pvt = 0x5646aaac88d0
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646ad700390) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173269582368772980, 139846237892480, 0, 94861557498768, 140736462084192, 173269582408618868, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d552ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d553700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646aba85d40, name = 0x5646aa67bc50 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f31040b8e90
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307d553700) at pthread_create.c:463
pd = 0x7f307d553700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846237894400, -286144129105620108, 139846237892480, 0, 94861557498768, 140736462084192, 173269582370870132, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 64 (Thread 0x7f307d5d0700 (LWP 7712)):
#0 0x00007f311bfe2d50 in __GI___nanosleep (requested_time=0x7f307d5cfdb0, remaining=0x0) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00007f30b88059a6 in lock_broker (unused=0x0) at func_lock.c:209
found_requester = 0
frame = 0x0
forever = {tv_sec = 1000000, tv_nsec = 0}
__PRETTY_FUNCTION__ = "lock_broker"
#2 0x00005646a912a613 in dummy_start (data=0x5646ad8d1d90) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173269665583764340, 139846238404480, 0, 94861559405968, 140736462084336, 173269665623610228, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d5cfed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d5d0700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x7f30b8805837 <lock_broker>, data = 0x0, name = 0x5646acd775a0 "lock_broker started at [ 518] func_lock.c load_module()"}
lock_info = 0x7f30f80039f0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#3 0x00007f311bfd86db in start_thread (arg=0x7f307d5d0700) at pthread_create.c:463
pd = 0x7f307d5d0700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846238406400, -286144129105620108, 139846238404480, 0, 94861559405968, 140736462084336, 173269665585861492, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#4 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 63 (Thread 0x7f307d64d700 (LWP 7711)):
#0 0x00007f311b1bdcb9 in __GI___poll (fds=0x7f307d64ada8, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00007f30bfe9abef in scan_thread (unused=0x0) at pbx_spool.c:766
stage = 0
waittime = -1
next = 2147483647
dir = 0x7f30fc007480
de = 0x0
now = 1612167364
ts = {tv_sec = 1, tv_nsec = 0}
res = 0
inotify_fd = 23
iev = 0x7f307d64add0
buf = "001000000000 000000@", '000' <repeats 5968 times>...
pfd = {fd = 23, events = 1, revents = 0}
cur = 0x0
__PRETTY_FUNCTION__ = "scan_thread"
#2 0x00005646a912a613 in dummy_start (data=0x5646ad8273d0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173269458888463220, 139846238916480, 0, 94861558707152, 140736462084352, 173269458928309108, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d64ced0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d64d700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x7f30bfe9a96e <scan_thread>, data = 0x0, name = 0x5646ad824f20 "scan_thread started at [ 957] pbx_spool.c load_module()"}
lock_info = 0x7f30fc006600
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#3 0x00007f311bfd86db in start_thread (arg=0x7f307d64d700) at pthread_create.c:463
pd = 0x7f307d64d700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846238918400, -286144129105620108, 139846238916480, 0, 94861558707152, 140736462084352, 173269458890560372, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#4 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 62 (Thread 0x7f307ca5e700 (LWP 7710)):
#0 0x00007f311bfe2d50 in __GI___nanosleep (requested_time=0x7f307ca5dd90, remaining=0x0) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00007f30c009feba in cleanup (unused=0x0) at pbx_realtime.c:132
forever = {tv_sec = 999999999, tv_nsec = 0}
one_second = {tv_sec = 1, tv_nsec = 0}
now = {tv_sec = 94861485062216, tv_usec = 94861558707072}
__PRETTY_FUNCTION__ = "cleanup"
#2 0x00005646a912a613 in dummy_start (data=0x5646ad6fb300) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173265601470960500, 139846226403200, 0, 94861557478144, 140736462084352, 173265601510806388, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307ca5ded0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307c9e2000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307ca5e700
__not_first_call = 0
ret = 0x7f307ca5de57
a = {start_routine = 0x7f30c009fe53 <cleanup>, data = 0x0, name = 0x5646ad827380 "cleanup", ' ' <repeats 14 times>, "started at [ 410] pbx_realtime.c load_module()"}
lock_info = 0x7f30f0003dd0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#3 0x00007f311bfd86db in start_thread (arg=0x7f307ca5e700) at pthread_create.c:463
pd = 0x7f307ca5e700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846226405120, -286144129105620108, 139846226403200, 0, 94861557478144, 140736462084352, 173265601473057652, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#4 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 61 (Thread 0x7f307cb58700 (LWP 7683)):
#0 0x00007f311b1bdcb9 in __GI___poll (fds=0x7f307cb569a0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005646a912aa93 in ast_wait_for_input (fd=38, ms=-1) at utils.c:1347
pfd = {{fd = 38, events = 3, revents = 0}}
#2 0x00005646a9054c61 in ast_iostream_wait_for_input (stream=0x7f3094024f78, timeout=-1) at iostream.c:100
No locals.
#3 0x00007f30ca38bc0e in __ast_websocket_wait_for_input (session=0x7f30e0004f30, timeout=-1) at res_http_websocket.c:468
No locals.
#4 0x00007f30c0cfcd80 in websocket_cb (session=0x7f30e0004f30, parameters=0x0, headers=0x7f30e0003a90) at res_pjsip_transport_websocket.c:395
serializer = 0x7f30e0016bd0
create_data = {transport = 0x7f3074c11c78, ws_session = 0x7f30e0004f30}
transport = 0x7f3074c11c78
read_data = {transport = 0x7f3074c11c78, payload = 0x7f30e0019e10 "REGISTER sip:172.26.128.2 SIP/2.0rnVia: SIP/2.0/WSS vkiq54695mh4.invalid;branch=z9hG4bK7181417rnTo: <sip:stadtmueller_webrtc_1 at 172.26.128.2>rnFrom: <sip:stadtmueller_webrtc_1 at 172.26.128.2>;tag=hgjn168"..., payload_len = 489}
__PRETTY_FUNCTION__ = "websocket_cb"
#5 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094024e00, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307cb56cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30e0003a90) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30e0003b08 "websocket"
key = 0x7f30e0004212 "s2z2hiBf8XSzLGWRTOJBow=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30e00040c7 "sip"
requested_protocols = 0x0
protocol = 0x7f307cb56a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30e0004f30
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#6 0x00005646a9174a44 in handle_uri (ser=0x7f3094024e00, uri=0x7f307cb56cd7 "", method=AST_HTTP_GET, headers=0x7f30e0003a90) at http.c:1487
c = 0x7f307cb56cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#7 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094024e00) at http.c:1928
headers = 0x7f30e0003a90
uri = 0x7f307cb56cd4 "/ws"
method = 0x7f307cb56cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30e0003a78
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#8 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094024e00) at http.c:1991
ser = 0x7f3094024e00
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#9 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094024e00) at tcptls.c:274
tcptls_session = 0x7f3094024e00
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#10 0x00005646a912a613 in dummy_start (data=0x7f309401cff0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173265460810781556, 139846227427200, 0, 139846618304496, 139846925065248, 173265460850627444, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307cb57ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307cb58700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094024e00, name = 0x7f30940257c0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30e0002b40
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#11 0x00007f311bfd86db in start_thread (arg=0x7f307cb58700) at pthread_create.c:463
pd = 0x7f307cb58700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846227429120, -286144129105620108, 139846227427200, 0, 139846618304496, 139846925065248, 173265460812878708, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#12 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 60 (Thread 0x7f307cbd5700 (LWP 7682)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f307cbd3990) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f307cbd3930, cond=0x7f307cbd3968) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f307cbd2c80, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x7f307cbd3968, mutex = 0x7f307cbd3930, private = 0}
rt = <optimized out>
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 0
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x7f307cbd3968, mutex=0x7f307cbd3930) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x7f30c4005729 "res_pjsip.c", lineno=4657, func=0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", cond_name=0x7f30c4006503 "&std.cond", mutex_name=0x7f30c40064f9 "&std.lock", cond=0x7f307cbd3968, t=0x7f307cbd3930) at lock.c:588
res = 0
lt = 0x7f30e4020cd0
lt_orig = {file = {0x7f30c4005729 "res_pjsip.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {4655, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139846227941120, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x7f30c3fd087c <ast_sip_push_task_wait+361>, 0x7f30c3fd0a45 <ast_sip_push_task_wait_serializer+114>, 0x7f30c0cfcda5 <websocket_cb+457>, 0x7f30ca38d84b <__ast_websocket_uri_cb+3565>, 0x5646a9174a44 <handle_uri+1472>, 0x5646a9175bf0 <httpd_process_request+992>, 0x5646a9175f41 <httpd_helper_thread+717>, 0x5646a9116df3 <handle_tcptls_connection+1707>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1e4017798, 0x7f30e401b320, 0x7f30e4018e68, 0x7f30e40177b0, 0x7f307cbd38a0, 0x5646a9115a4b <taskprocessor_push+559>, 0x7f30e4020c20, 0x7f30e40177b0, 0x0, 0x100000000, 0x7f307cbd38d0, 0x5646a9115a8b <ast_taskprocessor_push+57>, 0x0, 0x7f307cbd3930, 0x7f30c3fd0651 <sync_task>, 0x7f30e40177b0, 0x7f307cbd3900, 0x7f30c3fd064f <ast_sip_push_task+69>}, num_frames = 13, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7682, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00007f30c3fd08be in ast_sip_push_task_wait (serializer=0x7f30e40177b0, sip_task=0x7f30c0cfbfff <transport_shutdown>, task_data=0x7f3074bf0df8) at res_pjsip.c:4657
std = {lock = {mutex = pthread_mutex_t = {Type = Recursive, Status = Not acquired, Robust = No, Shared = No, Protocol = None}, track = 0x7f30e4020cd0, flags = {tracking = 1, setup = 1}}, cond = {__data = {{__wseq = 2, __wseq32 = {__low = 2, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "002", '000' <repeats 15 times>, "002", '000' <repeats 19 times>, "b000000000000000000000000000000", __align = 2}, complete = 0, fail = 0, task = 0x7f30c0cfbfff <transport_shutdown>, task_data = 0x7f3074bf0df8}
__PRETTY_FUNCTION__ = "ast_sip_push_task_wait"
#5 0x00007f30c3fd0a45 in ast_sip_push_task_wait_serializer (serializer=0x7f30e40177b0, sip_task=0x7f30c0cfbfff <transport_shutdown>, task_data=0x7f3074bf0df8) at res_pjsip.c:4699
No locals.
#6 0x00007f30c0cfcda5 in websocket_cb (session=0x7f30e4005240, parameters=0x0, headers=0x7f30e4004620) at res_pjsip_transport_websocket.c:412
serializer = 0x7f30e40177b0
create_data = {transport = 0x7f3074bf0df8, ws_session = 0x7f30e4005240}
transport = 0x7f3074bf0df8
read_data = {transport = 0x7f3074bf0df8, payload = 0x7f30e40053b6 "003351REGISTER sip:172.26.128.2 SIP/2.0rnVia: SIP/2.0/WSS eu9n4qgdqm5v.invalid;branch=z9hG4bK8425892rnTo: <sip:e01097_webrtc_1 at 172.26.128.2>rnFrom: <sip:e01097_webrtc_1 at 172.26.128.2>;tag=2g79jitfsgrnCSeq:"..., payload_len = 0}
__PRETTY_FUNCTION__ = "websocket_cb"
#7 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094024380, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307cbd3cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30e4004620) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30e4004698 "websocket"
key = 0x7f30e4004ff2 "gXjoy6zaEGb3mw06LKGoJg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30e4004ea7 "sip"
requested_protocols = 0x0
protocol = 0x7f307cbd3a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30e4005240
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#8 0x00005646a9174a44 in handle_uri (ser=0x7f3094024380, uri=0x7f307cbd3cd7 "", method=AST_HTTP_GET, headers=0x7f30e4004620) at http.c:1487
c = 0x7f307cbd3cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#9 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094024380) at http.c:1928
headers = 0x7f30e4004620
uri = 0x7f307cbd3cd4 "/ws"
method = 0x7f307cbd3cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30e4004608
http_method = AST_HTTP_GET
res = 32560
len = 18
request_line = "GET000/ws000HTTP/1.1rn000|0177000000@?275|0177000000 at 000363250FV000000200O275|0177", '000' <repeats 26 times>, "hO275|0177", '000' <repeats 18 times>, "260N275|0177000000370<275|0177", '000' <repeats 34 times>, "320 at 275|0177000000330 at 275|0177000000pO275|0177000000350 at 275|0177000000xO275|0177000000000000000000000000000000200O275|0177000000"...
#10 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094024380) at http.c:1991
ser = 0x7f3094024380
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#11 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094024380) at tcptls.c:274
tcptls_session = 0x7f3094024380
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#12 0x00005646a912a613 in dummy_start (data=0x7f30940022b0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173265528993387380, 139846227939200, 0, 139846618194608, 139846925065248, 173265529033233268, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307cbd4ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307cb59000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307cbd5700
__not_first_call = 0
ret = 0x7f307cbd4e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094024380, name = 0x7f3094024d40 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30e4003700
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#13 0x00007f311bfd86db in start_thread (arg=0x7f307cbd5700) at pthread_create.c:463
pd = 0x7f307cbd5700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846227941120, -286144129105620108, 139846227939200, 0, 139846618194608, 139846925065248, 173265528995484532, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#14 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 59 (Thread 0x7f307cc52700 (LWP 7661)):
#0 0x00007f311b1bdcb9 in __GI___poll (fds=0x7f307cc51320, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005646a912aa93 in ast_wait_for_input (fd=35, ms=-1) at utils.c:1347
pfd = {{fd = 35, events = 3, revents = 0}}
#2 0x00005646a9195171 in get_input (s=0x7f307cc51c30, output=0x7f307cc517d0 "") at manager.c:6801
res = 0
x = 0
maxlen = 1024
src = 0x7f30dc006ae0 "rnlue: NOT_INUSErnrnTE(Custom:773)rnValue: NOT_INUSErnrnm:773)rnValue: NOT_INUSErnrn"
timeout = -1
now = 139846228450352
__PRETTY_FUNCTION__ = "get_input"
#3 0x00005646a9195457 in do_message (s=0x7f307cc51c30) at manager.c:6872
m = {hdrcount = 0, headers = {0x0 <repeats 128 times>}}
header_buf = '000' <repeats 1024 times>
res = 0
hdr_loss = 0
now = 1612167361
__PRETTY_FUNCTION__ = "do_message"
#4 0x00005646a9195ada in session_do (data=0x7f30800077e0) at manager.c:7007
ser = 0x7f30800077e0
session = 0x7f30dc0069b0
s = {session = 0x7f30dc0069b0, stream = 0x7f3080008f68, tcptls_session = 0x7f30800077e0, parsing = MESSAGE_OKAY, write_error = 0, hook = 0x0, lock = {mutex = pthread_mutex_t = {Type = Recursive, Status = Not acquired, Robust = No, Shared = No, Protocol = None}, track = 0x0, flags = {tracking = 1, setup = 0}}}
res = 0
arg = 1
ser_remote_address_tmp = {ss = {ss_family = 2, __ss_padding = "Ԁ177000000001000000000000000000000000ۆ375033305000000000030253036251FV000000004", '000' <repeats 16 times>, "035305|0177000000200037305|0177000000000000000000000000000000035q022251FV000000004000000000000000000000p341F251FV000000004000000000000000000000 at i000334060177000000060035305|0177000", __ss_align = 94861484286113}, len = 16}
__PRETTY_FUNCTION__ = "session_do"
#5 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f30800077e0) at tcptls.c:274
tcptls_session = 0x7f30800077e0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#6 0x00005646a912a613 in dummy_start (data=0x7f3080005340) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173266419662230388, 139846228451200, 0, 139846282662720, 139846923529248, 173266419702076276, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307cc51ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307cbd6000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307cc52700
__not_first_call = 0
ret = 0x7f307cc51e57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f30800077e0, name = 0x7f30800039d0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30dc005a60
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#7 0x00007f311bfd86db in start_thread (arg=0x7f307cc52700) at pthread_create.c:463
pd = 0x7f307cc52700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846228453120, -286144129105620108, 139846228451200, 0, 139846282662720, 139846923529248, 173266419664327540, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#8 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 58 (Thread 0x7f307cccf700 (LWP 7643)):
#0 0x00007f311b1bdcb9 in __GI___poll (fds=0x7f307cccd9a0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005646a912aa93 in ast_wait_for_input (fd=34, ms=-1) at utils.c:1347
pfd = {{fd = 34, events = 3, revents = 0}}
#2 0x00005646a9054c61 in ast_iostream_wait_for_input (stream=0x7f30940238c8, timeout=-1) at iostream.c:100
No locals.
#3 0x00007f30ca38bc0e in __ast_websocket_wait_for_input (session=0x7f30cc00c190, timeout=-1) at res_http_websocket.c:468
No locals.
#4 0x00007f30c0cfcd80 in websocket_cb (session=0x7f30cc00c190, parameters=0x0, headers=0x7f30cc0099c0) at res_pjsip_transport_websocket.c:395
serializer = 0x7f30cc01ce10
create_data = {transport = 0x7f306c372288, ws_session = 0x7f30cc00c190}
transport = 0x7f306c372288
read_data = {transport = 0x7f306c372288, payload = 0x7f30cc01e370 "REGISTER sip:172.26.128.2 SIP/2.0rnVia: SIP/2.0/WSS om0516mu57ft.invalid;branch=z9hG4bK3885299rnTo: <sip:e01092_webrtc_1 at 172.26.128.2>rnFrom: <sip:e01092_webrtc_1 at 172.26.128.2>;tag=41thr5c434rnCSeq: 4"..., payload_len = 755}
__PRETTY_FUNCTION__ = "websocket_cb"
#5 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094023750, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307cccdcd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30cc0099c0) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30cc009a38 "websocket"
key = 0x7f30cc009e52 "PwE6XJ9yr+jFthB8FCUaxA=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30cc009d07 "sip"
requested_protocols = 0x0
protocol = 0x7f307cccda90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30cc00c190
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#6 0x00005646a9174a44 in handle_uri (ser=0x7f3094023750, uri=0x7f307cccdcd7 "", method=AST_HTTP_GET, headers=0x7f30cc0099c0) at http.c:1487
c = 0x7f307cccdcd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#7 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094023750) at http.c:1928
headers = 0x7f30cc0099c0
uri = 0x7f307cccdcd4 "/ws"
method = 0x7f307cccdcd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30cc00a648
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#8 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094023750) at http.c:1991
ser = 0x7f3094023750
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#9 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094023750) at tcptls.c:274
tcptls_session = 0x7f3094023750
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#10 0x00005646a912a613 in dummy_start (data=0x7f309401bb70) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173266505024705396, 139846228963200, 0, 139846618299248, 139846925065248, 173266505064551284, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307ccceed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307cccf700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094023750, name = 0x7f3094024110 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30cc005140
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#11 0x00007f311bfd86db in start_thread (arg=0x7f307cccf700) at pthread_create.c:463
pd = 0x7f307cccf700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846228965120, -286144129105620108, 139846228963200, 0, 139846618299248, 139846925065248, 173266505026802548, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#12 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 57 (Thread 0x7f307cd4c700 (LWP 7642)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f307cd4a990) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f307cd4a930, cond=0x7f307cd4a968) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f307cd49c80, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x7f307cd4a968, mutex = 0x7f307cd4a930, private = 0}
rt = <optimized out>
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 0
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x7f307cd4a968, mutex=0x7f307cd4a930) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x7f30c4005729 "res_pjsip.c", lineno=4657, func=0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", cond_name=0x7f30c4006503 "&std.cond", mutex_name=0x7f30c40064f9 "&std.lock", cond=0x7f307cd4a968, t=0x7f307cd4a930) at lock.c:588
res = 0
lt = 0x7f30d00d7100
lt_orig = {file = {0x7f30c4005729 "res_pjsip.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {4655, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139846229477120, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x7f30c3fd087c <ast_sip_push_task_wait+361>, 0x7f30c3fd0a45 <ast_sip_push_task_wait_serializer+114>, 0x7f30c0cfcd61 <websocket_cb+389>, 0x7f30ca38d84b <__ast_websocket_uri_cb+3565>, 0x5646a9174a44 <handle_uri+1472>, 0x5646a9175bf0 <httpd_process_request+992>, 0x5646a9175f41 <httpd_helper_thread+717>, 0x5646a9116df3 <handle_tcptls_connection+1707>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1d00086d8, 0x7f30d000a2f0, 0x7f30d0012cd8, 0x7f30d00086f0, 0x7f307cd4a8a0, 0x5646a9115a4b <taskprocessor_push+559>, 0x7f30d00bfba0, 0x7f30d00086f0, 0x0, 0x100000000, 0x7f307cd4a8d0, 0x5646a9115a8b <ast_taskprocessor_push+57>, 0x0, 0x7f307cd4a930, 0x7f30c3fd0651 <sync_task>, 0x7f30d00086f0, 0x7f307cd4a900, 0x7f30c3fd064f <ast_sip_push_task+69>}, num_frames = 13, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7642, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00007f30c3fd08be in ast_sip_push_task_wait (serializer=0x7f30d00086f0, sip_task=0x7f30c0cfc6f0 <transport_read>, task_data=0x7f307cd4aa50) at res_pjsip.c:4657
std = {lock = {mutex = pthread_mutex_t = {Type = Recursive, Status = Not acquired, Robust = No, Shared = No, Protocol = None}, track = 0x7f30d00d7100, flags = {tracking = 1, setup = 1}}, cond = {__data = {{__wseq = 2, __wseq32 = {__low = 2, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "002", '000' <repeats 15 times>, "002", '000' <repeats 19 times>, "b000000000000000000000000000000", __align = 2}, complete = 0, fail = 0, task = 0x7f30c0cfc6f0 <transport_read>, task_data = 0x7f307cd4aa50}
__PRETTY_FUNCTION__ = "ast_sip_push_task_wait"
#5 0x00007f30c3fd0a45 in ast_sip_push_task_wait_serializer (serializer=0x7f30d00086f0, sip_task=0x7f30c0cfc6f0 <transport_read>, task_data=0x7f307cd4aa50) at res_pjsip.c:4699
No locals.
#6 0x00007f30c0cfcd61 in websocket_cb (session=0x7f30d0014f50, parameters=0x0, headers=0x7f30d0004970) at res_pjsip_transport_websocket.c:405
opcode = AST_WEBSOCKET_OPCODE_TEXT
fragmented = 0
serializer = 0x7f30d00086f0
create_data = {transport = 0x7f3074b5bba8, ws_session = 0x7f30d0014f50}
transport = 0x7f3074b5bba8
read_data = {transport = 0x7f3074b5bba8, payload = 0x7f30d00d6500 "INVITE sip:0015784981111 at 172.26.128.2 SIP/2.0rnVia: SIP/2.0/WSS 1e28v42mt9hk.invalid;branch=z9hG4bK4998352rnTo: <sip:0015784981111 at 172.26.128.2>rnFrom: <sip:e01003_webrtc_1 at 172.26.128.2>;tag=50c16jbjf"..., payload_len = 3063}
__PRETTY_FUNCTION__ = "websocket_cb"
#7 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094022b20, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307cd4acd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30d0004970) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30d00049e8 "websocket"
key = 0x7f30d0011dd2 "UWk8elxsRc+PXEGrm6gxVg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30d0011f47 "sip"
requested_protocols = 0x0
protocol = 0x7f307cd4aa90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30d0014f50
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#8 0x00005646a9174a44 in handle_uri (ser=0x7f3094022b20, uri=0x7f307cd4acd7 "", method=AST_HTTP_GET, headers=0x7f30d0004970) at http.c:1487
c = 0x7f307cd4acd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#9 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094022b20) at http.c:1928
headers = 0x7f30d0004970
uri = 0x7f307cd4acd4 "/ws"
method = 0x7f307cd4acd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30d0011cc8
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#10 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094022b20) at http.c:1991
ser = 0x7f3094022b20
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#11 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094022b20) at tcptls.c:274
tcptls_session = 0x7f3094022b20
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#12 0x00005646a912a613 in dummy_start (data=0x7f30940061d0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173266296181920628, 139846229475200, 0, 139846618210768, 139846925065248, 173266296221766516, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307cd4bed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307cd4c700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094022b20, name = 0x7f30940234e0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30d0006fa0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#13 0x00007f311bfd86db in start_thread (arg=0x7f307cd4c700) at pthread_create.c:463
pd = 0x7f307cd4c700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846229477120, -286144129105620108, 139846229475200, 0, 139846618210768, 139846925065248, 173266296184017780, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#14 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 56 (Thread 0x7f307cdc9700 (LWP 7641)):
#0 0x00007f311b1bdcb9 in __GI___poll (fds=0x7f307cdc79a0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005646a912aa93 in ast_wait_for_input (fd=32, ms=-1) at utils.c:1347
pfd = {{fd = 32, events = 3, revents = 0}}
#2 0x00005646a9054c61 in ast_iostream_wait_for_input (stream=0x7f3094022068, timeout=-1) at iostream.c:100
No locals.
#3 0x00007f30ca38bc0e in __ast_websocket_wait_for_input (session=0x7f30a0007150, timeout=-1) at res_http_websocket.c:468
No locals.
#4 0x00007f30c0cfcd80 in websocket_cb (session=0x7f30a0007150, parameters=0x0, headers=0x7f30a0006850) at res_pjsip_transport_websocket.c:395
serializer = 0x7f30a001a250
create_data = {transport = 0x7f306c361db8, ws_session = 0x7f30a0007150}
transport = 0x7f306c361db8
read_data = {transport = 0x7f306c361db8, payload = 0x7f30a001a7a0 "REGISTER sip:172.26.128.2 SIP/2.0rnVia: SIP/2.0/WSS d9p7ufqg12mo.invalid;branch=z9hG4bK8816888rnTo: <sip:e01076_webrtc_1 at 172.26.128.2>rnFrom: <sip:e01076_webrtc_1 at 172.26.128.2>;tag=vd07pnvq9jrnCSeq: 4"..., payload_len = 755}
__PRETTY_FUNCTION__ = "websocket_cb"
#5 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094021f90, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307cdc7cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f30a0006850) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30a00068c8 "websocket"
key = 0x7f30a0004bf2 "DNRxwqWWEx8lefut5CfWfg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f30a0004d67 "sip"
requested_protocols = 0x0
protocol = 0x7f307cdc7a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f30a0007150
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#6 0x00005646a9174a44 in handle_uri (ser=0x7f3094021f90, uri=0x7f307cdc7cd7 "", method=AST_HTTP_GET, headers=0x7f30a0006850) at http.c:1487
c = 0x7f307cdc7cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#7 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094021f90) at http.c:1928
headers = 0x7f30a0006850
uri = 0x7f307cdc7cd4 "/ws"
method = 0x7f307cdc7cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30a0007098
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#8 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094021f90) at http.c:1991
ser = 0x7f3094021f90
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#9 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094021f90) at tcptls.c:274
tcptls_session = 0x7f3094021f90
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#10 0x00005646a912a613 in dummy_start (data=0x7f30940208b0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173266364364526452, 139846229987200, 0, 139846618319024, 139846925065248, 173266364404372340, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307cdc8ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307cdc9700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094021f90, name = 0x7f30940228b0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30a0005a00
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#11 0x00007f311bfd86db in start_thread (arg=0x7f307cdc9700) at pthread_create.c:463
pd = 0x7f307cdc9700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846229989120, -286144129105620108, 139846229987200, 0, 139846618319024, 139846925065248, 173266364366623604, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#12 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 55 (Thread 0x7f307ce46700 (LWP 7639)):
#0 0x00007f311b1bdcb9 in __GI___poll (fds=0x7f307ce449a0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005646a912aa93 in ast_wait_for_input (fd=31, ms=-1) at utils.c:1347
pfd = {{fd = 31, events = 3, revents = 0}}
#2 0x00005646a9054c61 in ast_iostream_wait_for_input (stream=0x7f30940216f8, timeout=-1) at iostream.c:100
No locals.
#3 0x00007f30ca38bc0e in __ast_websocket_wait_for_input (session=0x7f3098006520, timeout=-1) at res_http_websocket.c:468
No locals.
#4 0x00007f30c0cfcd80 in websocket_cb (session=0x7f3098006520, parameters=0x0, headers=0x7f3098004e60) at res_pjsip_transport_websocket.c:395
serializer = 0x7f30980192f0
create_data = {transport = 0x7f306c3518e8, ws_session = 0x7f3098006520}
transport = 0x7f306c3518e8
read_data = {transport = 0x7f306c3518e8, payload = 0x7f309801b060 "REGISTER sip:172.26.128.2 SIP/2.0rnVia: SIP/2.0/WSS 8t64dqbbcbun.invalid;branch=z9hG4bK7824744rnTo: <sip:stegmann_webrtc_1 at 172.26.128.2>rnFrom: <sip:stegmann_webrtc_1 at 172.26.128.2>;tag=kg5d4tr5mcrnCSe"..., payload_len = 761}
__PRETTY_FUNCTION__ = "websocket_cb"
#5 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094020050, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307ce44cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f3098004e60) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f3098004ed8 "websocket"
key = 0x7f30980055e2 "jqqIIeHHxV3TnlQQnocfRg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f3098005497 "sip"
requested_protocols = 0x0
protocol = 0x7f307ce44a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f3098006520
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#6 0x00005646a9174a44 in handle_uri (ser=0x7f3094020050, uri=0x7f307ce44cd7 "", method=AST_HTTP_GET, headers=0x7f3098004e60) at http.c:1487
c = 0x7f307ce44cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#7 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094020050) at http.c:1928
headers = 0x7f3098004e60
uri = 0x7f307ce44cd4 "/ws"
method = 0x7f307ce44cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f3098006468
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#8 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094020050) at http.c:1991
ser = 0x7f3094020050
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#9 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094020050) at tcptls.c:274
tcptls_session = 0x7f3094020050
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#10 0x00005646a912a613 in dummy_start (data=0x7f30940061d0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173266155521741684, 139846230499200, 0, 139846618210768, 139846925065248, 173266155561587572, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307ce45ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307ce46700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094020050, name = 0x7f309401d1a0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f3098004010
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#11 0x00007f311bfd86db in start_thread (arg=0x7f307ce46700) at pthread_create.c:463
pd = 0x7f307ce46700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846230501120, -286144129105620108, 139846230499200, 0, 139846618210768, 139846925065248, 173266155523838836, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#12 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 54 (Thread 0x7f307cec3700 (LWP 7638)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f307cec1990) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f307cec1930, cond=0x7f307cec1968) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f307cec0c80, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x7f307cec1968, mutex = 0x7f307cec1930, private = 0}
rt = <optimized out>
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 0
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x7f307cec1968, mutex=0x7f307cec1930) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x7f30c4005729 "res_pjsip.c", lineno=4657, func=0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", cond_name=0x7f30c4006503 "&std.cond", mutex_name=0x7f30c40064f9 "&std.lock", cond=0x7f307cec1968, t=0x7f307cec1930) at lock.c:588
res = 0
lt = 0x7f309c0025a0
lt_orig = {file = {0x7f30c4005729 "res_pjsip.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {4655, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139846231013120, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x7f30c3fd087c <ast_sip_push_task_wait+361>, 0x7f30c3fd0a45 <ast_sip_push_task_wait_serializer+114>, 0x7f30c0cfcd61 <websocket_cb+389>, 0x7f30ca38d84b <__ast_websocket_uri_cb+3565>, 0x5646a9174a44 <handle_uri+1472>, 0x5646a9175bf0 <httpd_process_request+992>, 0x5646a9175f41 <httpd_helper_thread+717>, 0x5646a9116df3 <handle_tcptls_connection+1707>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x19c005978, 0x7f309c01c620, 0x7f309c01a4a8, 0x7f309c005990, 0x7f307cec18a0, 0x5646a9115a4b <taskprocessor_push+559>, 0x7f309c007080, 0x7f309c005990, 0x0, 0x100000000, 0x7f307cec18d0, 0x5646a9115a8b <ast_taskprocessor_push+57>, 0x0, 0x7f307cec1930, 0x7f30c3fd0651 <sync_task>, 0x7f309c005990, 0x7f307cec1900, 0x7f30c3fd064f <ast_sip_push_task+69>}, num_frames = 13, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7638, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00007f30c3fd08be in ast_sip_push_task_wait (serializer=0x7f309c005990, sip_task=0x7f30c0cfc6f0 <transport_read>, task_data=0x7f307cec1a50) at res_pjsip.c:4657
std = {lock = {mutex = pthread_mutex_t = {Type = Recursive, Status = Not acquired, Robust = No, Shared = No, Protocol = None}, track = 0x7f309c0025a0, flags = {tracking = 1, setup = 1}}, cond = {__data = {{__wseq = 2, __wseq32 = {__low = 2, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "002", '000' <repeats 15 times>, "002", '000' <repeats 19 times>, "b000000000000000000000000000000", __align = 2}, complete = 0, fail = 0, task = 0x7f30c0cfc6f0 <transport_read>, task_data = 0x7f307cec1a50}
__PRETTY_FUNCTION__ = "ast_sip_push_task_wait"
#5 0x00007f30c3fd0a45 in ast_sip_push_task_wait_serializer (serializer=0x7f309c005990, sip_task=0x7f30c0cfc6f0 <transport_read>, task_data=0x7f307cec1a50) at res_pjsip.c:4699
No locals.
#6 0x00007f30c0cfcd61 in websocket_cb (session=0x7f309c007100, parameters=0x0, headers=0x7f309c006910) at res_pjsip_transport_websocket.c:405
opcode = AST_WEBSOCKET_OPCODE_TEXT
fragmented = 0
serializer = 0x7f309c005990
create_data = {transport = 0x7f3074894058, ws_session = 0x7f309c007100}
transport = 0x7f3074894058
read_data = {transport = 0x7f3074894058, payload = 0x7f309c026370 "INVITE sip:0015159159835 at 172.26.128.2 SIP/2.0rnVia: SIP/2.0/WSS 0asdta5k9eak.invalid;branch=z9hG4bK8710165rnTo: <sip:0015159159835 at 172.26.128.2>rnFrom: <sip:gruber_webrtc_1 at 172.26.128.2>;tag=0t76afsj1"..., payload_len = 3360}
__PRETTY_FUNCTION__ = "websocket_cb"
#7 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309401cf30, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307cec1cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f309c006910) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f309c006988 "websocket"
key = 0x7f309c004d62 "oI+b+LB/GDICT49ZNMBN+A=="
key1 = 0x0
key2 = 0x0
protos = 0x7f309c004ed7 "sip"
requested_protocols = 0x0
protocol = 0x7f307cec1a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f309c007100
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#8 0x00005646a9174a44 in handle_uri (ser=0x7f309401cf30, uri=0x7f307cec1cd7 "", method=AST_HTTP_GET, headers=0x7f309c006910) at http.c:1487
c = 0x7f307cec1cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#9 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309401cf30) at http.c:1928
headers = 0x7f309c006910
uri = 0x7f307cec1cd4 "/ws"
method = 0x7f307cec1cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f309c0068f8
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#10 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309401cf30) at http.c:1991
ser = 0x7f309401cf30
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#11 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309401cf30) at tcptls.c:274
tcptls_session = 0x7f309401cf30
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#12 0x00005646a912a613 in dummy_start (data=0x7f309401d0f0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173266223704347508, 139846231011200, 0, 139846618304752, 139846925065248, 173266223744193396, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307cec2ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307cec3700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309401cf30, name = 0x7f309401bb00 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f309c005a90
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#13 0x00007f311bfd86db in start_thread (arg=0x7f307cec3700) at pthread_create.c:463
pd = 0x7f307cec3700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846231013120, -286144129105620108, 139846231011200, 0, 139846618304752, 139846925065248, 173266223706444660, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#14 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 53 (Thread 0x7f307cf40700 (LWP 7637)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f307cf3e990) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f307cf3e930, cond=0x7f307cf3e968) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f307cf3dc80, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x7f307cf3e968, mutex = 0x7f307cf3e930, private = 0}
rt = <optimized out>
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 0
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x7f307cf3e968, mutex=0x7f307cf3e930) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x7f30c4005729 "res_pjsip.c", lineno=4657, func=0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", cond_name=0x7f30c4006503 "&std.cond", mutex_name=0x7f30c40064f9 "&std.lock", cond=0x7f307cf3e968, t=0x7f307cf3e930) at lock.c:588
res = 0
lt = 0x7f3090004270
lt_orig = {file = {0x7f30c4005729 "res_pjsip.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {4655, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139846231525120, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x7f30c3fd087c <ast_sip_push_task_wait+361>, 0x7f30c3fd0a45 <ast_sip_push_task_wait_serializer+114>, 0x7f30c0cfcda5 <websocket_cb+457>, 0x7f30ca38d84b <__ast_websocket_uri_cb+3565>, 0x5646a9174a44 <handle_uri+1472>, 0x5646a9175bf0 <httpd_process_request+992>, 0x5646a9175f41 <httpd_helper_thread+717>, 0x5646a9116df3 <handle_tcptls_connection+1707>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x19001a528, 0x7f309001a710, 0x7f3090018e78, 0x7f309001a540, 0x7f307cf3e8a0, 0x5646a9115a4b <taskprocessor_push+559>, 0x7f3090002e50, 0x7f309001a540, 0x0, 0x100000000, 0x7f307cf3e8d0, 0x5646a9115a8b <ast_taskprocessor_push+57>, 0x0, 0x7f307cf3e930, 0x7f30c3fd0651 <sync_task>, 0x7f309001a540, 0x7f307cf3e900, 0x7f30c3fd064f <ast_sip_push_task+69>}, num_frames = 13, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7637, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00007f30c3fd08be in ast_sip_push_task_wait (serializer=0x7f309001a540, sip_task=0x7f30c0cfbfff <transport_shutdown>, task_data=0x7f3074883b88) at res_pjsip.c:4657
std = {lock = {mutex = pthread_mutex_t = {Type = Recursive, Status = Not acquired, Robust = No, Shared = No, Protocol = None}, track = 0x7f3090004270, flags = {tracking = 1, setup = 1}}, cond = {__data = {{__wseq = 2, __wseq32 = {__low = 2, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "002", '000' <repeats 15 times>, "002", '000' <repeats 19 times>, "b000000000000000000000000000000", __align = 2}, complete = 0, fail = 0, task = 0x7f30c0cfbfff <transport_shutdown>, task_data = 0x7f3074883b88}
__PRETTY_FUNCTION__ = "ast_sip_push_task_wait"
#5 0x00007f30c3fd0a45 in ast_sip_push_task_wait_serializer (serializer=0x7f309001a540, sip_task=0x7f30c0cfbfff <transport_shutdown>, task_data=0x7f3074883b88) at res_pjsip.c:4699
No locals.
#6 0x00007f30c0cfcda5 in websocket_cb (session=0x7f3090007640, parameters=0x0, headers=0x7f3090007320) at res_pjsip_transport_websocket.c:412
serializer = 0x7f309001a540
create_data = {transport = 0x7f3074883b88, ws_session = 0x7f3090007640}
transport = 0x7f3074883b88
read_data = {transport = 0x7f3074883b88, payload = 0x7f30900077b6 "003350REGISTER sip:172.26.128.2 SIP/2.0rnVia: SIP/2.0/WSS mrf2l90t289j.invalid;branch=z9hG4bK7471653rnTo: <sip:e01163_webrtc_1 at 172.26.128.2>rnFrom: <sip:e01163_webrtc_1 at 172.26.128.2>;tag=u784sloeg2rnCSeq:"..., payload_len = 0}
__PRETTY_FUNCTION__ = "websocket_cb"
#7 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f309401dff0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307cf3ecd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f3090007320) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f3090007398 "websocket"
key = 0x7f30900063b2 "ME94QxjX1rDRaH05rUjmLQ=="
key1 = 0x0
key2 = 0x0
protos = 0x7f3090006527 "sip"
requested_protocols = 0x0
protocol = 0x7f307cf3ea90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f3090007640
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#8 0x00005646a9174a44 in handle_uri (ser=0x7f309401dff0, uri=0x7f307cf3ecd7 "", method=AST_HTTP_GET, headers=0x7f3090007320) at http.c:1487
c = 0x7f307cf3ecd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#9 0x00005646a9175bf0 in httpd_process_request (ser=0x7f309401dff0) at http.c:1928
headers = 0x7f3090007320
uri = 0x7f307cf3ecd4 "/ws"
method = 0x7f307cf3ecd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f3090007308
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#10 0x00005646a9175f41 in httpd_helper_thread (data=0x7f309401dff0) at http.c:1991
ser = 0x7f309401dff0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#11 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f309401dff0) at tcptls.c:274
tcptls_session = 0x7f309401dff0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#12 0x00005646a912a613 in dummy_start (data=0x7f30940022b0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173266032041431924, 139846231523200, 0, 139846618194608, 139846925065248, 173266032081277812, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307cf3fed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307cf40700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f309401dff0, name = 0x7f309401d090 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f3090005020
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#13 0x00007f311bfd86db in start_thread (arg=0x7f307cf40700) at pthread_create.c:463
pd = 0x7f307cf40700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846231525120, -286144129105620108, 139846231523200, 0, 139846618194608, 139846925065248, 173266032043529076, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#14 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 52 (Thread 0x7f307cfbd700 (LWP 7636)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f307cfbb990) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f307cfbb930, cond=0x7f307cfbb968) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f307cfbac80, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x7f307cfbb968, mutex = 0x7f307cfbb930, private = 0}
rt = <optimized out>
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 0
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x7f307cfbb968, mutex=0x7f307cfbb930) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x7f30c4005729 "res_pjsip.c", lineno=4657, func=0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", cond_name=0x7f30c4006503 "&std.cond", mutex_name=0x7f30c40064f9 "&std.lock", cond=0x7f307cfbb968, t=0x7f307cfbb930) at lock.c:588
res = 0
lt = 0x7f3094002a00
lt_orig = {file = {0x7f30c4005729 "res_pjsip.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {4655, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139846232037120, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x7f30c3fd087c <ast_sip_push_task_wait+361>, 0x7f30c3fd0a45 <ast_sip_push_task_wait_serializer+114>, 0x7f30c0cfcda5 <websocket_cb+457>, 0x7f30ca38d84b <__ast_websocket_uri_cb+3565>, 0x5646a9174a44 <handle_uri+1472>, 0x5646a9175bf0 <httpd_process_request+992>, 0x5646a9175f41 <httpd_helper_thread+717>, 0x5646a9116df3 <handle_tcptls_connection+1707>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x19401cd08, 0x7f3094020890, 0x7f309401e3d8, 0x7f309401cd20, 0x7f307cfbb8a0, 0x5646a9115a4b <taskprocessor_push+559>, 0x7f309405a960, 0x7f309401cd20, 0x0, 0x100000000, 0x7f307cfbb8d0, 0x5646a9115a8b <ast_taskprocessor_push+57>, 0x0, 0x7f307cfbb930, 0x7f30c3fd0651 <sync_task>, 0x7f309401cd20, 0x7f307cfbb900, 0x7f30c3fd064f <ast_sip_push_task+69>}, num_frames = 13, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7636, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00007f30c3fd08be in ast_sip_push_task_wait (serializer=0x7f309401cd20, sip_task=0x7f30c0cfbfff <transport_shutdown>, task_data=0x7f30748736b8) at res_pjsip.c:4657
std = {lock = {mutex = pthread_mutex_t = {Type = Recursive, Status = Not acquired, Robust = No, Shared = No, Protocol = None}, track = 0x7f3094002a00, flags = {tracking = 1, setup = 1}}, cond = {__data = {{__wseq = 2, __wseq32 = {__low = 2, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "002", '000' <repeats 15 times>, "002", '000' <repeats 19 times>, "b000000000000000000000000000000", __align = 2}, complete = 0, fail = 0, task = 0x7f30c0cfbfff <transport_shutdown>, task_data = 0x7f30748736b8}
__PRETTY_FUNCTION__ = "ast_sip_push_task_wait"
#5 0x00007f30c3fd0a45 in ast_sip_push_task_wait_serializer (serializer=0x7f309401cd20, sip_task=0x7f30c0cfbfff <transport_shutdown>, task_data=0x7f30748736b8) at res_pjsip.c:4699
No locals.
#6 0x00007f30c0cfcda5 in websocket_cb (session=0x7f309400a7b0, parameters=0x0, headers=0x7f3094009e30) at res_pjsip_transport_websocket.c:412
serializer = 0x7f309401cd20
create_data = {transport = 0x7f30748736b8, ws_session = 0x7f309400a7b0}
transport = 0x7f30748736b8
read_data = {transport = 0x7f30748736b8, payload = 0x7f309400a926 "003351REGISTER sip:172.26.128.2 SIP/2.0rnVia: SIP/2.0/WSS 7lrknb597v66.invalid;branch=z9hG4bK2696898rnTo: <sip:e01230_webrtc_1 at 172.26.128.2>rnFrom: <sip:e01230_webrtc_1 at 172.26.128.2>;tag=viuv1njnemrnCSeq:"..., payload_len = 0}
__PRETTY_FUNCTION__ = "websocket_cb"
#7 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094008110, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307cfbbcd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f3094009e30) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f3094009ea8 "websocket"
key = 0x7f309400a5d2 "8ECZU2ef/rhDSJiO/OACWw=="
key1 = 0x0
key2 = 0x0
protos = 0x7f309400a747 "sip"
requested_protocols = 0x0
protocol = 0x7f307cfbba90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f309400a7b0
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#8 0x00005646a9174a44 in handle_uri (ser=0x7f3094008110, uri=0x7f307cfbbcd7 "", method=AST_HTTP_GET, headers=0x7f3094009e30) at http.c:1487
c = 0x7f307cfbbcd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#9 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094008110) at http.c:1928
headers = 0x7f3094009e30
uri = 0x7f307cfbbcd4 "/ws"
method = 0x7f307cfbbcd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f3094009e18
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#10 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094008110) at http.c:1991
ser = 0x7f3094008110
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#11 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094008110) at tcptls.c:274
tcptls_session = 0x7f3094008110
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#12 0x00005646a912a613 in dummy_start (data=0x7f3094001ed0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173266100224037748, 139846232035200, 0, 139846618193616, 139846925065248, 173266100263883636, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307cfbced0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307cfbd700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094008110, name = 0x7f3094008ad0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f3094008f40
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#13 0x00007f311bfd86db in start_thread (arg=0x7f307cfbd700) at pthread_create.c:463
pd = 0x7f307cfbd700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846232037120, -286144129105620108, 139846232035200, 0, 139846618193616, 139846925065248, 173266100226134900, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#14 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 51 (Thread 0x7f307d03a700 (LWP 7635)):
#0 0x00007f311b1bdcb9 in __GI___poll (fds=0x7f307d0389a0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005646a912aa93 in ast_wait_for_input (fd=27, ms=-1) at utils.c:1347
pfd = {{fd = 27, events = 3, revents = 0}}
#2 0x00005646a9054c61 in ast_iostream_wait_for_input (stream=0x7f30940076c8, timeout=-1) at iostream.c:100
No locals.
#3 0x00007f30ca38bc0e in __ast_websocket_wait_for_input (session=0x7f308800a910, timeout=-1) at res_http_websocket.c:468
No locals.
#4 0x00007f30c0cfcd80 in websocket_cb (session=0x7f308800a910, parameters=0x0, headers=0x7f3088008940) at res_pjsip_transport_websocket.c:395
serializer = 0x7f308801e2f0
create_data = {transport = 0x7f30748631e8, ws_session = 0x7f308800a910}
transport = 0x7f30748631e8
read_data = {transport = 0x7f30748631e8, payload = 0x7f308801ccb0 "REGISTER sip:172.26.128.2 SIP/2.0rnVia: SIP/2.0/WSS 8ckqih9gbes1.invalid;branch=z9hG4bK9212184rnTo: <sip:e01076_webrtc_1 at 172.26.128.2>rnFrom: <sip:e01076_webrtc_1 at 172.26.128.2>;tag=3r655vmo2nrnCSeq: 4"..., payload_len = 755}
__PRETTY_FUNCTION__ = "websocket_cb"
#5 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f30940060a0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307d038cd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f3088008940) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f30880089b8 "websocket"
key = 0x7f308800a732 "EUOzSr8Hbyeiu4mLf1j1Sg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f308800a8a7 "sip"
requested_protocols = 0x0
protocol = 0x7f307d038a90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f308800a910
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#6 0x00005646a9174a44 in handle_uri (ser=0x7f30940060a0, uri=0x7f307d038cd7 "", method=AST_HTTP_GET, headers=0x7f3088008940) at http.c:1487
c = 0x7f307d038cd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#7 0x00005646a9175bf0 in httpd_process_request (ser=0x7f30940060a0) at http.c:1928
headers = 0x7f3088008940
uri = 0x7f307d038cd4 "/ws"
method = 0x7f307d038cd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f3088005b78
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#8 0x00005646a9175f41 in httpd_helper_thread (data=0x7f30940060a0) at http.c:1991
ser = 0x7f30940060a0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#9 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f30940060a0) at tcptls.c:274
tcptls_session = 0x7f30940060a0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#10 0x00005646a912a613 in dummy_start (data=0x7f30940022b0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173269189916136308, 139846232547200, 0, 139846618194608, 139846925065248, 173269189955982196, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d039ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d03a700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f30940060a0, name = 0x7f3094006160 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30880091c0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#11 0x00007f311bfd86db in start_thread (arg=0x7f307d03a700) at pthread_create.c:463
pd = 0x7f307d03a700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846232549120, -286144129105620108, 139846232547200, 0, 139846618194608, 139846925065248, 173269189918233460, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#12 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 50 (Thread 0x7f307d6ca700 (LWP 7634)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646aab58420) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646aab58420, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646aab58420, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646aab58420, __canceltype = -1393611024, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646aab58420) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646acf49250) at taskprocessor.c:202
listener = 0x5646acf49250
tps = 0x5646aa5ac620
pvt = 0x5646aab58410
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa5ac700) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173269524923585396, 139846239428480, 0, 94861505775360, 140736462083952, 173269524963431284, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d6c9ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d6ca700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646acf49250, name = 0x5646acf8d5b0 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f308c002b90
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307d6ca700) at pthread_create.c:463
pd = 0x7f307d6ca700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846239430400, -286144129105620108, 139846239428480, 0, 94861505775360, 140736462083952, 173269524925682548, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 49 (Thread 0x7f307d747700 (LWP 7633)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646ac6a62c0) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646ac6a62c0, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646ac6a62c0, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646ac6a62c0, __canceltype = -1399031568, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646ac6a62c0) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646ac9c79d0) at taskprocessor.c:202
listener = 0x5646ac9c79d0
tps = 0x5646ac9c7a40
pvt = 0x5646ac6a62b0
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646ac9e6ef0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173269318228284276, 139846239940480, 0, 94861543763696, 140736462083776, 173269318268130164, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d746ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d747700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646ac9c79d0, name = 0x5646aa5a2790 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f3080005da0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307d747700) at pthread_create.c:463
pd = 0x7f307d747700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846239942400, -286144129105620108, 139846239940480, 0, 94861543763696, 140736462083776, 173269318230381428, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 48 (Thread 0x7f307d7c4700 (LWP 7632)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646ac682000) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646ac682000, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646ac682000, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646ac682000, __canceltype = -1398710560, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646ac682000) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646ac9e6c70) at taskprocessor.c:202
listener = 0x5646ac9e6c70
tps = 0x5646ac9e6ce0
pvt = 0x5646ac681ff0
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646ac9e6fb0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173269384263406452, 139846240452480, 0, 94861543763888, 140736462083776, 173269384303252340, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d7c3ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d7c4700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646ac9e6c70, name = 0x5646aca15cd0 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f308400bf70
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307d7c4700) at pthread_create.c:463
pd = 0x7f307d7c4700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846240454400, -286144129105620108, 139846240452480, 0, 94861543763888, 140736462083776, 173269384265503604, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 47 (Thread 0x7f307d841700 (LWP 7631)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f307d83f990) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f307d83f930, cond=0x7f307d83f968) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f307d83ec80, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x7f307d83f968, mutex = 0x7f307d83f930, private = 0}
rt = <optimized out>
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 0
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x7f307d83f968, mutex=0x7f307d83f930) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x7f30c4005729 "res_pjsip.c", lineno=4657, func=0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", cond_name=0x7f30c4006503 "&std.cond", mutex_name=0x7f30c40064f9 "&std.lock", cond=0x7f307d83f968, t=0x7f307d83f930) at lock.c:588
res = 0
lt = 0x7f30781c2fa0
lt_orig = {file = {0x7f30c4005729 "res_pjsip.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {4655, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139846240966400, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x7f30c3fd087c <ast_sip_push_task_wait+361>, 0x7f30c3fd0a45 <ast_sip_push_task_wait_serializer+114>, 0x7f30c0cfcd61 <websocket_cb+389>, 0x7f30ca38d84b <__ast_websocket_uri_cb+3565>, 0x5646a9174a44 <handle_uri+1472>, 0x5646a9175bf0 <httpd_process_request+992>, 0x5646a9175f41 <httpd_helper_thread+717>, 0x5646a9116df3 <handle_tcptls_connection+1707>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x17803b8b8, 0x7f307803a360, 0x7f307803aeb8, 0x7f307803b8d0, 0x7f307d83f8a0, 0x5646a9115a4b <taskprocessor_push+559>, 0x7f30781cda20, 0x7f307803b8d0, 0x0, 0x100000000, 0x7f307d83f8d0, 0x5646a9115a8b <ast_taskprocessor_push+57>, 0x0, 0x7f307d83f930, 0x7f30c3fd0651 <sync_task>, 0x7f307803b8d0, 0x7f307d83f900, 0x7f30c3fd064f <ast_sip_push_task+69>}, num_frames = 13, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7631, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00007f30c3fd08be in ast_sip_push_task_wait (serializer=0x7f307803b8d0, sip_task=0x7f30c0cfc6f0 <transport_read>, task_data=0x7f307d83fa50) at res_pjsip.c:4657
std = {lock = {mutex = pthread_mutex_t = {Type = Recursive, Status = Not acquired, Robust = No, Shared = No, Protocol = None}, track = 0x7f30781c2fa0, flags = {tracking = 1, setup = 1}}, cond = {__data = {{__wseq = 2, __wseq32 = {__low = 2, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "002", '000' <repeats 15 times>, "002", '000' <repeats 19 times>, "b000000000000000000000000000000", __align = 2}, complete = 0, fail = 0, task = 0x7f30c0cfc6f0 <transport_read>, task_data = 0x7f307d83fa50}
__PRETTY_FUNCTION__ = "ast_sip_push_task_wait"
#5 0x00007f30c3fd0a45 in ast_sip_push_task_wait_serializer (serializer=0x7f307803b8d0, sip_task=0x7f30c0cfc6f0 <transport_read>, task_data=0x7f307d83fa50) at res_pjsip.c:4699
No locals.
#6 0x00007f30c0cfcd61 in websocket_cb (session=0x7f3078028180, parameters=0x0, headers=0x7f307801d340) at res_pjsip_transport_websocket.c:405
opcode = AST_WEBSOCKET_OPCODE_TEXT
fragmented = 0
serializer = 0x7f307803b8d0
create_data = {transport = 0x7f3074842368, ws_session = 0x7f3078028180}
transport = 0x7f3074842368
read_data = {transport = 0x7f3074842368, payload = 0x7f30781c5800 "INVITE sip:001714886611 at 172.26.128.2 SIP/2.0rnVia: SIP/2.0/WSS snm2f6cfgstc.invalid;branch=z9hG4bK8808158rnTo: <sip:001714886611 at 172.26.128.2>rnFrom: <sip:englert_webrtc_1 at 172.26.128.2>;tag=0d9lhpad8g"..., payload_len = 2961}
__PRETTY_FUNCTION__ = "websocket_cb"
#7 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094005ef0, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307d83fcd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f307801d340) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f307801d3b8 "websocket"
key = 0x7f3078023ca2 "mvESqypuKMH3ztU9Nn+NvA=="
key1 = 0x0
key2 = 0x0
protos = 0x7f3078021c27 "sip"
requested_protocols = 0x0
protocol = 0x7f307d83fa90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f3078028180
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#8 0x00005646a9174a44 in handle_uri (ser=0x7f3094005ef0, uri=0x7f307d83fcd7 "", method=AST_HTTP_GET, headers=0x7f307801d340) at http.c:1487
c = 0x7f307d83fcd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#9 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094005ef0) at http.c:1928
headers = 0x7f307801d340
uri = 0x7f307d83fcd4 "/ws"
method = 0x7f307d83fcd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f30780205a8
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#10 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094005ef0) at http.c:1991
ser = 0x7f3094005ef0
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#11 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094005ef0) at tcptls.c:274
tcptls_session = 0x7f3094005ef0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#12 0x00005646a912a613 in dummy_start (data=0x7f3094001ed0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173268078056477556, 139846240964480, 0, 139846618193616, 139846925065248, 173268078096323444, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d840ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d841700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094005ef0, name = 0x7f3094002250 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f30780272e0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#13 0x00007f311bfd86db in start_thread (arg=0x7f307d841700) at pthread_create.c:463
pd = 0x7f307d841700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846240966400, -286144129105620108, 139846240964480, 0, 139846618193616, 139846925065248, 173268078058574708, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#14 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 46 (Thread 0x7f307d8be700 (LWP 7630)):
#0 0x00007f311b1bdcb9 in __GI___poll (fds=0x7f307d8bc9a0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005646a912aa93 in ast_wait_for_input (fd=21, ms=-1) at utils.c:1347
pfd = {{fd = 21, events = 3, revents = 0}}
#2 0x00005646a9054c61 in ast_iostream_wait_for_input (stream=0x7f30940063b8, timeout=-1) at iostream.c:100
No locals.
#3 0x00007f30ca38bc0e in __ast_websocket_wait_for_input (session=0x7f3074810e50, timeout=-1) at res_http_websocket.c:468
No locals.
#4 0x00007f30c0cfcd80 in websocket_cb (session=0x7f3074810e50, parameters=0x0, headers=0x7f3074085820) at res_pjsip_transport_websocket.c:395
serializer = 0x7f3074072fe0
create_data = {transport = 0x7f306c32a798, ws_session = 0x7f3074810e50}
transport = 0x7f306c32a798
read_data = {transport = 0x7f306c32a798, payload = 0x7f30741f32e0 "REGISTER sip:172.26.128.2 SIP/2.0rnVia: SIP/2.0/WSS o2ca0ikb908j.invalid;branch=z9hG4bK3439766rnTo: <sip:meyer_webrtc_1 at 172.26.128.2>rnFrom: <sip:meyer_webrtc_1 at 172.26.128.2>;tag=8r40t69iohrnCSeq: 4 R"..., payload_len = 752}
__PRETTY_FUNCTION__ = "websocket_cb"
#5 0x00007f30ca38d84b in __ast_websocket_uri_cb (ser=0x7f3094002360, urih=0x7f30ca593140 <websocketuri>, uri=0x7f307d8bccd7 "", method=AST_HTTP_GET, get_vars=0x0, headers=0x7f3074085820) at res_http_websocket.c:984
v = 0x0
upgrade = 0x7f3074085898 "websocket"
key = 0x7f307420ede2 "327n7avLnRDvKd/msWrUCg=="
key1 = 0x0
key2 = 0x0
protos = 0x7f3074056b67 "sip"
requested_protocols = 0x0
protocol = 0x7f307d8bca90 "sip"
version = 13
flags = 1
protocol_handler = 0x5646ab942030
session = 0x7f3074810e50
server = 0x5646abef0af0
__self____LINE__ = 0x5646aa1076f0
__PRETTY_FUNCTION__ = "__ast_websocket_uri_cb"
#6 0x00005646a9174a44 in handle_uri (ser=0x7f3094002360, uri=0x7f307d8bccd7 "", method=AST_HTTP_GET, headers=0x7f3074085820) at http.c:1487
c = 0x7f307d8bccd7 ""
res = 0
params = 0x0
urih = 0x7f30ca593140 <websocketuri>
l = 2
get_vars = 0x0
v = 0x0
prev = 0x0
redirect = 0x0
__PRETTY_FUNCTION__ = "handle_uri"
#7 0x00005646a9175bf0 in httpd_process_request (ser=0x7f3094002360) at http.c:1928
headers = 0x7f3074085820
uri = 0x7f307d8bccd4 "/ws"
method = 0x7f307d8bccd0 "GET"
transfer_encoding = 0x5646a91f962b "identity"
request = 0x7f307409c3d8
http_method = AST_HTTP_GET
res = 0
len = 18
request_line = "GET000/ws000HTTP/1.1rn", '000' <repeats 2102 times>...
#8 0x00005646a9175f41 in httpd_helper_thread (data=0x7f3094002360) at http.c:1991
ser = 0x7f3094002360
timeout = 15000
arg = 1
__PRETTY_FUNCTION__ = "httpd_helper_thread"
#9 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3094002360) at tcptls.c:274
tcptls_session = 0x7f3094002360
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#10 0x00005646a912a613 in dummy_start (data=0x7f30940022f0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173268161271468916, 139846241476480, 0, 139846618194672, 139846925065248, 173268161311314804, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d8bded0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d8be700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3094002360, name = 0x7f3094001c80 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f3074315310
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#11 0x00007f311bfd86db in start_thread (arg=0x7f307d8be700) at pthread_create.c:463
pd = 0x7f307d8be700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846241478400, -286144129105620108, 139846241476480, 0, 139846618194672, 139846925065248, 173268161273566068, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#12 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 45 (Thread 0x7f307d93b700 (LWP 7629)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646ac06e6f0) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646ac06e6f0, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646ac06e6f0, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646ac06e6f0, __canceltype = -1402072928, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646ac06e6f0) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646ac13e520) at taskprocessor.c:202
listener = 0x5646ac13e520
tps = 0x5646abb38cb0
pvt = 0x5646ac06e6e0
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646abfbaeb0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173267954576167796, 139846241988480, 0, 94861533097648, 140736462083904, 173267954616013684, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d93aed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d93b700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646ac13e520, name = 0x5646abc49590 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f306c3121e0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307d93b700) at pthread_create.c:463
pd = 0x7f307d93b700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846241990400, -286144129105620108, 139846241988480, 0, 94861533097648, 140736462083904, 173267954578264948, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 44 (Thread 0x7f307d9b8700 (LWP 7628)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646ab8d6b70) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646ab8d6b70, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646ab8d6b70, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646ab8d6b70, __canceltype = -1399768928, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646ab8d6b70) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646ac913980) at taskprocessor.c:202
listener = 0x5646ac913980
tps = 0x5646acd50fb0
pvt = 0x5646ab8d6b60
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa6cfba0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173268020611289972, 139846242500480, 0, 94861506968480, 140736462083936, 173268020651135860, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307d9b7ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307d93c000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307d9b8700
__not_first_call = 0
ret = 0x7f307d9b7e57
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646ac913980, name = 0x5646aa6eafd0 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f30700242a0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307d9b8700) at pthread_create.c:463
pd = 0x7f307d9b8700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846242502400, -286144129105620108, 139846242500480, 0, 94861506968480, 140736462083936, 173268020613387124, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 43 (Thread 0x7f307da35700 (LWP 7626)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646abd03c40) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646abd03c40, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646abd03c40, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646abd03c40, __canceltype = -1397214128, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646abd03c40) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646abbd0ab0) at taskprocessor.c:202
listener = 0x5646abbd0ab0
tps = 0x5646accca960
pvt = 0x5646abd03c30
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646ac02ef50) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173267813915988852, 139846243012480, 0, 94861533572944, 140736462083952, 173267813955834740, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307da34ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307da35700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646abbd0ab0, name = 0x5646abfa3dc0 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f31100044e0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307da35700) at pthread_create.c:463
pd = 0x7f307da35700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846243014400, -286144129105620108, 139846243012480, 0, 94861533572944, 140736462083952, 173267813918086004, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 42 (Thread 0x7f307dab2700 (LWP 7625)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646ac026bc0) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646ac026bc0, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646ac026bc0, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646ac026bc0, __canceltype = 0, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646ac026bc0) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646acc27210) at taskprocessor.c:202
listener = 0x5646acc27210
tps = 0x5646ab9255f0
pvt = 0x5646ac026bb0
sem_value = -1460058274
res = 22086
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646abcde1b0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173267879951111028, 139846243524480, 0, 94861530096048, 140736462084208, 173267879990956916, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307dab1ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307dab2700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646acc27210, name = 0x5646acf83a20 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f310802f2a0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307dab2700) at pthread_create.c:463
pd = 0x7f307dab2700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846243526400, -286144129105620108, 139846243524480, 0, 94861530096048, 140736462084208, 173267879953208180, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 41 (Thread 0x7f307db2f700 (LWP 7624)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5646ab898e50) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x5646ab879870, cond=0x5646ab898e28) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f307db2e0d0, __canceltype = 454925952, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x5646ab898e28, mutex = 0x5646ab879870, private = 0}
rt = <optimized out>
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 0
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x5646ab898e28, mutex=0x5646ab879870) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x5646a91e08f4 "sched.c", lineno=152, func=0x5646a91e0c70 <__PRETTY_FUNCTION__.13129> "sched_run", cond_name=0x5646a91e08fc "&con->sched_thread->cond", mutex_name=0x5646a91e08e9 "&con->lock", cond=0x5646ab898e28, t=0x5646ab879870) at lock.c:588
res = 0
lt = 0x7f310c009a60
lt_orig = {file = {0x5646a91e08f4 "sched.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {142, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x5646a91e0c70 <__PRETTY_FUNCTION__.13129> "sched_run", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139846244038400, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90dd6bf <sched_run+99>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1, 0x7f3110001b10, 0x7f31100019f0, 0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9065454 <__ast_rwlock_wrlock+208>, 0x5646a8f94708 <ast_register_thread+141>, 0x5646a912a597 <dummy_start+413>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x175b0, 0x20, 0x7f311b4999d8 <__libc_multiple_threads>, 0x7f310c009a50, 0x5646a912707b <ast_threadstorage_get+53>, 0xe48, 0x5646a946e080 <thread_lock_info>, 0x0, 0x7f310c008c10, 0x7f307db2ed30, 0x5646a9129a38 <ast_remove_lock_info+525>, 0x7f3110001b10, 0x5646a944e4d0 <thread_list+16>, 0x94002360, 0x0}, num_frames = 6, alloced = 0}, {addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90de399 <ast_sched_wait+50>, 0x5646a90dd70e <sched_run+178>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646a90dd6bf <sched_run+99>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1, 0x7f3110001b10, 0x7f31100019f0, 0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9065454 <__ast_rwlock_wrlock+208>, 0x5646a8f94708 <ast_register_thread+141>, 0x5646a912a597 <dummy_start+413>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x175b0, 0x20, 0x7f311b4999d8 <__libc_multiple_threads>, 0x7f310c009a50, 0x5646a912707b <ast_threadstorage_get+53>, 0xe48, 0x5646a946e080 <thread_lock_info>, 0x0, 0x7f310c008c10}, num_frames = 7, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7624, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00005646a90dd755 in sched_run (data=0x5646ab879870) at sched.c:152
ms = -1
ts = {tv_sec = 0, tv_nsec = 0}
con = 0x5646ab879870
__PRETTY_FUNCTION__ = "sched_run"
#5 0x00005646a912a613 in dummy_start (data=0x5646acd947d0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173267690435679092, 139846244036480, 0, 94861547620304, 140736462084304, 173267690475524980, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307db2eed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307dab3000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307db2f700
__not_first_call = 0
ret = 0x7f307db2ee57
a = {start_routine = 0x5646a90dd65c <sched_run>, data = 0x5646ab879870, name = 0x5646ac919590 "sched_run", ' ' <repeats 12 times>, "started at [ 214] sched.c ast_sched_start_thread()"}
lock_info = 0x7f310c008c10
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307db2f700) at pthread_create.c:463
pd = 0x7f307db2f700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846244038400, -286144129105620108, 139846244036480, 0, 94861547620304, 140736462084304, 173267690437776244, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 40 (Thread 0x7f307dbac700 (LWP 7613)):
#0 0x00007f311b1bdcb9 in __GI___poll (fds=0x7f307dbab320, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005646a912aa93 in ast_wait_for_input (fd=19, ms=-1) at utils.c:1347
pfd = {{fd = 19, events = 3, revents = 0}}
#2 0x00005646a9195171 in get_input (s=0x7f307dbabc30, output=0x7f307dbab7d0 "") at manager.c:6801
res = 0
x = 0
maxlen = 1024
src = 0x7f3104004860 "rntion: pjsipshowendpointsrnrna9e-7e21bd9c559brnAction: pjsipshowendpointsrnrn"
timeout = -1
now = 139846244547632
__PRETTY_FUNCTION__ = "get_input"
#3 0x00005646a9195457 in do_message (s=0x7f307dbabc30) at manager.c:6872
m = {hdrcount = 0, headers = {0x0 <repeats 128 times>}}
header_buf = '000' <repeats 1024 times>
res = 0
hdr_loss = 0
now = 1612167360
__PRETTY_FUNCTION__ = "do_message"
#4 0x00005646a9195ada in session_do (data=0x7f30800051f0) at manager.c:7007
ser = 0x7f30800051f0
session = 0x7f3104004730
s = {session = 0x7f3104004730, stream = 0x7f3080005558, tcptls_session = 0x7f30800051f0, parsing = MESSAGE_OKAY, write_error = 0, hook = 0x0, lock = {mutex = pthread_mutex_t = {Type = Recursive, Status = Not acquired, Robust = No, Shared = No, Protocol = None}, track = 0x7f3104007e50, flags = {tracking = 1, setup = 1}}}
res = 0
arg = 1
ser_remote_address_tmp = {ss = {ss_family = 2, __ss_padding = "Ӟ177000000001000000000000000000000000ۆ375033305000000000030253036251FV000000004", '000' <repeats 16 times>, "275272}0177000000200277272}0177000000000000000000000000000000035q022251FV000000004000000000000000000000p341F251FV000000004000000000000000000000300F000004061177000000060275272}0177000", __ss_align = 94861484286113}, len = 16}
__PRETTY_FUNCTION__ = "session_do"
#5 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f30800051f0) at tcptls.c:274
tcptls_session = 0x7f30800051f0
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#6 0x00005646a912a613 in dummy_start (data=0x7f30800052b0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173267756470801268, 139846244548480, 0, 139846282662576, 139846923529248, 173267756510647156, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307dbabed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307db30000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307dbac700
__not_first_call = 0
ret = 0x7f307dbabe57
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f30800051f0, name = 0x7f30800052d0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f3104003850
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#7 0x00007f311bfd86db in start_thread (arg=0x7f307dbac700) at pthread_create.c:463
pd = 0x7f307dbac700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846244550400, -286144129105620108, 139846244548480, 0, 139846282662576, 139846923529248, 173267756472898420, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#8 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 39 (Thread 0x7f307f9a6700 (LWP 7479)):
#0 0x00007f311b1caa47 in epoll_wait (epfd=18, events=0x7f307f9a5c50, maxevents=16, timeout=10) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
resultvar = 18446744073709551612
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00007f311dfe351a in pj_ioqueue_poll (ioqueue=0x7f3080004938, timeout=0x7f307f9a5e50) at ../src/pj/ioqueue_epoll.c:595
i = 0
count = 0
event_cnt = 0
processed_cnt = 0
msec = 10
events = {{events = 4294967136, data = {ptr = 0x600ffffffff, fd = -1, u32 = 4294967295, u64 = 6601364733951}}, {events = 0, data = {ptr = 0x48, fd = 72, u32 = 72, u64 = 72}}, {events = 2888927824, data = {ptr = 0x400005646, fd = 22086, u32 = 22086, u64 = 17179891270}}, {events = 0, data = {ptr = 0x5646ac318b18, fd = -1406039272, u32 = 2888928024, u64 = 94861536627480}}, {events = 2140822736, data = {ptr = 0x57e56f0000007f30, fd = 32560, u32 = 32560, u64 = 6333590496757186352}}, {events = 3397735466, data = {ptr = 0x48, fd = 72, u32 = 72, u64 = 72}}, {events = 0, data = {ptr = 0x7f9a5cf000000000, fd = 0, u32 = 0, u64 = 9194763775092195328}}, {events = 32560, data = {ptr = 0x7fffc2da7c30 <clock_gettime+512>, fd = -1025868752, u32 = 3269098544, u64 = 140736462486576}}, {events = 2140822920, data = {ptr = 0x7f9a5d9000007f30, fd = 32560, u32 = 32560, u64 = 9194764462286995248}}, {events = 32560, data = {ptr = 0x7f307f9a5d00, fd = 2140822784, u32 = 2140822784, u64 = 139846275980544}}, {events = 503214461, data = {ptr = 0x7f9a5d8800007f31, fd = 32561, u32 = 32561, u64 = 9194764427927256881}}, {events = 32560, data = {ptr = 0x7f307f9a5d90, fd = 2140822928, u32 = 2140822928, u64 = 139846275980688}}, {events = 1000000000, data = {ptr = 0x0, fd = 0, u32 = 0, u64 = 0}}, {events = 1104006501, data = {ptr = 0x41abd5be663f6ad8, fd = 1715432152, u32 = 1715432152, u64 = 4732110847218772696}}, {events = 1474653952, data = {ptr = 0x7f9a5d60ca85542a, fd = -897231830, u32 = 3397735466, u64 = 9194764259526267946}}, {events = 32560, data = {ptr = 0x7f311dfe74aa <pj_elapsed_time+178>, fd = 503215274, u32 = 503215274, u64 = 139848933340330}}}
queue = {{key = 0x7f307f9a5d78, event_type = 1715432152}, {key = 0x7f307f9a5d88, event_type = 2140822928}, {key = 0x7f307f9a5d60, event_type = 503207167}, {key = 0x410c80c2f80fc991, event_type = 2855320328}, {key = 0x39018, event_type = 371}, {key = 0x7f307f9a5d80, event_type = 503241102}, {key = 0x80004d98, event_type = 2858110208}, {key = 0x7f307f9a5da0, event_type = 503313456}, {key = 0x0, event_type = 2888927864}, {key = 0x7f307f9a5e20, event_type = 503318974}, {key = 0x0, event_type = 2888927864}, {key = 0x7f307f9a5e20, event_type = 503196537}, {key = 0x0, event_type = 2140823112}, {key = 0x1, event_type = 2888927696}, {key = 0x39018, event_type = 371}, {key = 0x0, event_type = NO_EVENT}}
t1 = {u32 = {lo = 474078062, hi = 54365}, u64 = 233496371125102}
t2 = {u32 = {lo = 2140822608, hi = 32560}, u64 = 139846275980368}
#2 0x00007f30a7e01c60 in timer_worker_thread (data=0x0) at res_rtp_asterisk.c:2675
delay = {sec = 0, msec = 10}
ioqueue = 0x7f3080004938
#3 0x00007f311dfe497d in thread_main (param=0x5646aa30bb50) at ../src/pj/os_core_unix.c:541
rec = 0x5646aa30bb50
result = 0x0
rc = 0
#4 0x00007f311bfd86db in start_thread (arg=0x7f307f9a6700) at pthread_create.c:463
pd = 0x7f307f9a6700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846275983104, -286144129105620108, 139846275981184, 0, 94861503019856, 140736462084496, 173272426176090996, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#5 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 38 (Thread 0x7f307fa23700 (LWP 7478)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5646aa723930) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x5646abb1c810, cond=0x5646aa723908) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f307fa220d0, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x5646aa723908, mutex = 0x5646abb1c810, private = 0}
rt = <optimized out>
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 0
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x5646aa723908, mutex=0x5646abb1c810) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x5646a91e08f4 "sched.c", lineno=152, func=0x5646a91e0c70 <__PRETTY_FUNCTION__.13129> "sched_run", cond_name=0x5646a91e08fc "&con->sched_thread->cond", mutex_name=0x5646a91e08e9 "&con->lock", cond=0x5646aa723908, t=0x5646abb1c810) at lock.c:588
res = 0
lt = 0x7f30840056c0
lt_orig = {file = {0x5646a91e08f4 "sched.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {142, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x5646a91e0c70 <__PRETTY_FUNCTION__.13129> "sched_run", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139846276495104, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90dd6bf <sched_run+99>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1, 0x7f3110001b10, 0x7f31100019f0, 0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9065454 <__ast_rwlock_wrlock+208>, 0x5646a8f94708 <ast_register_thread+141>, 0x5646a912a597 <dummy_start+413>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x16140, 0x20, 0x7f311b4999d8 <__libc_multiple_threads>, 0x7f308400aec0, 0x5646a912707b <ast_threadstorage_get+53>, 0xe48, 0x5646a946e080 <thread_lock_info>, 0x0, 0x7f30840047e0, 0x7f307fa22d30, 0x5646a9129a38 <ast_remove_lock_info+525>, 0x7f3110001b10, 0x5646a944e4d0 <thread_list+16>, 0x94001a50, 0x0}, num_frames = 6, alloced = 0}, {addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90de399 <ast_sched_wait+50>, 0x5646a90dd70e <sched_run+178>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646a90dd6bf <sched_run+99>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1, 0x7f3110001b10, 0x7f31100019f0, 0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9065454 <__ast_rwlock_wrlock+208>, 0x5646a8f94708 <ast_register_thread+141>, 0x5646a912a597 <dummy_start+413>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x16140, 0x20, 0x7f311b4999d8 <__libc_multiple_threads>, 0x7f308400aec0, 0x5646a912707b <ast_threadstorage_get+53>, 0xe48, 0x5646a946e080 <thread_lock_info>, 0x0, 0x7f30840047e0}, num_frames = 7, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7478, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00005646a90dd755 in sched_run (data=0x5646abb1c810) at sched.c:152
ms = -1
ts = {tv_sec = 0, tv_nsec = 0}
con = 0x5646abb1c810
__PRETTY_FUNCTION__ = "sched_run"
#5 0x00005646a912a613 in dummy_start (data=0x5646abcfdc50) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173272219478692724, 139846276493184, 0, 94861530225744, 140736462084272, 173272219518538612, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307fa22ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307f9a7000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307fa23700
__not_first_call = 0
ret = 0x7f307fa22e57
a = {start_routine = 0x5646a90dd65c <sched_run>, data = 0x5646abb1c810, name = 0x5646ac8cd230 "sched_run", ' ' <repeats 12 times>, "started at [ 214] sched.c ast_sched_start_thread()"}
lock_info = 0x7f30840047e0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307fa23700) at pthread_create.c:463
pd = 0x7f307fa23700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846276495104, -286144129105620108, 139846276493184, 0, 94861530225744, 140736462084272, 173272219480789876, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 37 (Thread 0x7f307fb9a700 (LWP 7477)):
#0 0x00007f311b18d7a0 in __GI___nanosleep (requested_time=requested_time at entry=0x7f307fb99d00, remaining=remaining at entry=0x7f307fb99d00) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00007f311b18d67a in __sleep (seconds=0) at ../sysdeps/posix/sleep.c:55
save_errno = 0
ts = {tv_sec = 6, tv_nsec = 624022407}
#2 0x00007f30c17335be in check_expiration_thread (data=0x0) at res_pjsip_registrar.c:1281
contacts = 0x7f307801d038
var = 0x7f30781c1020
time = 0x7f307fb99d40 "1612168497"
__PRETTY_FUNCTION__ = "check_expiration_thread"
#3 0x00005646a912a613 in dummy_start (data=0x7f306c006b20) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173272162033505140, 139846278029184, 0, 139845947124512, 139846280587568, 173272162073351028, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307fb99ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307fb1e000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307fb9a700
__not_first_call = 0
ret = 0x7f307fb99e57
a = {start_routine = 0x7f30c173355d <check_expiration_thread>, data = 0x0, name = 0x7f306c007c00 "check_expiration_thread started at [ 1309] res_pjsip_registrar.c expiration_global_loaded()"}
lock_info = 0x7f3078015480
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#4 0x00007f311bfd86db in start_thread (arg=0x7f307fb9a700) at pthread_create.c:463
pd = 0x7f307fb9a700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846278031104, -286144129105620108, 139846278029184, 0, 139845947124512, 139846280587568, 173272162035602292, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#5 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 36 (Thread 0x7f307faa0700 (LWP 7449)):
#0 0x00007f311bfdf065 in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7f307fa9fd80, expected=0, futex_word=0x5646abef0a20) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -516
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x7f307fa9fd80, mutex=0x5646ac6919b0, cond=0x5646abef09f8) at pthread_cond_wait.c:539
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f307fa9f0d0, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 84, cond = 0x5646abef09f8, mutex = 0x5646ac6919b0, private = 0}
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 42
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_timedwait (cond=0x5646abef09f8, mutex=0x5646ac6919b0, abstime=0x7f307fa9fd80) at pthread_cond_wait.c:667
No locals.
#3 0x00005646a9064807 in __ast_cond_timedwait (filename=0x5646a91e08f4 "sched.c", lineno=158, func=0x5646a91e0c70 <__PRETTY_FUNCTION__.13129> "sched_run", cond_name=0x5646a91e08fc "&con->sched_thread->cond", mutex_name=0x5646a91e08e9 "&con->lock", cond=0x5646abef09f8, t=0x5646ac6919b0, abstime=0x7f307fa9fd80) at lock.c:653
res = 110
lt = 0x7f30dc002b40
lt_orig = {file = {0x5646a91e08f4 "sched.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {142, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x5646a91e0c70 <__PRETTY_FUNCTION__.13129> "sched_run", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139846277007104, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90dd6bf <sched_run+99>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646ac6919b0, 0xb8e12, 0x7f30dc001c60, 0x7f307fa9fcf0, 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>, 0x7f307fa9fcc0, 0x5646ac6919b0, 0x5646a91e08e9, 0x5646a91e0e58 <__PRETTY_FUNCTION__.13359>, 0x3296c008f70, 0x5646a91e08f4, 0x17fa9fcf0, 0x1, 0x0, 0x7f30dc002b40, 0x6017bd4f, 0xb8e12, 0x7f307fa9fd50, 0x5646a90df563 <ast_sched_runq+555>, 0x5646a91e08e9, 0x5646ac6919b0, 0x753000000001, 0x7f306c008f70, 0x6017bd31, 0xb91fa}, num_frames = 6, alloced = 0}, {addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90de399 <ast_sched_wait+50>, 0x5646a90dd70e <sched_run+178>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646a90dd6bf <sched_run+99>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646ac6919b0, 0xb8e12, 0x7f30dc001c60, 0x7f307fa9fcf0, 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>, 0x7f307fa9fcc0, 0x5646ac6919b0, 0x5646a91e08e9, 0x5646a91e0e58 <__PRETTY_FUNCTION__.13359>, 0x3296c008f70, 0x5646a91e08f4, 0x17fa9fcf0, 0x1, 0x0, 0x7f30dc002b40, 0x6017bd4f, 0xb8e12, 0x7f307fa9fd50, 0x5646a90df563 <ast_sched_runq+555>}, num_frames = 7, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7449, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_timedwait"
#4 0x00005646a90dd7f3 in sched_run (data=0x5646ac6919b0) at sched.c:158
tv = {tv_sec = 1612168527, tv_usec = 757300}
ms = 30000
ts = {tv_sec = 1612168527, tv_nsec = 757300000}
con = 0x5646ac6919b0
__PRETTY_FUNCTION__ = "sched_run"
#5 0x00005646a912a613 in dummy_start (data=0x5646ac03f290) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173272302693684084, 139846277005184, 0, 94861533639312, 140736462084240, 173272302733529972, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307fa9fed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307faa0700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a90dd65c <sched_run>, data = 0x5646ac6919b0, name = 0x5646ab96ebe0 "sched_run", ' ' <repeats 12 times>, "started at [ 214] sched.c ast_sched_start_thread()"}
lock_info = 0x7f30dc001c60
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307faa0700) at pthread_create.c:463
pd = 0x7f307faa0700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846277007104, -286144129105620108, 139846277005184, 0, 94861533639312, 140736462084240, 173272302695781236, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 35 (Thread 0x7f307fb1d700 (LWP 7448)):
#0 0x00007f311b18d7a0 in __GI___nanosleep (requested_time=requested_time at entry=0x7f307fb1cb10, remaining=remaining at entry=0x7f307fb1cb10) at ../sysdeps/unix/sysv/linux/nanosleep.c:28
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00007f311b18d67a in __sleep (seconds=0) at ../sysdeps/posix/sleep.c:55
save_errno = 0
ts = {tv_sec = 5, tv_nsec = 350466118}
#2 0x00007f30c40009ad in keepalive_transport_thread (data=0x0) at res_pjsip/pjsip_transport_management.c:102
iter = {c = 0x0, last_node = 0x0, complete = 0, flags = 0}
monitored = 0x0
transports = 0x5646aab8a920
desc = {7742648124429333313, 7596553806832552736, 7018141386740360566, 100, 139846277519104, 0, 0, -2401050962867274001, 0, 94861487563984, 0, 139847691937776, 139846277516704, 94861483464264, 158913789952, 94861484804756, 94861487563984, 94861484821376, 1812476198960, 94861484804745, 80, 1, 139848698567440, 139848698567152, 94861482710072, 94861483463764, 94861482608392, 94861484270999, 139848899725019, 139848884987679, 0, 121168, 32, 139848887933400, 139847691941552, 94861484257403, 3656, 94861487693952, 0, 139847691937776, 139846277516592, 94861484268088, 139848698567440, 94861487563984, 0, 0, 139846277516704, 94861483462325, 32, 94861484804756, 94861487563984, 94861484821376, 1823208492432, 94861484804745, 1776658856008, 1, 1, 139848698567440, 139848698567152, 139846277519104, 139846277516752, 94861482608478, 94861485062216, 139845947129264}
thread = 0x7f307fb1cbc0
__PRETTY_FUNCTION__ = "keepalive_transport_thread"
#3 0x00005646a912a613 in dummy_start (data=0x7f306c006b00) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173272095998382964, 139846277517184, 0, 139845947124480, 139846280587568, 173272096038228852, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307fb1ced0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307fb1d700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x7f30c40008df <keepalive_transport_thread>, data = 0x0, name = 0x7f306c007db0 "keepalive_transport_thread started at [ 335] res_pjsip/pjsip_transport_management.c keepalive_global_loaded()"}
lock_info = 0x7f30d40027f0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#4 0x00007f311bfd86db in start_thread (arg=0x7f307fb1d700) at pthread_create.c:463
pd = 0x7f307fb1d700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846277519104, -286144129105620108, 139846277517184, 0, 139845947124480, 139846280587568, 173272096000480116, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#5 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 34 (Thread 0x7f307fd11700 (LWP 7447)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5646aa31ef50) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x5646abf74860, cond=0x5646aa31ef28) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f307fd100d0, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 48, cond = 0x5646aa31ef28, mutex = 0x5646abf74860, private = 0}
rt = <optimized out>
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 24
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x5646aa31ef28, mutex=0x5646abf74860) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x5646a91e08f4 "sched.c", lineno=152, func=0x5646a91e0c70 <__PRETTY_FUNCTION__.13129> "sched_run", cond_name=0x5646a91e08fc "&con->sched_thread->cond", mutex_name=0x5646a91e08e9 "&con->lock", cond=0x5646aa31ef28, t=0x5646abf74860) at lock.c:588
res = 0
lt = 0x7f30d80036d0
lt_orig = {file = {0x5646a91e08f4 "sched.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {142, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x5646a91e0c70 <__PRETTY_FUNCTION__.13129> "sched_run", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139846279567104, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90dd6bf <sched_run+99>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646abf74860, 0x7fd10cc0, 0x7f30d80027f0, 0x7f307fd10cf0, 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>, 0x7f307fd10cf0, 0x5646abf74860, 0x5646a91e08e9, 0x5646a91e0e58 <__PRETTY_FUNCTION__.13359>, 0x329c2d45880, 0x5646a91e08f4, 0x7f307fd10cf0, 0x1, 0x0, 0x7f30d80036d0, 0x174072500, 0xe5df6, 0x7f307fd10d50, 0x5646a90df563 <ast_sched_runq+555>, 0x5646a91e08e9, 0x5646abf74860, 0x1, 0x0, 0x6017b8e1, 0xe61de}, num_frames = 6, alloced = 0}, {addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90de399 <ast_sched_wait+50>, 0x5646a90dd70e <sched_run+178>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646a90dd6bf <sched_run+99>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646abf74860, 0x7fd10cc0, 0x7f30d80027f0, 0x7f307fd10cf0, 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>, 0x7f307fd10cf0, 0x5646abf74860, 0x5646a91e08e9, 0x5646a91e0e58 <__PRETTY_FUNCTION__.13359>, 0x329c2d45880, 0x5646a91e08f4, 0x7f307fd10cf0, 0x1, 0x0, 0x7f30d80036d0, 0x174072500, 0xe5df6, 0x7f307fd10d50, 0x5646a90df563 <ast_sched_runq+555>}, num_frames = 7, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7447, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00005646a90dd755 in sched_run (data=0x5646abf74860) at sched.c:152
ms = -1
ts = {tv_sec = 0, tv_nsec = 0}
con = 0x5646abf74860
__PRETTY_FUNCTION__ = "sched_run"
#5 0x00005646a912a613 in dummy_start (data=0x5646ac0c0490) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173272914189652852, 139846279565184, 0, 94861534168208, 140736462084224, 173272914229498740, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307fd10ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307fc95000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307fd11700
__not_first_call = 0
ret = 0x7f307fd10e57
a = {start_routine = 0x5646a90dd65c <sched_run>, data = 0x5646abf74860, name = 0x5646ac4d40d0 "sched_run", ' ' <repeats 12 times>, "started at [ 214] sched.c ast_sched_start_thread()"}
lock_info = 0x7f30d80027f0
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307fd11700) at pthread_create.c:463
pd = 0x7f307fd11700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846279567104, -286144129105620108, 139846279565184, 0, 94861534168208, 140736462084224, 173272914191750004, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 33 (Thread 0x7f307fc94700 (LWP 7446)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646ac460a70) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646ac460a70, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646ac460a70, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646ac460a70, __canceltype = -1413803344, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646ac460a70) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646aa3268a0) at taskprocessor.c:202
listener = 0x5646aa3268a0
tps = 0x5646abb77d80
pvt = 0x5646ac460a60
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646ac0b1c90) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173273120884953972, 139846279053184, 0, 94861534108816, 140736462083888, 173273120924799860, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307fc93ed0, 0x0, 0x7f311b2455e2 <__libc_thread_freeres+50>, 0x7f307fc18000}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307fc94700
__not_first_call = 0
ret = 0x7f307fc93e57
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646aa3268a0, name = 0x5646acf68c80 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f30cc001a10
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f307fc94700) at pthread_create.c:463
pd = 0x7f307fc94700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846279055104, -286144129105620108, 139846279053184, 0, 94861534108816, 140736462083888, 173273120887051124, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 32 (Thread 0x7f307fc17700 (LWP 7426)):
#0 0x00007f311b1bdcb9 in __GI___poll (fds=0x7f307fc16320, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005646a912aa93 in ast_wait_for_input (fd=20, ms=-1) at utils.c:1347
pfd = {{fd = 20, events = 3, revents = 0}}
#2 0x00005646a9195171 in get_input (s=0x7f307fc16c30, output=0x7f307fc167d0 "") at manager.c:6801
res = 0
x = 0
maxlen = 1024
src = 0x7f306c004c20 "rndule: pbx_luarnrn9.2241452rnModule: pbx_luarnrn"
timeout = -1
now = 139846278540336
__PRETTY_FUNCTION__ = "get_input"
#3 0x00005646a9195457 in do_message (s=0x7f307fc16c30) at manager.c:6872
m = {hdrcount = 0, headers = {0x0 <repeats 128 times>}}
header_buf = '000' <repeats 1024 times>
res = 0
hdr_loss = 0
now = 1612167356
__PRETTY_FUNCTION__ = "do_message"
#4 0x00005646a9195ada in session_do (data=0x7f3080003d30) at manager.c:7007
ser = 0x7f3080003d30
session = 0x7f306c004af0
s = {session = 0x7f306c004af0, stream = 0x7f3080003ea8, tcptls_session = 0x7f3080003d30, parsing = MESSAGE_OKAY, write_error = 0, hook = 0x0, lock = {mutex = pthread_mutex_t = {Type = Recursive, Status = Not acquired, Robust = No, Shared = No, Protocol = None}, track = 0x0, flags = {tracking = 1, setup = 0}}}
res = 0
arg = 1
ser_remote_address_tmp = {ss = {ss_family = 2, __ss_padding = "322064177000000001000000000000000000000000ۆ375033305000000000030253036251FV000000004", '000' <repeats 16 times>, "m301177060177000000200o301177060177000000000000000000000000000000035q022251FV000000004000000000000000000000p341F251FV000000004000000000000000000000200J000l0177000000060m301177060177000", __ss_align = 94861484286113}, len = 16}
__PRETTY_FUNCTION__ = "session_do"
#5 0x00005646a9116df3 in handle_tcptls_connection (data=0x7f3080003d30) at tcptls.c:274
tcptls_session = 0x7f3080003d30
ssl = 0x1
__PRETTY_FUNCTION__ = "handle_tcptls_connection"
#6 0x00005646a912a613 in dummy_start (data=0x7f3080002fb0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173273054849831796, 139846278541184, 0, 139846282653616, 139846923529248, 173273054889677684, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307fc16ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307fc17700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116748 <handle_tcptls_connection>, data = 0x7f3080003d30, name = 0x7f30800046f0 "handle_tcptls_connection started at [ 342] tcptls.c ast_tcptls_server_root()"}
lock_info = 0x7f306c003b80
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#7 0x00007f311bfd86db in start_thread (arg=0x7f307fc17700) at pthread_create.c:463
pd = 0x7f307fc17700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846278543104, -286144129105620108, 139846278541184, 0, 139846282653616, 139846923529248, 173273054851928948, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#8 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 31 (Thread 0x7f307fe0b700 (LWP 7394)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f307fe0a9d0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f307fe0a970, cond=0x7f307fe0a9a8) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f307fe09cc0, __canceltype = -1459956680, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x7f307fe0a9a8, mutex = 0x7f307fe0a970, private = 0}
rt = <optimized out>
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 0
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x7f307fe0a9a8, mutex=0x7f307fe0a970) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x7f30c4005729 "res_pjsip.c", lineno=4657, func=0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", cond_name=0x7f30c4006503 "&std.cond", mutex_name=0x7f30c40064f9 "&std.lock", cond=0x7f307fe0a9a8, t=0x7f307fe0a970) at lock.c:588
res = 0
lt = 0x7f306c30cec0
lt_orig = {file = {0x7f30c4005729 "res_pjsip.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {4655, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139846280591104, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x7f30c3fd087c <ast_sip_push_task_wait+361>, 0x7f30c3fd0a45 <ast_sip_push_task_wait_serializer+114>, 0x7f30c3fda880 <contact_observer_deleted+38>, 0x5646a90ec272 <sorcery_observer_notify_delete+63>, 0x5646a8fa28fb <internal_ao2_traverse+898>, 0x5646a8fa2be4 <__ao2_callback+79>, 0x5646a90ec2d5 <sorcery_observers_notify_delete+92>, 0x5646a9115d21 <ast_taskprocessor_execute+302>, 0x5646a911fa67 <execute_tasks+52>, 0x5646a9115d21 <ast_taskprocessor_execute+302>, 0x5646a911d430 <threadpool_execute+121>, 0x5646a911f230 <worker_active+28>, 0x5646a911efa0 <worker_start+150>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646a9115a4b <taskprocessor_push+559>, 0x7f306c421cb0, 0x5646ac7cabd0, 0x0, 0x100000000, 0x7f307fe0a910, 0x5646a9115a8b <ast_taskprocessor_push+57>, 0x0, 0x7f307fe0a970, 0x7f30c3fd0651 <sync_task>, 0x5646ac7cabd0, 0x7f307fe0a940, 0x7f30c3fd064f <ast_sip_push_task+69>}, num_frames = 18, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7394, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00007f30c3fd08be in ast_sip_push_task_wait (serializer=0x5646ac7cabd0, sip_task=0x7f30c3fda781 <sip_options_contact_delete_management_task>, task_data=0x7f30781e1558) at res_pjsip.c:4657
std = {lock = {mutex = pthread_mutex_t = {Type = Recursive, Status = Not acquired, Robust = No, Shared = No, Protocol = None}, track = 0x7f306c30cec0, flags = {tracking = 1, setup = 1}}, cond = {__data = {{__wseq = 2, __wseq32 = {__low = 2, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "002", '000' <repeats 15 times>, "002", '000' <repeats 19 times>, "b000000000000000000000000000000", __align = 2}, complete = 0, fail = 0, task = 0x7f30c3fda781 <sip_options_contact_delete_management_task>, task_data = 0x7f30781e1558}
__PRETTY_FUNCTION__ = "ast_sip_push_task_wait"
#5 0x00007f30c3fd0a45 in ast_sip_push_task_wait_serializer (serializer=0x5646ac7cabd0, sip_task=0x7f30c3fda781 <sip_options_contact_delete_management_task>, task_data=0x7f30781e1558) at res_pjsip.c:4699
No locals.
#6 0x00007f30c3fda880 in contact_observer_deleted (obj=0x7f30781e1558) at res_pjsip/pjsip_options.c:2335
No locals.
#7 0x00005646a90ec272 in sorcery_observer_notify_delete (obj=0x7f307400b170, arg=0x7f30781e1558, flags=2) at sorcery.c:2198
observer = 0x7f307400b170
#8 0x00005646a8fa28fb in internal_ao2_traverse (self=0x5646aaabb188, flags=OBJ_NODATA, cb_fn=0x5646a90ec233 <sorcery_observer_notify_delete>, arg=0x7f30781e1558, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x5646a91e1adc "", file=0x5646a91e1a83 "sorcery.c", line=2209, func=0x5646a91e2ec0 <__PRETTY_FUNCTION__.11581> "sorcery_observers_notify_delete") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x5646a90ec233 <sorcery_observer_notify_delete>
cb_withdata = 0x0
node = 0x7f307400bdb8
traversal_state = 0x7f307fe0aaa0
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#9 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaabb188, flags=OBJ_NODATA, cb_fn=0x5646a90ec233 <sorcery_observer_notify_delete>, arg=0x7f30781e1558, tag=0x5646a91e1adc "", file=0x5646a91e1a83 "sorcery.c", line=2209, func=0x5646a91e2ec0 <__PRETTY_FUNCTION__.11581> "sorcery_observers_notify_delete") at astobj2_container.c:414
No locals.
#10 0x00005646a90ec2d5 in sorcery_observers_notify_delete (data=0x7f30781e0b68) at sorcery.c:2209
invocation = 0x7f30781e0b68
__PRETTY_FUNCTION__ = "sorcery_observers_notify_delete"
#11 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aaabb770) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f30781e2030
size = 139846280589184
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#12 0x00005646a911fa67 in execute_tasks (data=0x5646aaabb770) at threadpool.c:1354
tps = 0x5646aaabb770
#13 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa148ed0) at taskprocessor.c:1237
local = {local_data = 0x5646aa147928, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f30781e3aa0
size = 94861501167912
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#14 0x00005646a911d430 in threadpool_execute (pool=0x5646aa147940) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#15 0x00005646a911f230 in worker_active (worker=0x7f30fc001a60) at threadpool.c:1137
alive = 0
#16 0x00005646a911efa0 in worker_start (arg=0x7f30fc001a60) at threadpool.c:1056
worker = 0x7f30fc001a60
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#17 0x00005646a912a613 in dummy_start (data=0x5646aa321a90) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173272790709343092, 139846280589184, 0, 94861503109776, 139848828570512, 173272790749188980, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307fe0aed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307fe0b700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f30fc001a60, name = 0x7f30fc002710 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f306c002a20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#18 0x00007f311bfd86db in start_thread (arg=0x7f307fe0b700) at pthread_create.c:463
pd = 0x7f307fe0b700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846280591104, -286144129105620108, 139846280589184, 0, 94861503109776, 139848828570512, 173272790711440244, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#19 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 30 (Thread 0x7f307fe88700 (LWP 7391)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7391
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x5646aa2e8e08
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x5646aa2e8e08) at res_pjsip/config_transport.c:484
transport = 0x5646aa2e8e08
transport_id = 0x5646acb1f6e0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x5646aa2e8e08, objectset=0x5646acfcc030) at sorcery.c:1654
details = 0x5646aa2e8e08
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x5646acca65e0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x5646acfcc030
id = 0x5646aa60ca30
object = 0x5646aa2e8e08
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307fe874b0 "udp") at res_sorcery_realtime.c:190
fields = 0x5646acca65e0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307fe874b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307fe874b0 "udp", selector=0x7f307fe875f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x5646aa6ea128, sip_uri=0x5646aca92548, selector=0x7f307fe875f0) at res_pjsip.c:3500
transport_name = "udp000060177000000020000000000000000000000000u350177060177000000305376376035061177000000mg034251FV000000L337377035061177000000 u350177060177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at u350177060177000000364337377035061177000000247]000304060177000000H%251254FV000000 at u350177060177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249560 <pjsip_notify_method>, endpoint=0x5646aa6ea128, uri=0x0, provided_contact=0x5646ace125b8, tdata=0x7f307fe876c0) at res_pjsip.c:3896
contact = 0x5646ace125b8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x5646aa724b22 "sip:000413931298 at 172.26.130.114:5060", slen = 36}
from = {ptr = 0xf <error: Cannot access memory at address 0xf>, slen = 0}
pool = 0x7f3070036950
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x5646aca92548
fromuser = 0x0
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30a75df88d "NOTIFY", dlg=0x0, endpoint=0x5646aa6ea128, uri=0x0, contact=0x5646ace125b8, tdata=0x7f307fe876c0) at res_pjsip.c:3969
pmethod = 0x7f311e249560 <pjsip_notify_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30a75db833 in send_unsolicited_mwi_notify_to_contact (obj=0x5646ace125b8, arg=0x7f307fe879a0, flags=2) at res_pjsip_mwi.c:398
mwi_data = 0x7f307fe879a0
sub = 0x5646ad197c60
endpoint = 0x5646aa6ea128
state = PJSIP_EVSUB_STATE_NULL
contact = 0x5646ace125b8
state_name = 0x5646aa733410 "243064372250FV"
tdata = 0xa75dc0c1
sub_state = 0x7f307fe87750
event = 0x5646a8fa4d0b <hash_ao2_find_first+757>
from = 0x5646a911efa0 <worker_start+150>
from_uri = 0x10
allow_events = 0x5646aa31e318
body = {type = 0x2c400f727 <error: Cannot access memory at address 0x2c400f727>, subtype = 0x5646aa733428 "@214D251FV", body_text = 0x7f3000000000 <error: Cannot access memory at address 0x7f3000000000>}
body_text = 0x5646aa733410
body_data = {body_type = 0x7f30a75df783 "ast_sip_message_accumulator", body_data = 0x7f307fe87a40}
__PRETTY_FUNCTION__ = "send_unsolicited_mwi_notify_to_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x5646aa733428, flags=OBJ_NODATA, cb_fn=0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>, arg=0x7f307fe879a0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30a75df7af "", file=0x7f30a75df79f "res_pjsip_mwi.c", line=540, func=0x7f30a75e0130 <__PRETTY_FUNCTION__.27043> "send_unsolicited_mwi_notify") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>
cb_withdata = 0x0
node = 0x5646aa5c7b38
traversal_state = 0x7f307fe87760
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aa733428, flags=OBJ_NODATA, cb_fn=0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>, arg=0x7f307fe879a0, tag=0x7f30a75df7af "", file=0x7f30a75df79f "res_pjsip_mwi.c", line=540, func=0x7f30a75e0130 <__PRETTY_FUNCTION__.27043> "send_unsolicited_mwi_notify") at astobj2_container.c:414
No locals.
#16 0x00007f30a75dc1ab in send_unsolicited_mwi_notify (sub=0x5646ad197c60, counter=0x7f307fe87a40) at res_pjsip_mwi.c:540
aor = 0x5646acf0a420
contacts = 0x5646aa733428
mwi_data = {sub = 0x5646ad197c60, endpoint = 0x5646aa6ea128, state = PJSIP_EVSUB_STATE_NULL, counter = 0x7f307fe87a40}
endpoint = 0x5646aa6ea128
endpoint_aors = 0x0
aor_name = 0x7f307fe87920 "000413931298"
__PRETTY_FUNCTION__ = "send_unsolicited_mwi_notify"
#17 0x00007f30a75dc4e0 in send_mwi_notify (sub=0x5646ad197c60) at res_pjsip_mwi.c:576
counter = {old_msgs = 0, new_msgs = 0, message_account = '000' <repeats 511 times>}
data = {body_type = 0x7f30a75df783 "ast_sip_message_accumulator", body_data = 0x7f307fe87a40}
__PRETTY_FUNCTION__ = "send_mwi_notify"
#18 0x00007f30a75dde2d in serialized_notify (userdata=0x5646ad197c60) at res_pjsip_mwi.c:1127
mwi_sub = 0x5646ad197c60
__PRETTY_FUNCTION__ = "serialized_notify"
#19 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646ac5adda0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f306c013ee0
size = 58
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#20 0x00005646a911fa67 in execute_tasks (data=0x5646ac5adda0) at threadpool.c:1354
tps = 0x5646ac5adda0
#21 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f306c108610
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#22 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#23 0x00005646a911f230 in worker_active (worker=0x7f3084003420) at threadpool.c:1137
alive = 0
#24 0x00005646a911efa0 in worker_start (arg=0x7f3084003420) at threadpool.c:1056
worker = 0x7f3084003420
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#25 0x00005646a912a613 in dummy_start (data=0x7f3084003530) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173272856744465268, 139846281101184, 0, 139846349763888, 139846923017104, 173272856784311156, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307fe87ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307fe88700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084003420, name = 0x7f3084003550 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x5646aa539340
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#26 0x00007f311bfd86db in start_thread (arg=0x7f307fe88700) at pthread_create.c:463
pd = 0x7f307fe88700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846281103104, -286144129105620108, 139846281101184, 0, 139846349763888, 139846923017104, 173272856746562420, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#27 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 29 (Thread 0x7f307ff05700 (LWP 7390)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7390
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30700fcbb8
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30700fcbb8) at res_pjsip/config_transport.c:484
transport = 0x7f30700fcbb8
transport_id = 0x7f307008e3c0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30700fcbb8, objectset=0x7f3070108710) at sorcery.c:1654
details = 0x7f30700fcbb8
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f3070106e30) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f3070108710
id = 0x7f30700c9560
object = 0x7f30700fcbb8
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307ff044b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f3070106e30
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307ff044b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307ff044b0 "udp", selector=0x7f307ff045f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30700a6958, sip_uri=0x7f3070106c48, selector=0x7f307ff045f0) at res_pjsip.c:3500
transport_name = "udp000060177000000020000000000000000000000000E360177060177000000305376376035061177000000mg034251FV000000L337377035061177000000 E360177060177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at E360177060177000000364337377035061177000000247]000304060177000000Hl020p0177000000 at E360177060177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249560 <pjsip_notify_method>, endpoint=0x7f30700a6958, uri=0x0, provided_contact=0x7f30700a72a8, tdata=0x7f307ff046c0) at res_pjsip.c:3896
contact = 0x7f30700a72a8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f3070106480 "sip:0004139302EC at 172.26.129.117:5060", slen = 36}
from = {ptr = 0xf <error: Cannot access memory at address 0xf>, slen = 0}
pool = 0x7f307400b180
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f3070106c48
fromuser = 0x0
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30a75df88d "NOTIFY", dlg=0x0, endpoint=0x7f30700a6958, uri=0x0, contact=0x7f30700a72a8, tdata=0x7f307ff046c0) at res_pjsip.c:3969
pmethod = 0x7f311e249560 <pjsip_notify_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30a75db833 in send_unsolicited_mwi_notify_to_contact (obj=0x7f30700a72a8, arg=0x7f307ff049a0, flags=2) at res_pjsip_mwi.c:398
mwi_data = 0x7f307ff049a0
sub = 0x5646ad111d20
endpoint = 0x7f30700a6958
state = PJSIP_EVSUB_STATE_NULL
contact = 0x7f30700a72a8
state_name = 0x7f30700ca1d0 "243064372250FV"
tdata = 0xa75dc0c1
sub_state = 0x7f307ff04750
event = 0x5646a8fa4d0b <hash_ao2_find_first+757>
from = 0x5646a911efa0 <worker_start+150>
from_uri = 0x10
allow_events = 0x5646aa31e318
body = {type = 0x2c400f727 <error: Cannot access memory at address 0x2c400f727>, subtype = 0x7f30700ca1e8 "@214D251FV", body_text = 0x7f3000000000 <error: Cannot access memory at address 0x7f3000000000>}
body_text = 0x7f30700ca1d0
body_data = {body_type = 0x7f30a75df783 "ast_sip_message_accumulator", body_data = 0x7f307ff04a40}
__PRETTY_FUNCTION__ = "send_unsolicited_mwi_notify_to_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30700ca1e8, flags=OBJ_NODATA, cb_fn=0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>, arg=0x7f307ff049a0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30a75df7af "", file=0x7f30a75df79f "res_pjsip_mwi.c", line=540, func=0x7f30a75e0130 <__PRETTY_FUNCTION__.27043> "send_unsolicited_mwi_notify") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>
cb_withdata = 0x0
node = 0x7f30700ce418
traversal_state = 0x7f307ff04760
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30700ca1e8, flags=OBJ_NODATA, cb_fn=0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>, arg=0x7f307ff049a0, tag=0x7f30a75df7af "", file=0x7f30a75df79f "res_pjsip_mwi.c", line=540, func=0x7f30a75e0130 <__PRETTY_FUNCTION__.27043> "send_unsolicited_mwi_notify") at astobj2_container.c:414
No locals.
#16 0x00007f30a75dc1ab in send_unsolicited_mwi_notify (sub=0x5646ad111d20, counter=0x7f307ff04a40) at res_pjsip_mwi.c:540
aor = 0x7f307008c6f0
contacts = 0x7f30700ca1e8
mwi_data = {sub = 0x5646ad111d20, endpoint = 0x7f30700a6958, state = PJSIP_EVSUB_STATE_NULL, counter = 0x7f307ff04a40}
endpoint = 0x7f30700a6958
endpoint_aors = 0x0
aor_name = 0x7f307ff04920 "0004139302EC"
__PRETTY_FUNCTION__ = "send_unsolicited_mwi_notify"
#17 0x00007f30a75dc4e0 in send_mwi_notify (sub=0x5646ad111d20) at res_pjsip_mwi.c:576
counter = {old_msgs = 0, new_msgs = 0, message_account = '000' <repeats 511 times>}
data = {body_type = 0x7f30a75df783 "ast_sip_message_accumulator", body_data = 0x7f307ff04a40}
__PRETTY_FUNCTION__ = "send_mwi_notify"
#18 0x00007f30a75dde2d in serialized_notify (userdata=0x5646ad111d20) at res_pjsip_mwi.c:1127
mwi_sub = 0x5646ad111d20
__PRETTY_FUNCTION__ = "serialized_notify"
#19 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646ac58e880) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f306c06cd60
size = 57
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#20 0x00005646a911fa67 in execute_tasks (data=0x5646ac58e880) at threadpool.c:1354
tps = 0x5646ac58e880
#21 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f306c0114b0
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#22 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#23 0x00005646a911f230 in worker_active (worker=0x7f3084003080) at threadpool.c:1137
alive = 0
#24 0x00005646a911efa0 in worker_start (arg=0x7f3084003080) at threadpool.c:1056
worker = 0x7f3084003080
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#25 0x00005646a912a613 in dummy_start (data=0x7f3084003190) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173272650049164148, 139846281613184, 0, 139846349762960, 139846923017104, 173272650089010036, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307ff04ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307ff05700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084003080, name = 0x7f30840031b0 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f3070000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#26 0x00007f311bfd86db in start_thread (arg=0x7f307ff05700) at pthread_create.c:463
pd = 0x7f307ff05700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846281615104, -286144129105620108, 139846281613184, 0, 139846349762960, 139846923017104, 173272650051261300, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#27 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 28 (Thread 0x7f307ff82700 (LWP 7389)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7389
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x5646a91b13da "astobj2_container.c", lineno=310, func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", mutex_name=0x5646a91b1409 "self", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_RDLOCK, file=0x5646a91b13da "astobj2_container.c", func=0x5646a91b1640 <__PRETTY_FUNCTION__.8572> "internal_ao2_traverse", line=310, var=0x5646a91b1409 "self") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0x7f307ff81230
obj_lockobj = 0x5646aaa85700
res = 0
#4 0x00005646a8fa2856 in internal_ao2_traverse (self=0x5646aaa85700, flags=OBJ_SEARCH_KEY, cb_fn=0x7f30c3fe58ae <internal_state_cmp>, arg=0x7f30700d02c0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1362, func=0x7f30c400c8e0 <__PRETTY_FUNCTION__.27120> "ast_sip_get_transport_state") at astobj2_container.c:310
ret = 0x7f307ff812d0
cb_default = 0x7f30c3fe58ae <internal_state_cmp>
cb_withdata = 0x0
node = 0x5646a91e1adc
traversal_state = 0x500000006
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#5 0x00005646a8fa2be4 in __ao2_callback (c=0x5646aaa85700, flags=OBJ_SEARCH_KEY, cb_fn=0x7f30c3fe58ae <internal_state_cmp>, arg=0x7f30700d02c0, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1362, func=0x7f30c400c8e0 <__PRETTY_FUNCTION__.27120> "ast_sip_get_transport_state") at astobj2_container.c:414
No locals.
#6 0x00005646a8fa2c9c in __ao2_find (c=0x5646aaa85700, arg=0x7f30700d02c0, flags=OBJ_SEARCH_KEY, tag=0x7f30c400b8a4 "", file=0x7f30c400b887 "res_pjsip/config_transport.c", line=1362, func=0x7f30c400c8e0 <__PRETTY_FUNCTION__.27120> "ast_sip_get_transport_state") at astobj2_container.c:437
arged = 0x7f30700d02c0
#7 0x00007f30c3fea47c in ast_sip_get_transport_state (transport_id=0x7f30700d02c0 "udp") at res_pjsip/config_transport.c:1362
state = 0x0
trans_state = 0x7f30700fc2e8
__PRETTY_FUNCTION__ = "ast_sip_get_transport_state"
#8 0x00007f30c3fcc620 in ast_sip_set_tpselector_from_transport (transport=0x7f30700fc2e8, selector=0x7f307ff815f0) at res_pjsip.c:3447
transport_state = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport"
#9 0x00007f30c3fcc80f in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307ff814b0 "udp", selector=0x7f307ff815f0) at res_pjsip.c:3488
transport = 0x7f30700fc2e8
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f30700d07e8, sip_uri=0x7f307008c058, selector=0x7f307ff815f0) at res_pjsip.c:3500
transport_name = "udp000060177000000020000000000000000000000000025370177060177000000305376376035061177000000mg034251FV000000L337377035061177000000 025370177060177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 025370177060177000000364337377035061177000000247]000304060177000000X300bp0177000000 at 025370177060177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249560 <pjsip_notify_method>, endpoint=0x7f30700d07e8, uri=0x0, provided_contact=0x7f30700d0e08, tdata=0x7f307ff816c0) at res_pjsip.c:3896
contact = 0x7f30700d0e08
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f307008bb32 "sip:000413930340 at 172.26.129.199:5060", slen = 36}
from = {ptr = 0xf <error: Cannot access memory at address 0xf>, slen = 0}
pool = 0x5646ad735e50
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f307008c058
fromuser = 0x0
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30a75df88d "NOTIFY", dlg=0x0, endpoint=0x7f30700d07e8, uri=0x0, contact=0x7f30700d0e08, tdata=0x7f307ff816c0) at res_pjsip.c:3969
pmethod = 0x7f311e249560 <pjsip_notify_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30a75db833 in send_unsolicited_mwi_notify_to_contact (obj=0x7f30700d0e08, arg=0x7f307ff819a0, flags=2) at res_pjsip_mwi.c:398
mwi_data = 0x7f307ff819a0
sub = 0x5646ad32ed90
endpoint = 0x7f30700d07e8
state = PJSIP_EVSUB_STATE_NULL
contact = 0x7f30700d0e08
state_name = 0x7f30700d2fc0 "243064372250FV"
tdata = 0xa75dc0c1
sub_state = 0x7f307ff81750
event = 0x5646a8fa4d0b <hash_ao2_find_first+757>
from = 0x5646a911efa0 <worker_start+150>
from_uri = 0x10
allow_events = 0x5646aa31e318
body = {type = 0x2c400f727 <error: Cannot access memory at address 0x2c400f727>, subtype = 0x7f30700d2fd8 "@214D251FV", body_text = 0x7f3000000000 <error: Cannot access memory at address 0x7f3000000000>}
body_text = 0x7f30700d2fc0
body_data = {body_type = 0x7f30a75df783 "ast_sip_message_accumulator", body_data = 0x7f307ff81a40}
__PRETTY_FUNCTION__ = "send_unsolicited_mwi_notify_to_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f30700d2fd8, flags=OBJ_NODATA, cb_fn=0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>, arg=0x7f307ff819a0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30a75df7af "", file=0x7f30a75df79f "res_pjsip_mwi.c", line=540, func=0x7f30a75e0130 <__PRETTY_FUNCTION__.27043> "send_unsolicited_mwi_notify") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>
cb_withdata = 0x0
node = 0x7f307008bea8
traversal_state = 0x7f307ff81760
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f30700d2fd8, flags=OBJ_NODATA, cb_fn=0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>, arg=0x7f307ff819a0, tag=0x7f30a75df7af "", file=0x7f30a75df79f "res_pjsip_mwi.c", line=540, func=0x7f30a75e0130 <__PRETTY_FUNCTION__.27043> "send_unsolicited_mwi_notify") at astobj2_container.c:414
No locals.
#16 0x00007f30a75dc1ab in send_unsolicited_mwi_notify (sub=0x5646ad32ed90, counter=0x7f307ff81a40) at res_pjsip_mwi.c:540
aor = 0x7f307009f020
contacts = 0x7f30700d2fd8
mwi_data = {sub = 0x5646ad32ed90, endpoint = 0x7f30700d07e8, state = PJSIP_EVSUB_STATE_NULL, counter = 0x7f307ff81a40}
endpoint = 0x7f30700d07e8
endpoint_aors = 0x0
aor_name = 0x7f307ff81920 "000413930340"
__PRETTY_FUNCTION__ = "send_unsolicited_mwi_notify"
#17 0x00007f30a75dc4e0 in send_mwi_notify (sub=0x5646ad32ed90) at res_pjsip_mwi.c:576
counter = {old_msgs = 0, new_msgs = 0, message_account = '000' <repeats 511 times>}
data = {body_type = 0x7f30a75df783 "ast_sip_message_accumulator", body_data = 0x7f307ff81a40}
__PRETTY_FUNCTION__ = "send_mwi_notify"
#18 0x00007f30a75dde2d in serialized_notify (userdata=0x5646ad32ed90) at res_pjsip_mwi.c:1127
mwi_sub = 0x5646ad32ed90
__PRETTY_FUNCTION__ = "serialized_notify"
#19 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa6c9e20) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f306c340c60
size = 58
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#20 0x00005646a911fa67 in execute_tasks (data=0x5646aa6c9e20) at threadpool.c:1354
tps = 0x5646aa6c9e20
#21 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f306c014140
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#22 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#23 0x00005646a911f230 in worker_active (worker=0x7f3084002d00) at threadpool.c:1137
alive = 0
#24 0x00005646a911efa0 in worker_start (arg=0x7f3084002d00) at threadpool.c:1056
worker = 0x7f3084002d00
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#25 0x00005646a912a613 in dummy_start (data=0x5646aa851b00) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173272716084286324, 139846282125184, 0, 94861508549376, 139846923017104, 173272716124132212, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307ff81ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307ff82700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084002d00, name = 0x7f3084002e10 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f3070002a20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#26 0x00007f311bfd86db in start_thread (arg=0x7f307ff82700) at pthread_create.c:463
pd = 0x7f307ff82700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846282127104, -286144129105620108, 139846282125184, 0, 94861508549376, 139846923017104, 173272716086383476, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#27 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 27 (Thread 0x7f307ffff700 (LWP 7388)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7388
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f306c3e5588
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f306c3e5588) at res_pjsip/config_transport.c:484
transport = 0x7f306c3e5588
transport_id = 0x7f306c006b40 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f306c3e5588, objectset=0x7f306c3e84c0) at sorcery.c:1654
details = 0x7f306c3e5588
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f306c397910) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f306c3e84c0
id = 0x7f306c3e8200
object = 0x7f306c3e5588
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x7f307fffe4b0 "udp") at res_sorcery_realtime.c:190
fields = 0x7f306c397910
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c4005e23 "transport", id=0x7f307fffe4b0 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fcc7b8 in ast_sip_set_tpselector_from_transport_name (transport_name=0x7f307fffe4b0 "udp", selector=0x7f307fffe5f0) at res_pjsip.c:3481
transport = 0x0
__PRETTY_FUNCTION__ = "ast_sip_set_tpselector_from_transport_name"
#10 0x00007f30c3fcc8b6 in ast_sip_set_tpselector_from_ep_or_uri (endpoint=0x7f306c3e6678, sip_uri=0x7f306c3eb2f8, selector=0x7f307fffe5f0) at res_pjsip.c:3500
transport_name = "udp000060177000000020000000000000000000000000345377177060177000000305376376035061177000000mg034251FV000000L337377035061177000000 345377177060177000000 at 0%036061177000000314`000304000000000000003000000000000000000000 at 345377177060177000000364337377035061177000000247]000304060177000000370262>l0177000000 at 345377177060177000000|242374303060177000"
#11 0x00007f30c3fcddff in create_out_of_dialog_request (method=0x7f311e249560 <pjsip_notify_method>, endpoint=0x7f306c3e6678, uri=0x0, provided_contact=0x7f306c4012b8, tdata=0x7f307fffe6c0) at res_pjsip.c:3896
contact = 0x7f306c4012b8
__PRETTY_FUNCTION__ = "create_out_of_dialog_request"
remote_uri = {ptr = 0x7f306c3e6dbc "sip:0328D9225D at 172.26.128.64;line=40809", slen = 39}
from = {ptr = 0xd <error: Cannot access memory at address 0xd>, slen = 0}
pool = 0x7f3070031ac0
selector = {type = PJSIP_TPSELECTOR_NONE, disable_connection_reuse = 0, u = {transport = 0x0, listener = 0x0, ptr = 0x0}}
sip_uri = 0x7f306c3eb2f8
fromuser = 0x0
#12 0x00007f30c3fce3ad in ast_sip_create_request (method=0x7f30a75df88d "NOTIFY", dlg=0x0, endpoint=0x7f306c3e6678, uri=0x0, contact=0x7f306c4012b8, tdata=0x7f307fffe6c0) at res_pjsip.c:3969
pmethod = 0x7f311e249560 <pjsip_notify_method>
__PRETTY_FUNCTION__ = "ast_sip_create_request"
#13 0x00007f30a75db833 in send_unsolicited_mwi_notify_to_contact (obj=0x7f306c4012b8, arg=0x7f307fffe9a0, flags=2) at res_pjsip_mwi.c:398
mwi_data = 0x7f307fffe9a0
sub = 0x5646aa5cc180
endpoint = 0x7f306c3e6678
state = PJSIP_EVSUB_STATE_NULL
contact = 0x7f306c4012b8
state_name = 0x7f306c3e82b0 "243064372250FV"
tdata = 0xa75dc0c1
sub_state = 0x7f307fffe750
event = 0x5646a8fa4d0b <hash_ao2_find_first+757>
from = 0x5646a911efa0 <worker_start+150>
from_uri = 0x10
allow_events = 0x5646aa31e318
body = {type = 0x2c400f727 <error: Cannot access memory at address 0x2c400f727>, subtype = 0x7f306c3e82c8 "@214D251FV", body_text = 0x7f3000000000 <error: Cannot access memory at address 0x7f3000000000>}
body_text = 0x7f306c3e82b0
body_data = {body_type = 0x7f30a75df783 "ast_sip_message_accumulator", body_data = 0x7f307fffea40}
__PRETTY_FUNCTION__ = "send_unsolicited_mwi_notify_to_contact"
#14 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f306c3e82c8, flags=OBJ_NODATA, cb_fn=0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>, arg=0x7f307fffe9a0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30a75df7af "", file=0x7f30a75df79f "res_pjsip_mwi.c", line=540, func=0x7f30a75e0130 <__PRETTY_FUNCTION__.27043> "send_unsolicited_mwi_notify") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>
cb_withdata = 0x0
node = 0x7f306c3e8618
traversal_state = 0x7f307fffe760
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#15 0x00005646a8fa2be4 in __ao2_callback (c=0x7f306c3e82c8, flags=OBJ_NODATA, cb_fn=0x7f30a75db778 <send_unsolicited_mwi_notify_to_contact>, arg=0x7f307fffe9a0, tag=0x7f30a75df7af "", file=0x7f30a75df79f "res_pjsip_mwi.c", line=540, func=0x7f30a75e0130 <__PRETTY_FUNCTION__.27043> "send_unsolicited_mwi_notify") at astobj2_container.c:414
No locals.
#16 0x00007f30a75dc1ab in send_unsolicited_mwi_notify (sub=0x5646aa5cc180, counter=0x7f307fffea40) at res_pjsip_mwi.c:540
aor = 0x7f306c3b8e90
contacts = 0x7f306c3e82c8
mwi_data = {sub = 0x5646aa5cc180, endpoint = 0x7f306c3e6678, state = PJSIP_EVSUB_STATE_NULL, counter = 0x7f307fffea40}
endpoint = 0x7f306c3e6678
endpoint_aors = 0x0
aor_name = 0x7f307fffe920 "0328D9225D"
__PRETTY_FUNCTION__ = "send_unsolicited_mwi_notify"
#17 0x00007f30a75dc4e0 in send_mwi_notify (sub=0x5646aa5cc180) at res_pjsip_mwi.c:576
counter = {old_msgs = 0, new_msgs = 0, message_account = '000' <repeats 511 times>}
data = {body_type = 0x7f30a75df783 "ast_sip_message_accumulator", body_data = 0x7f307fffea40}
__PRETTY_FUNCTION__ = "send_mwi_notify"
#18 0x00007f30a75dde2d in serialized_notify (userdata=0x5646aa5cc180) at res_pjsip_mwi.c:1127
mwi_sub = 0x5646aa5cc180
__PRETTY_FUNCTION__ = "serialized_notify"
#19 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646ac5307b0) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f306c0157b0
size = 57
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#20 0x00005646a911fa67 in execute_tasks (data=0x5646ac5307b0) at threadpool.c:1354
tps = 0x5646ac5307b0
#21 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f3100005780
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#22 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#23 0x00005646a911f230 in worker_active (worker=0x7f3084002980) at threadpool.c:1137
alive = 0
#24 0x00005646a911efa0 in worker_start (arg=0x7f3084002980) at threadpool.c:1056
worker = 0x7f3084002980
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#25 0x00005646a912a613 in dummy_start (data=0x5646aa851e00) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 173272664007807860, 139846282637184, 0, 94861508550144, 139846923017104, 173272664047653748, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f307fffeed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f307ffff700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084002980, name = 0x7f3084002a90 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f306c000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#26 0x00007f311bfd86db in start_thread (arg=0x7f307ffff700) at pthread_create.c:463
pd = 0x7f307ffff700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846282639104, -286144129105620108, 139846282637184, 0, 94861508550144, 139846923017104, 173272664009905012, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#27 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 26 (Thread 0x7f30a40b1700 (LWP 7387)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x7f30a40a0670) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7f30a40a0610, cond=0x7f30a40a0648) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f30a409f960, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x7f30a40a0648, mutex = 0x7f30a40a0610, private = 0}
rt = <optimized out>
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 0
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x7f30a40a0648, mutex=0x7f30a40a0610) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x7f30c4005729 "res_pjsip.c", lineno=4657, func=0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", cond_name=0x7f30c4006503 "&std.cond", mutex_name=0x7f30c40064f9 "&std.lock", cond=0x7f30a40a0648, t=0x7f30a40a0610) at lock.c:588
res = 0
lt = 0x7f3074230aa0
lt_orig = {file = {0x7f30c4005729 "res_pjsip.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {4655, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x7f30c4007380 <__PRETTY_FUNCTION__.27191> "ast_sip_push_task_wait", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139846887347968, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x7f30c3fd087c <ast_sip_push_task_wait+361>, 0x7f30c3fd0a45 <ast_sip_push_task_wait_serializer+114>, 0x7f30c19410dc <subscription_persistence_recreate+1107>, 0x5646a8fa28fb <internal_ao2_traverse+898>, 0x5646a8fa2be4 <__ao2_callback+79>, 0x7f30c194121f <subscription_persistence_load+196>, 0x5646a9115d21 <ast_taskprocessor_execute+302>, 0x5646a911fa67 <execute_tasks+52>, 0x5646a9115d21 <ast_taskprocessor_execute+302>, 0x5646a911d430 <threadpool_execute+121>, 0x5646a911f230 <worker_active+28>, 0x5646a911efa0 <worker_start+150>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x7f30a40a0580, 0x5646a9115a4b <taskprocessor_push+559>, 0x7f307408b0d0, 0x5646acac5bd0, 0x0, 0x100000000, 0x7f30a40a05b0, 0x5646a9115a8b <ast_taskprocessor_push+57>, 0x0, 0x7f30a40a0610, 0x7f30c3fd0651 <sync_task>, 0x5646acac5bd0, 0x7f30a40a05e0, 0x7f30c3fd064f <ast_sip_push_task+69>}, num_frames = 17, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7387, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00007f30c3fd08be in ast_sip_push_task_wait (serializer=0x5646acac5bd0, sip_task=0x7f30c1940463 <sub_persistence_recreate>, task_data=0x7f30a40a0720) at res_pjsip.c:4657
std = {lock = {mutex = pthread_mutex_t = {Type = Recursive, Status = Not acquired, Robust = No, Shared = No, Protocol = None}, track = 0x7f3074230aa0, flags = {tracking = 1, setup = 1}}, cond = {__data = {{__wseq = 2, __wseq32 = {__low = 2, __high = 0}}, {__g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 8, __g_signals = {0, 0}}, __size = "002", '000' <repeats 15 times>, "002", '000' <repeats 19 times>, "b000000000000000000000000000000", __align = 2}, complete = 0, fail = 0, task = 0x7f30c1940463 <sub_persistence_recreate>, task_data = 0x7f30a40a0720}
__PRETTY_FUNCTION__ = "ast_sip_push_task_wait"
#5 0x00007f30c3fd0a45 in ast_sip_push_task_wait_serializer (serializer=0x5646acac5bd0, sip_task=0x7f30c1940463 <sub_persistence_recreate>, task_data=0x7f30a40a0720) at res_pjsip.c:4699
No locals.
#6 0x00007f30c19410dc in subscription_persistence_recreate (obj=0x7f3074ca6ec8, arg=0x7f30742b4de0, flags=2) at res_pjsip_pubsub.c:1730
persistence = 0x7f3074ca6ec8
pool = 0x7f30742b4de0
serializer = 0x5646acac5bd0
rdata = <error reading variable rdata (value of type `pjsip_rx_data' requires 66392 bytes, which is more than max-value-size)>
recreate_data = {persistence = 0x7f3074ca6ec8, rdata = 0x7f30a40a0730}
__PRETTY_FUNCTION__ = "subscription_persistence_recreate"
#7 0x00005646a8fa28fb in internal_ao2_traverse (self=0x7f307404a968, flags=OBJ_NODATA, cb_fn=0x7f30c1940c89 <subscription_persistence_recreate>, arg=0x7f30742b4de0, data=0x0, type=AO2_CALLBACK_DEFAULT, tag=0x7f30c194ba43 "", file=0x7f30c194ba30 "res_pjsip_pubsub.c", line=1755, func=0x7f30c194e1b0 <__PRETTY_FUNCTION__.26808> "subscription_persistence_load") at astobj2_container.c:328
match = 3
ret = 0x0
cb_default = 0x7f30c1940c89 <subscription_persistence_recreate>
cb_withdata = 0x0
node = 0x7f307406d168
traversal_state = 0x7f30a40b0aa0
orig_lock = AO2_LOCK_REQ_MUTEX
multi_container = 0x0
multi_iterator = 0x0
__PRETTY_FUNCTION__ = "internal_ao2_traverse"
#8 0x00005646a8fa2be4 in __ao2_callback (c=0x7f307404a968, flags=OBJ_NODATA, cb_fn=0x7f30c1940c89 <subscription_persistence_recreate>, arg=0x7f30742b4de0, tag=0x7f30c194ba43 "", file=0x7f30c194ba30 "res_pjsip_pubsub.c", line=1755, func=0x7f30c194e1b0 <__PRETTY_FUNCTION__.26808> "subscription_persistence_load") at astobj2_container.c:414
No locals.
#9 0x00007f30c194121f in subscription_persistence_load (data=0x0) at res_pjsip_pubsub.c:1755
persisted_subscriptions = 0x7f307404a968
pool = 0x7f30742b4de0
__PRETTY_FUNCTION__ = "subscription_persistence_load"
#10 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa857c10) at taskprocessor.c:1237
local = {local_data = 0x0, data = 0x5646a9127192 <ast_threadstorage_set_ptr+60>}
t = 0x7f310c00c2a0
size = 139846887346048
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#11 0x00005646a911fa67 in execute_tasks (data=0x5646aa857c10) at threadpool.c:1354
tps = 0x5646aa857c10
#12 0x00005646a9115d21 in ast_taskprocessor_execute (tps=0x5646aa8530d0) at taskprocessor.c:1237
local = {local_data = 0x5646aa853da8, data = 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>}
t = 0x7f310c00c2d0
size = 94861508558248
__PRETTY_FUNCTION__ = "ast_taskprocessor_execute"
#13 0x00005646a911d430 in threadpool_execute (pool=0x5646aa853dc0) at threadpool.c:367
__PRETTY_FUNCTION__ = "threadpool_execute"
#14 0x00005646a911f230 in worker_active (worker=0x7f3084001a60) at threadpool.c:1137
alive = 0
#15 0x00005646a911efa0 in worker_start (arg=0x7f3084001a60) at threadpool.c:1056
worker = 0x7f3084001a60
saved_state = (DEAD | unknown: 22084)
__PRETTY_FUNCTION__ = "worker_start"
#16 0x00005646a912a613 in dummy_start (data=0x5646aa84f920) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172862435575239540, 139846887346048, 0, 94861508540704, 139846923017104, 172862435615085428, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f30a40b0ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f30a40b1700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a911ef0a <worker_start>, data = 0x7f3084001a60, name = 0x7f3084002710 "worker_start started at [ 1111] threadpool.c worker_thread_start()"}
lock_info = 0x7f3074000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#17 0x00007f311bfd86db in start_thread (arg=0x7f30a40b1700) at pthread_create.c:463
pd = 0x7f30a40b1700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846887347968, -286144129105620108, 139846887346048, 0, 94861508540704, 139846923017104, 172862435577336692, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#18 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 25 (Thread 0x7f30a48b2700 (LWP 7386)):
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
No locals.
#1 0x00007f311bfdb0f4 in __GI___pthread_mutex_lock (mutex=0x5646aaa856b0) at ../nptl/pthread_mutex_lock.c:115
ignore1 = <optimized out>
ignore2 = <optimized out>
ignore3 = <optimized out>
id = 7386
type = <optimized out>
__PRETTY_FUNCTION__ = "__pthread_mutex_lock"
id = <optimized out>
#2 0x00005646a90630e2 in __ast_pthread_mutex_lock (filename=0x7f30c400b887 "res_pjsip/config_transport.c", lineno=484, func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", mutex_name=0x7f30c400b8f9 "states", t=0x5646aaa856b0) at lock.c:326
res = 22086
lt = 0x5646aaab7e10
canlog = 1
bt = 0x5646aaab8038
__PRETTY_FUNCTION__ = "__ast_pthread_mutex_lock"
#3 0x00005646a8f9fe6a in __ao2_lock (user_data=0x5646aaa85700, lock_how=AO2_LOCK_REQ_WRLOCK, file=0x7f30c400b887 "res_pjsip/config_transport.c", func=0x7f30c400c500 <__PRETTY_FUNCTION__.26665> "transport_apply", line=484, var=0x7f30c400b8f9 "states") at astobj2.c:241
obj = 0x5646aaa856e8
obj_mutex = 0x5646aaa856b0
obj_rwlock = 0xffffffff00000303
obj_lockobj = 0x7f30781225b8
res = 0
#4 0x00007f30c3fe68f6 in transport_apply (sorcery=0x5646aa842d70, obj=0x7f30781225b8) at res_pjsip/config_transport.c:484
transport = 0x7f30781225b8
transport_id = 0x7f30780770c0 "udp"
states = 0x5646aaa85700
temp_state = 0x0
perm_state = 0x0
changes = 0x0
res = -1
i = 22086
__PRETTY_FUNCTION__ = "transport_apply"
#5 0x00005646a90ea3cb in ast_sorcery_objectset_apply (sorcery=0x5646aa842d70, object=0x7f30781225b8, objectset=0x7f307806d970) at sorcery.c:1654
details = 0x7f30781225b8
object_type = 0x5646aa84a8f0
__PRETTY_FUNCTION__ = "ast_sorcery_objectset_apply"
transformed = 0x0
field = 0x0
res = 0
#6 0x00007f30c44277d5 in sorcery_realtime_retrieve_fields (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", fields=0x7f307806cac0) at res_sorcery_realtime.c:178
config = 0x5646aa84bb80
objectset = 0x7f307806d970
id = 0x7f307803c060
object = 0x7f30781225b8
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_fields"
#7 0x00007f30c442790c in sorcery_realtime_retrieve_id (sorcery=0x5646aa842d70, data=0x5646aa84bb80, type=0x5646aa84a8f0 "transport", id=0x5646aa2ee012 "udp") at res_sorcery_realtime.c:190
fields = 0x7f307806cac0
__PRETTY_FUNCTION__ = "sorcery_realtime_retrieve_id"
#8 0x00005646a90eaf20 in ast_sorcery_retrieve_by_id (sorcery=0x5646aa842d70, type=0x7f30c400a654 "transport", id=0x5646aa2ee012 "udp") at sorcery.c:1871
wizard = 0x5646aa84a870
object_type = 0x5646aa84a8f0
object = 0x0
i = 0
cached = 0
__PRETTY_FUNCTION__ = "ast_sorcery_retrieve_by_id"
#9 0x00007f30c3fe0eb9 in on_rx_process_symmetric_transport (rdata=0x7f30780eecd8) at res_pjsip/pjsip_message_filter.c:517
contact = 0x5646aa2ee7e0
uri = 0x5646aa2ee888
transport_id = 0x5646aa2ee012 "udp"
transport = 0x7f30c3fe0dc2 <on_rx_process_uris+934>
x_transport = 0x7f30a48b1770
__PRETTY_FUNCTION__ = "on_rx_process_symmetric_transport"
#10 0x00007f30c3fe10bd in filter_on_rx_message (rdata=0x7f30780eecd8) at res_pjsip/pjsip_message_filter.c:548
rc = 0
#11 0x00007f311df39c5c in pjsip_endpt_process_rx_data (endpt=0x5646aa859918, rdata=0x7f30780eecd8, p=0x7f30a48b1820, p_handled=0x7f30a48b1814) at ../src/pjsip/sip_endpoint.c:930
msg = 0x7f30780ff030
def_prm = {start_prio = 2760579040, start_mod = 0x7f311df39a9e <pjsip_process_rdata_param_default+29>, idx_after_start = 2760579040, silent = 32560}
mod = 0x7f30c421dbc0 <filter_module_transport>
handled = 0
i = 0
status = 32561
#12 0x00007f311df39fa8 in endpt_on_rx_msg (endpt=0x5646aa859918, status=0, rdata=0x7f30780eecd8) at ../src/pjsip/sip_endpoint.c:1080
msg = 0x7f30780ff030
proc_prm = {start_prio = 0, start_mod = 0x0, idx_after_start = 0, silent = 1}
handled = 0
#13 0x00007f311df44619 in pjsip_tpmgr_receive_packet (mgr=0x5646aa835a78, rdata=0x7f30780eecd8) at ../src/pjsip/sip_transport.c:2182
msg = 0x7f30780ff030
end = 0x7f30780ef11a ""
saved = 0 '000'
p = 0x7f30780eee18 "REGISTER sip:172.26.128.2 SIP/2.0rnv: SIP/2.0/UDP 172.26.129.64:5060;branch=z9hG4bK-p02hy34o3mus;rportrnf: "Barbara May" <sip:000413930265 at 172.26.128.2>;tag=ei5any88rurnt: "Barbara May" <sip:000413930"...
msg_fragment_size = 770
tr = 0x5646aa2ee098
current_pkt = 0x7f30780eee18 "REGISTER sip:172.26.128.2 SIP/2.0rnv: SIP/2.0/UDP 172.26.129.64:5060;branch=z9hG4bK-p02hy34o3mus;rportrnf: "Barbara May" <sip:000413930265 at 172.26.128.2>;tag=ei5any88rurnt: "Barbara May" <sip:000413930"...
remaining_len = 770
total_processed = 0
#14 0x00007f311df466c3 in udp_on_read_complete (key=0x7f30a61bc028, op_key=0x7f30780eecf0, bytes_read=770) at ../src/pjsip/sip_transport_udp.c:188
size_eaten = 785
src_addr = 0x7f30780fee28
flags = 0
rdata_op_key = 0x7f3078089a80
rdata = 0x7f30780eecd8
tp = 0x5646aa2ee098
i = 9
status = 0
#15 0x00007f311dfe1964 in ioqueue_dispatch_read_event (ioqueue=0x7f30a4bba0a0, h=0x7f30a61bc028) at ../src/pj/ioqueue_common_abs.c:605
read_op = 0x7f3078089a80
bytes_read = 628
has_lock = 0
rc = 0
#16 0x00007f311dfe3a29 in pj_ioqueue_poll (ioqueue=0x7f30a4bba0a0, timeout=0x7f30a48b1df0) at ../src/pj/ioqueue_epoll.c:720
i = 0
count = 1
event_cnt = 1
processed_cnt = 0
msec = 3
events = {{events = 1, data = {ptr = 0x7f30a61bc028, fd = -1508130776, u32 = 2786836520, u64 = 139846921994280}}, {events = 0, data = {ptr = 0x1c3fd4eef, fd = -1006809361, u32 = 3288157935, u64 = 7583125231}}, {events = 503206148, data = {ptr = 0xa48b1c1000000000, fd = 0, u32 = 0, u64 = 11856601299028017152}}, {events = 32560, data = {ptr = 0x7f311dfee4ac <log_set_indent+50>, fd = 503243948, u32 = 503243948, u64 = 139848933369004}}, {events = 2760580112, data = {ptr = 0x1dfee4c200007f30, fd = 32560, u32 = 32560, u64 = 2161416393059237680}}, {events = 0, data = {ptr = 0x7f30a48b1c30, fd = -1534387152, u32 = 2760580144, u64 = 139846895737904}}, {events = 503244033, data = {ptr = 0xa48b1c4000007f31, fd = 32561, u32 = 32561, u64 = 11856601505186479921}}, {events = 32560, data = {ptr = 0xffffffff1dfee00b, fd = 503242763, u32 = 503242763, u64 = 18446744069917827083}}, {events = 2760580160, data = {ptr = 0x1dfee52300007f30, fd = 32560, u32 = 32560, u64 = 2161416809671065392}}, {events = 32561, data = {ptr = 0x7f30a48b1d20, fd = -1534386912, u32 = 2760580384, u64 = 139846895738144}}, {events = 502626601, data = {ptr = 0x742002b800007f31, fd = 32561, u32 = 32561, u64 = 8367691096951652145}}, {events = 32560, data = {ptr = 0x5646aa859c00, fd = -1434084352, u32 = 2860882944, u64 = 94861508582400}}, {events = 1000000000, data = {ptr = 0x7420013800000000, fd = 0, u32 = 0, u64 = 8367689447684177920}}, {events = 32560, data = {ptr = 0x7f30a48b1ca0, fd = -1534387040, u32 = 2760580256, u64 = 139846895738016}}, {events = 503207167, data = {ptr = 0xa48b1ce000007f31, fd = 32561, u32 = 32561, u64 = 11856602192381247281}}, {events = 32560, data = {ptr = 0x7f30740cbdd8, fd = 1946992088, u32 = 1946992088, u64 = 139846082149848}}}
queue = {{key = 0x7f30a61bc028, event_type = READABLE_EVENT}, {key = 0x7f30a48b1cd0, event_type = 503205732}, {key = 0x7f30a48b1ce0, event_type = 503207167}, {key = 0x85, event_type = 2763759704}, {key = 0x7f30a48b1d00, event_type = 503243203}, {key = 0x7f30a48b1d00, event_type = 503241102}, {key = 0x0, event_type = 2763759664}, {key = 0x7f30a48b1d20, event_type = 503313456}, {key = 0x7f30a4bbc8e8, event_type = 2860882944}, {key = 0x7f30a48b1da0, event_type = 503318974}, {key = 0x7f30a48b1df0, event_type = 2860882944}, {key = 0x0, event_type = NO_EVENT}, {key = 0x1, event_type = 2763770328}, {key = 0x7f30742002b8, event_type = 1946991928}, {key = 0x38b92, event_type = 688}, {key = 0x38b92, event_type = 691}}
t1 = {u32 = {lo = 2438771298, hi = 54095}, u64 = 232338694648418}
t2 = {u32 = {lo = 2438773944, hi = 54095}, u64 = 232338694651064}
#17 0x00007f311df39832 in pjsip_endpt_handle_events2 (endpt=0x5646aa859918, max_timeout=0x7f30a48b1e50, p_count=0x0) at ../src/pjsip/sip_endpoint.c:745
timeout = {sec = 0, msec = 3}
count = 1
net_event_count = 0
c = 1
#18 0x00007f311df39907 in pjsip_endpt_handle_events (endpt=0x5646aa859918, max_timeout=0x7f30a48b1e50) at ../src/pjsip/sip_endpoint.c:777
No locals.
#19 0x00007f30c3fd0c06 in monitor_thread_exec (endpt=0x0) at res_pjsip.c:4743
delay = {sec = 0, msec = 10}
#20 0x00007f311dfe497d in thread_main (param=0x5646aa0572a8) at ../src/pj/os_core_unix.c:541
rec = 0x5646aa0572a8
result = 0x0
rc = 0
#21 0x00007f311bfd86db in start_thread (arg=0x7f30a48b2700) at pthread_create.c:463
pd = 0x7f30a48b2700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846895740672, -286144129105620108, 139846895738752, 0, 94861500183208, 140736462084432, 172861335528838004, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#22 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 24 (Thread 0x7f30a6239700 (LWP 7385)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5646aa3b6d34) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x5646aa8589a0, cond=0x5646aa3b6d08) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f30a62380d0, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 2031, cond = 0x5646aa3b6d08, mutex = 0x5646aa8589a0, private = 0}
rt = <optimized out>
err = <optimized out>
g = 1
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 1015
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x5646aa3b6d08, mutex=0x5646aa8589a0) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x5646a91e08f4 "sched.c", lineno=152, func=0x5646a91e0c70 <__PRETTY_FUNCTION__.13129> "sched_run", cond_name=0x5646a91e08fc "&con->sched_thread->cond", mutex_name=0x5646a91e08e9 "&con->lock", cond=0x5646aa3b6d08, t=0x5646aa8589a0) at lock.c:588
res = 110
lt = 0x7f3078001a00
lt_orig = {file = {0x5646a91e08f4 "sched.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {142, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x5646a91e0c70 <__PRETTY_FUNCTION__.13129> "sched_run", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139846922508032, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90dd6bf <sched_run+99>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646aa8589a0, 0x3e8, 0x7f3078000b20, 0x7f30a6238cf0, 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>, 0x5646a91e0d00 <__PRETTY_FUNCTION__.13159>, 0x5646aa8589a0, 0x5646a91e08e9, 0x5646a91e0e58 <__PRETTY_FUNCTION__.13359>, 0x329a6238cd0, 0x5646a91e08f4, 0x7f30a6238cf0, 0x1, 0x0, 0x7f3078001a00, 0x174616cb0, 0x6584d, 0x7f30a6238d50, 0x5646a90df563 <ast_sched_runq+555>, 0x5646a91e08e9, 0x5646aa8589a0, 0x1, 0x0, 0x6017b8ff, 0x65c35}, num_frames = 6, alloced = 0}, {addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90de399 <ast_sched_wait+50>, 0x5646a90dd70e <sched_run+178>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646a90dd6bf <sched_run+99>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646aa8589a0, 0x3e8, 0x7f3078000b20, 0x7f30a6238cf0, 0x5646a9063bc4 <__ast_pthread_mutex_unlock+1090>, 0x5646a91e0d00 <__PRETTY_FUNCTION__.13159>, 0x5646aa8589a0, 0x5646a91e08e9, 0x5646a91e0e58 <__PRETTY_FUNCTION__.13359>, 0x329a6238cd0, 0x5646a91e08f4, 0x7f30a6238cf0, 0x1, 0x0, 0x7f3078001a00, 0x174616cb0, 0x6584d, 0x7f30a6238d50, 0x5646a90df563 <ast_sched_runq+555>}, num_frames = 7, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7385, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00005646a90dd755 in sched_run (data=0x5646aa8589a0) at sched.c:152
ms = -1
ts = {tv_sec = 0, tv_nsec = 0}
con = 0x5646aa8589a0
__PRETTY_FUNCTION__ = "sched_run"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa851ac0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172866494319334260, 139846922506112, 0, 94861508549312, 140736462084240, 172866494359180148, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f30a6238ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f30a6239700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a90dd65c <sched_run>, data = 0x5646aa8589a0, name = 0x5646aa851c50 "sched_run", ' ' <repeats 12 times>, "started at [ 214] sched.c ast_sched_start_thread()"}
lock_info = 0x7f3078000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f30a6239700) at pthread_create.c:463
pd = 0x7f30a6239700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846922508032, -286144129105620108, 139846922506112, 0, 94861508549312, 140736462084240, 172866494321431412, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 23 (Thread 0x7f30a62b6700 (LWP 7384)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646aa8512f0) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646aa8512f0, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646aa8512f0, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646aa8512f0, __canceltype = -469627776, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646aa8512f0) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646aa853e80) at taskprocessor.c:202
listener = 0x5646aa853e80
tps = 0x5646aa853ef0
pvt = 0x5646aa8512e0
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa851b00) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172866560354456436, 139846923018112, 0, 94861508549376, 140736462083968, 172866560394302324, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f30a62b5ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f30a62b6700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646aa853e80, name = 0x5646aa851cc0 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f3084000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f30a62b6700) at pthread_create.c:463
pd = 0x7f30a62b6700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846923020032, -286144129105620108, 139846923018112, 0, 94861508549376, 140736462083968, 172866560356553588, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 22 (Thread 0x7f30a6333700 (LWP 7383)):
#0 0x00007f311b1bdcb9 in __GI___poll (fds=0x7f30a6332ce0, nfds=1, timeout=5000) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005646a912aa93 in ast_wait_for_input (fd=8, ms=5000) at utils.c:1347
pfd = {{fd = 8, events = 3, revents = 0}}
#2 0x00005646a9116e93 in ast_tcptls_server_root (data=0x5646a9472880 <ami_desc>) at tcptls.c:294
i = 0
desc = 0x5646a9472880 <ami_desc>
fd = -1
addr = {ss = {ss_family = 2, __ss_padding = "350z177000000001000000000000000000000000 000000000000000000000224312032251FV000000320344D251FV000000200v033251FV000000220-3246250001000000211312032251FV000000H270036251235001000000001000000000000000000000001000000000000000000000020033000020061177000000360031000020061177000000000067063246060177000000320-3246060177000", __ss_align = 94861482608478}, len = 16}
tcptls_session = 0x7f30800103c0
launched = 139846260934400
__PRETTY_FUNCTION__ = "ast_tcptls_server_root"
__FUNCTION__ = "ast_tcptls_server_root"
#3 0x00005646a912a613 in dummy_start (data=0x5646aa884e90) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172866353659155316, 139846923530112, 0, 94861508759184, 140736462082944, 172866353699001204, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f30a6332ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f30a6333700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116e13 <ast_tcptls_server_root>, data = 0x5646a9472880 <ami_desc>, name = 0x5646aa3accc0 "desc->accept_fn started at [ 811] tcptls.c ast_tcptls_server_start()"}
lock_info = 0x7f3080000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#4 0x00007f311bfd86db in start_thread (arg=0x7f30a6333700) at pthread_create.c:463
pd = 0x7f30a6333700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846923532032, -286144129105620108, 139846923530112, 0, 94861508759184, 140736462082944, 172866353661252468, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#5 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 21 (Thread 0x7f30a63b0700 (LWP 7382)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646aa06fa10) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646aa06fa10, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646aa06fa10, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646aa06fa10, __canceltype = -1439093280, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646aa06fa10) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646aa392200) at taskprocessor.c:202
listener = 0x5646aa392200
tps = 0x5646aa392ec0
pvt = 0x5646aa06fa00
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa390940) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172866436874146676, 139846924042112, 0, 94861503564096, 140736462082640, 172866436913992564, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f30a63afed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f30a63b0700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646aa392200, name = 0x5646aa078620 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f308c000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f30a63b0700) at pthread_create.c:463
pd = 0x7f30a63b0700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846924044032, -286144129105620108, 139846924042112, 0, 94861503564096, 140736462082640, 172866436876243828, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 20 (Thread 0x7f30a642d700 (LWP 7381)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646aa4a5410) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646aa4a5410, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646aa4a5410, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646aa4a5410, __canceltype = -1442338528, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646aa4a5410) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646aa075390) at taskprocessor.c:202
listener = 0x5646aa075390
tps = 0x5646aa07aa00
pvt = 0x5646aa4a5400
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa07aae0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172867329690473332, 139846924554112, 0, 94861500328672, 140736462082624, 172867329730319220, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f30a642ced0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f30a642d700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646aa075390, name = 0x5646aa06b6b0 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f3088000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f30a642d700) at pthread_create.c:463
pd = 0x7f30a642d700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846924556032, -286144129105620108, 139846924554112, 0, 94861500328672, 140736462082624, 172867329692570484, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 19 (Thread 0x7f30a64aa700 (LWP 7380)):
#0 0x00007f311b1bdcb9 in __GI___poll (fds=0x7f30a64a9ce0, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005646a912aa93 in ast_wait_for_input (fd=7, ms=-1) at utils.c:1347
pfd = {{fd = 7, events = 3, revents = 0}}
#2 0x00005646a9116e93 in ast_tcptls_server_root (data=0x5646a9470720 <http_desc>) at tcptls.c:294
i = 1
desc = 0x5646a9470720 <http_desc>
fd = -1
addr = {ss = {ss_family = 2, __ss_padding = "236360177000000001000000000000000000000000 000000000000000000000224312032251FV000000320344D251FV000000200v033251FV000000220235J246250001000000211312032251FV000000H270036251235001000000001000000000000000000000001000000000000000000000020033000020061177000000360031000020061177000000000247J246060177000000НJ246060177000", __ss_align = 94861482608478}, len = 16}
tcptls_session = 0x7f309406a0f0
launched = 139846260934400
__PRETTY_FUNCTION__ = "ast_tcptls_server_root"
__FUNCTION__ = "ast_tcptls_server_root"
#3 0x00005646a912a613 in dummy_start (data=0x5646aa8847d0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172867395725595508, 139846925066112, 0, 94861508757456, 140736462083696, 172867395765441396, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f30a64a9ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f30a64aa700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9116e13 <ast_tcptls_server_root>, data = 0x5646a9470720 <http_desc>, name = 0x5646aa369260 "desc->accept_fn started at [ 811] tcptls.c ast_tcptls_server_start()"}
lock_info = 0x7f3094000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#4 0x00007f311bfd86db in start_thread (arg=0x7f30a64aa700) at pthread_create.c:463
pd = 0x7f30a64aa700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846925068032, -286144129105620108, 139846925066112, 0, 94861508757456, 140736462083696, 172867395727692660, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#5 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 18 (Thread 0x7f30a6527700 (LWP 7379)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646aa18b610) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646aa18b610, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646aa18b610, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646aa18b610, __canceltype = -1438165648, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646aa18b610) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646aa4756c0) at taskprocessor.c:202
listener = 0x5646aa4756c0
tps = 0x5646aa475730
pvt = 0x5646aa18b600
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa152f10) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172867189030294388, 139846925578112, 0, 94861501214480, 140736462083808, 172867189070140276, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f30a6526ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f30a6527700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646aa4756c0, name = 0x5646aa475600 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f3090000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f30a6527700) at pthread_create.c:463
pd = 0x7f30a6527700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846925580032, -286144129105620108, 139846925578112, 0, 94861501214480, 140736462083808, 172867189032391540, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 17 (Thread 0x7f30a65a4700 (LWP 7378)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5646aa195030) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x5646aa193d80, cond=0x5646aa195008) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f30a65a30d0, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x5646aa195008, mutex = 0x5646aa193d80, private = 0}
rt = <optimized out>
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 0
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x5646aa195008, mutex=0x5646aa193d80) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x5646a91e08f4 "sched.c", lineno=152, func=0x5646a91e0c70 <__PRETTY_FUNCTION__.13129> "sched_run", cond_name=0x5646a91e08fc "&con->sched_thread->cond", mutex_name=0x5646a91e08e9 "&con->lock", cond=0x5646aa195008, t=0x5646aa193d80) at lock.c:588
res = 0
lt = 0x7f309c001a00
lt_orig = {file = {0x5646a91e08f4 "sched.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {142, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x5646a91e0c70 <__PRETTY_FUNCTION__.13129> "sched_run", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139846926092032, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90dd6bf <sched_run+99>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1, 0x7f3110001b10, 0x7f31100019f0, 0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9065454 <__ast_rwlock_wrlock+208>, 0x5646a8f94708 <ast_register_thread+141>, 0x5646a912a597 <dummy_start+413>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1f640, 0x20, 0x7f311b4999d8 <__libc_multiple_threads>, 0x7f309c0019c0, 0x5646a912707b <ast_threadstorage_get+53>, 0xe48, 0x5646a946e080 <thread_lock_info>, 0x0, 0x7f309c000b20, 0x7f30a65a3d30, 0x5646a9129a38 <ast_remove_lock_info+525>, 0x7f3110001b10, 0x5646a944e4d0 <thread_list+16>, 0x0, 0x0}, num_frames = 6, alloced = 0}, {addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90de399 <ast_sched_wait+50>, 0x5646a90dd70e <sched_run+178>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646a90dd6bf <sched_run+99>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1, 0x7f3110001b10, 0x7f31100019f0, 0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9065454 <__ast_rwlock_wrlock+208>, 0x5646a8f94708 <ast_register_thread+141>, 0x5646a912a597 <dummy_start+413>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1f640, 0x20, 0x7f311b4999d8 <__libc_multiple_threads>, 0x7f309c0019c0, 0x5646a912707b <ast_threadstorage_get+53>, 0xe48, 0x5646a946e080 <thread_lock_info>, 0x0, 0x7f309c000b20}, num_frames = 7, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7378, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00005646a90dd755 in sched_run (data=0x5646aa193d80) at sched.c:152
ms = -1
ts = {tv_sec = 0, tv_nsec = 0}
con = 0x5646aa193d80
__PRETTY_FUNCTION__ = "sched_run"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa1902e0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172867255065416564, 139846926090112, 0, 94861501465312, 140736462084288, 172867255105262452, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f30a65a3ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f30a65a4700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a90dd65c <sched_run>, data = 0x5646aa193d80, name = 0x5646aa18ee60 "sched_run", ' ' <repeats 12 times>, "started at [ 214] sched.c ast_sched_start_thread()"}
lock_info = 0x7f309c000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f30a65a4700) at pthread_create.c:463
pd = 0x7f30a65a4700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139846926092032, -286144129105620108, 139846926090112, 0, 94861501465312, 140736462084288, 172867255067513716, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 16 (Thread 0x7f3114081700 (LWP 7377)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646aa1955a0) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646aa1955a0, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646aa1955a0, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646aa1955a0, __canceltype = 0, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646aa1955a0) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646aa193d30) at taskprocessor.c:202
listener = 0x5646aa193d30
tps = 0x5646aa195620
pvt = 0x5646aa195590
sem_value = -1460058274
res = 22086
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa881d30) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172616170740421492, 139848766197632, 0, 94861508746544, 140736462084192, 172616170780267380, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f3114080ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f3114081700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646aa193d30, name = 0x5646aa193180 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f3098000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f3114081700) at pthread_create.c:463
pd = 0x7f3114081700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848766199552, -286144129105620108, 139848766197632, 0, 94861508746544, 140736462084192, 172616170742518644, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 15 (Thread 0x7f31140fe700 (LWP 7376)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5646aa1906f0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x5646aa1911b0, cond=0x5646aa1906c8) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f31140fd0d0, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x5646aa1906c8, mutex = 0x5646aa1911b0, private = 0}
rt = <optimized out>
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 0
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x5646aa1906c8, mutex=0x5646aa1911b0) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x5646a91e08f4 "sched.c", lineno=152, func=0x5646a91e0c70 <__PRETTY_FUNCTION__.13129> "sched_run", cond_name=0x5646a91e08fc "&con->sched_thread->cond", mutex_name=0x5646a91e08e9 "&con->lock", cond=0x5646aa1906c8, t=0x5646aa1911b0) at lock.c:588
res = 0
lt = 0x7f30a0001a00
lt_orig = {file = {0x5646a91e08f4 "sched.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {142, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x5646a91e0c70 <__PRETTY_FUNCTION__.13129> "sched_run", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139848766711552, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90dd6bf <sched_run+99>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1, 0x7f3110001b10, 0x7f31100019f0, 0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9065454 <__ast_rwlock_wrlock+208>, 0x5646a8f94708 <ast_register_thread+141>, 0x5646a912a597 <dummy_start+413>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1f640, 0x20, 0x7f311b4999d8 <__libc_multiple_threads>, 0x7f30a00019c0, 0x5646a912707b <ast_threadstorage_get+53>, 0xe48, 0x5646a946e080 <thread_lock_info>, 0x0, 0x7f30a0000b20, 0x7f31140fdd30, 0x5646a9129a38 <ast_remove_lock_info+525>, 0x7f3110001b10, 0x5646a944e4d0 <thread_list+16>, 0x0, 0x0}, num_frames = 6, alloced = 1}, {addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90de399 <ast_sched_wait+50>, 0x5646a90dd70e <sched_run+178>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646a90dd6bf <sched_run+99>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1, 0x7f3110001b10, 0x7f31100019f0, 0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9065454 <__ast_rwlock_wrlock+208>, 0x5646a8f94708 <ast_register_thread+141>, 0x5646a912a597 <dummy_start+413>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1f640, 0x20, 0x7f311b4999d8 <__libc_multiple_threads>, 0x7f30a00019c0, 0x5646a912707b <ast_threadstorage_get+53>, 0xe48, 0x5646a946e080 <thread_lock_info>, 0x0, 0x7f30a0000b20}, num_frames = 7, alloced = 1}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7376, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00005646a90dd755 in sched_run (data=0x5646aa1911b0) at sched.c:152
ms = -1
ts = {tv_sec = 0, tv_nsec = 0}
con = 0x5646aa1911b0
__PRETTY_FUNCTION__ = "sched_run"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa882070) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172616116516459380, 139848766709632, 0, 94861508747376, 140736462084288, 172616116556305268, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f31140fded0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f31140fe700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a90dd65c <sched_run>, data = 0x5646aa1911b0, name = 0x5646aa18f280 "sched_run", ' ' <repeats 12 times>, "started at [ 214] sched.c ast_sched_start_thread()"}
lock_info = 0x7f30a0000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f31140fe700) at pthread_create.c:463
pd = 0x7f31140fe700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848766711552, -286144129105620108, 139848766709632, 0, 94861508747376, 140736462084288, 172616116518556532, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 14 (Thread 0x7f3117621700 (LWP 7367)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646aa13a300) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646aa13a300, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646aa13a300, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646aa13a300, __canceltype = -1440907168, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646aa13a300) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646aa1d8140) at taskprocessor.c:202
listener = 0x5646aa1d8140
tps = 0x5646aa1d81b0
pvt = 0x5646aa13a2f0
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa13a160) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172622956788749172, 139848822427520, 0, 94861501112672, 140736462084992, 172622956828595060, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f3117620ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f3117621700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646aa1d8140, name = 0x5646aa13a280 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f30cc000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f3117621700) at pthread_create.c:463
pd = 0x7f3117621700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848822429440, -286144129105620108, 139848822427520, 0, 94861501112672, 140736462084992, 172622956790846324, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 13 (Thread 0x7f311769e700 (LWP 7366)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646aa13a230) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646aa13a230, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646aa13a230, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646aa13a230, __canceltype = -1440907952, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646aa13a230) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646aa1d7740) at taskprocessor.c:202
listener = 0x5646aa1d7740
tps = 0x5646aa1d7e30
pvt = 0x5646aa13a220
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa13a090) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172623040003740532, 139848822939520, 0, 94861501112464, 140736462084992, 172623040043586420, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f311769ded0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f311769e700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646aa1d7740, name = 0x5646aa13ae10 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f30d0000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f311769e700) at pthread_create.c:463
pd = 0x7f311769e700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848822941440, -286144129105620108, 139848822939520, 0, 94861501112464, 140736462084992, 172623040005837684, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 12 (Thread 0x7f311771b700 (LWP 7365)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646aa137360) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646aa137360, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646aa137360, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646aa137360, __canceltype = 0, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646aa137360) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646aa139630) at taskprocessor.c:202
listener = 0x5646aa139630
tps = 0x5646aa1396a0
pvt = 0x5646aa137350
sem_value = -1460058274
res = 22086
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa139770) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172622833308439412, 139848823451520, 0, 94861501110128, 140736462085248, 172622833348285300, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f311771aed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f311771b700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646aa139630, name = 0x5646aa33f9f0 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f30dc000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f311771b700) at pthread_create.c:463
pd = 0x7f311771b700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848823453440, -286144129105620108, 139848823451520, 0, 94861501110128, 140736462085248, 172622833310536564, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 11 (Thread 0x7f3117798700 (LWP 7364)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5646aa133b80) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x5646aa137fc0, cond=0x5646aa133b58) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f31177970d0, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x5646aa133b58, mutex = 0x5646aa137fc0, private = 0}
rt = <optimized out>
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 0
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x5646aa133b58, mutex=0x5646aa137fc0) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x5646a91e08f4 "sched.c", lineno=152, func=0x5646a91e0c70 <__PRETTY_FUNCTION__.13129> "sched_run", cond_name=0x5646a91e08fc "&con->sched_thread->cond", mutex_name=0x5646a91e08e9 "&con->lock", cond=0x5646aa133b58, t=0x5646aa137fc0) at lock.c:588
res = 0
lt = 0x7f30e4001a00
lt_orig = {file = {0x5646a91e08f4 "sched.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {142, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x5646a91e0c70 <__PRETTY_FUNCTION__.13129> "sched_run", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139848823965440, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90dd6bf <sched_run+99>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1, 0x7f3110001b10, 0x7f31100019f0, 0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9065454 <__ast_rwlock_wrlock+208>, 0x5646a8f94708 <ast_register_thread+141>, 0x5646a912a597 <dummy_start+413>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1f640, 0x20, 0x7f311b4999d8 <__libc_multiple_threads>, 0x7f30e40019c0, 0x5646a912707b <ast_threadstorage_get+53>, 0xe48, 0x5646a946e080 <thread_lock_info>, 0x0, 0x7f30e4000b20, 0x7f3117797d30, 0x5646a9129a38 <ast_remove_lock_info+525>, 0x7f3110001b10, 0x5646a944e4d0 <thread_list+16>, 0x0, 0x0}, num_frames = 6, alloced = 1}, {addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90de399 <ast_sched_wait+50>, 0x5646a90dd70e <sched_run+178>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646a90dd6bf <sched_run+99>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1, 0x7f3110001b10, 0x7f31100019f0, 0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9065454 <__ast_rwlock_wrlock+208>, 0x5646a8f94708 <ast_register_thread+141>, 0x5646a912a597 <dummy_start+413>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1f640, 0x20, 0x7f311b4999d8 <__libc_multiple_threads>, 0x7f30e40019c0, 0x5646a912707b <ast_threadstorage_get+53>, 0xe48, 0x5646a946e080 <thread_lock_info>, 0x0, 0x7f30e4000b20}, num_frames = 7, alloced = 1}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7364, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00005646a90dd755 in sched_run (data=0x5646aa137fc0) at sched.c:152
ms = -1
ts = {tv_sec = 0, tv_nsec = 0}
con = 0x5646aa137fc0
__PRETTY_FUNCTION__ = "sched_run"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa133ba0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172622899343561588, 139848823963520, 0, 94861501086624, 140736462085360, 172622899383407476, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f3117797ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f3117798700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a90dd65c <sched_run>, data = 0x5646aa137fc0, name = 0x5646aa340c80 "sched_run", ' ' <repeats 12 times>, "started at [ 214] sched.c ast_sched_start_thread()"}
lock_info = 0x7f30e4000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f3117798700) at pthread_create.c:463
pd = 0x7f3117798700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848823965440, -286144129105620108, 139848823963520, 0, 94861501086624, 140736462085360, 172622899345658740, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 10 (Thread 0x7f3117815700 (LWP 7363)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5646a94746ac <change_pending+44>) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x5646a94532f0 <state_changes+16>, cond=0x5646a9474680 <change_pending>) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f3117814120, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 15, cond = 0x5646a9474680 <change_pending>, mutex = 0x5646a94532f0 <state_changes+16>, private = 0}
rt = <optimized out>
err = <optimized out>
g = 1
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 7
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x5646a9474680 <change_pending>, mutex=0x5646a94532f0 <state_changes+16>) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x5646a91c77f2 "devicestate.c", lineno=531, func=0x5646a91c7b10 <__PRETTY_FUNCTION__.15120> "do_devstate_changes", cond_name=0x5646a91c792f "&change_pending", mutex_name=0x5646a91c793f "&state_changes.lock", cond=0x5646a9474680 <change_pending>, t=0x5646a94532f0 <state_changes+16>) at lock.c:588
res = 32561
lt = 0x7f30d4001a00
lt_orig = {file = {0x5646a91c77f2 "devicestate.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {529, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x5646a91c7b10 <__PRETTY_FUNCTION__.15120> "do_devstate_changes", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139848824477440, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a9027173 <do_devstate_changes+55>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646a91c77f2, 0x5646a91c7800, 0x7f30d4421cf8, 0x7f3117814cf0, 0x5646a90277a3 <_dtor_device_state+57>, 0x7f3117814d38, 0x7f3117814d28, 0x7f3117814d60, 0x5646a90278de <ast_publish_device_state_full+312>, 0x17814d30, 0x5646a9482d08 <ast_eid_default>, 0x100000001, 0x7f307003454c, 0x7f3117814cd6, 0x7f30d4421cf8, 0x7f30d4424128, 0xca85542a57e56f00, 0x7f30d4031cc0, 0x0, 0x7f3117814da0, 0x7f3117814f80, 0x0, 0x5646aa133270, 0x7fffc2d45d20, 0x5646a8f9f4cf <__ast_free+35>}, num_frames = 6, alloced = 0}, {addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a9026fbf <ast_devstate_changed_literal+219>, 0x5646a9027123 <ast_devstate_changed+212>, 0x7f30b41ed8ab <update_devstate+61>, 0x5646a8fa28fb <internal_ao2_traverse+898>, 0x5646a8fa2be4 <__ao2_callback+79>, 0x7f30b41edc97 <load_module+997>, 0x5646a905ec1b <start_resource+718>, 0x5646a905f6c6 <start_resource_attempt+205>, 0x5646a90600ab <start_resource_list+601>, 0x5646a9060e58 <load_resource_list+944>, 0x5646a90618ad <load_modules+482>, 0x5646a8f9f013 <asterisk_daemon+2480>, 0x5646a8f9e4d7 <main+5710>, 0x7f311b0cabf7 <__libc_start_main+231>, 0x5646a8f72c5a <_start+42>, 0x0, 0x0, 0x5646a8f9f455 <__ast_repl_calloc+46>, 0x100000004, 0x5646a91c7af0 <__PRETTY_FUNCTION__.15107>, 0x1edffffffff, 0x5646a91c77f2, 0x22, 0x1, 0x7fffc2d45670, 0x5646a8f9f6a5 <__ast_calloc+57>, 0x1f800000000, 0x5646a91c7af0 <__PRETTY_FUNCTION__.15107>, 0x1eda8f72c30, 0x5646a91c77f2}, num_frames = 17, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7363, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00005646a90271b8 in do_devstate_changes (data=0x0) at devicestate.c:531
next = 0x0
current = 0x0
__PRETTY_FUNCTION__ = "do_devstate_changes"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa133270) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172621593136632692, 139848824475520, 0, 94861501084272, 140736462085408, 172621593176478580, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f3117814ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f3117815700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a902713c <do_devstate_changes>, data = 0x0, name = 0x5646aa1333e0 "do_devstate_changes started at [ 621] devicestate.c ast_device_state_engine_init()"}
lock_info = 0x7f30d4000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f3117815700) at pthread_create.c:463
pd = 0x7f3117815700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848824477440, -286144129105620108, 139848824475520, 0, 94861501084272, 140736462085408, 172621593138729844, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 9 (Thread 0x7f3117892700 (LWP 7362)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5646aa132bd8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x5646aa132b60, cond=0x5646aa132bb0) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f3117891110, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x5646aa132bb0, mutex = 0x5646aa132b60, private = 0}
rt = <optimized out>
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 0
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x5646aa132bb0, mutex=0x5646aa132b60) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x5646a91b2558 "bridge.c", lineno=4942, func=0x5646a91b5250 <__PRETTY_FUNCTION__.18931> "bridge_manager_thread", cond_name=0x5646a91b3a39 "&manager->cond", mutex_name=0x5646a91b3a18 "ao2_object_get_lockaddr(manager)", cond=0x5646aa132bb0, t=0x5646aa132b60) at lock.c:588
res = 0
lt = 0x7f30d8001a00
lt_orig = {file = {0x5646a91b2558 "bridge.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {4938, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x5646a91b5250 <__PRETTY_FUNCTION__.18931> "bridge_manager_thread", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139848824989440, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a8f9fe6a <__ao2_lock+267>, 0x5646a8fbccdc <bridge_manager_thread+64>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x5646a944e4d0 <thread_list+16>, 0x5646a91b0b80 <__PRETTY_FUNCTION__.19409>, 0x1a600000030, 0x5646a91aca89, 0x50, 0x1, 0x7f3110001b10, 0x7f31100019f0, 0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9065454 <__ast_rwlock_wrlock+208>, 0x5646a8f94708 <ast_register_thread+141>, 0x5646a912a597 <dummy_start+413>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x1f640, 0x20, 0x7f311b4999d8 <__libc_multiple_threads>, 0x7f30d80019c0, 0x5646a912707b <ast_threadstorage_get+53>, 0xe48, 0x5646a946e080 <thread_lock_info>, 0x0, 0x7f30d8000b20}, num_frames = 7, alloced = 1}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7362, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00005646a8fbcd78 in bridge_manager_thread (data=0x5646aa132bb0) at bridge.c:4942
manager = 0x5646aa132bb0
request = 0x0
__PRETTY_FUNCTION__ = "bridge_manager_thread"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa132c10) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172621659171754868, 139848824987520, 0, 94861501082640, 140736462085376, 172621659211600756, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f3117891ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f3117892700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a8fbcc9c <bridge_manager_thread>, data = 0x5646aa132bb0, name = 0x5646aa3414a0 "bridge_manager_thread started at [ 5013] bridge.c bridge_manager_create()"}
lock_info = 0x7f30d8000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f3117892700) at pthread_create.c:463
pd = 0x7f3117892700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848824989440, -286144129105620108, 139848824987520, 0, 94861501082640, 140736462085376, 172621659173852020, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 8 (Thread 0x7f311790f700 (LWP 7361)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646aa0b3080) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646aa0b3080, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646aa0b3080, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646aa0b3080, __canceltype = 0, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646aa0b3080) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646aa0b3100) at taskprocessor.c:202
listener = 0x5646aa0b3100
tps = 0x5646aa0b3170
pvt = 0x5646aa0b3070
sem_value = -1460058274
res = 22086
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa0b3240) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172621469656322932, 139848825499520, 0, 94861500559936, 140736462085216, 172621469696168820, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f311790eed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f311790f700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646aa0b3100, name = 0x5646aa0b3260 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f30e0000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f311790f700) at pthread_create.c:463
pd = 0x7f311790f700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848825501440, -286144129105620108, 139848825499520, 0, 94861500559936, 140736462085216, 172621469658420084, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 7 (Thread 0x7f311798c700 (LWP 7360)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646aa0b20c0) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646aa0b20c0, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646aa0b20c0, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646aa0b20c0, __canceltype = -1442111456, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646aa0b20c0) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646aa0b2140) at taskprocessor.c:202
listener = 0x5646aa0b2140
tps = 0x5646aa0b21b0
pvt = 0x5646aa0b20b0
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa0b2250) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172621535691445108, 139848826011520, 0, 94861500555856, 140736462084992, 172621535731290996, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f311798bed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f311798c700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646aa0b2140, name = 0x5646aa0aad50 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f30ec000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f311798c700) at pthread_create.c:463
pd = 0x7f311798c700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848826013440, -286144129105620108, 139848826011520, 0, 94861500555856, 140736462084992, 172621535693542260, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 6 (Thread 0x7f3117a09700 (LWP 7359)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5646a947a10c <logcond+44>) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x5646a9471150 <logmsgs+16>, cond=0x5646a947a0e0 <logcond>) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f3117a08120, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 471, cond = 0x5646a947a0e0 <logcond>, mutex = 0x5646a9471150 <logmsgs+16>, private = 0}
rt = <optimized out>
err = <optimized out>
g = 1
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 235
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x5646a947a0e0 <logcond>, mutex=0x5646a9471150 <logmsgs+16>) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x5646a91fb3a9 "logger.c", lineno=1685, func=0x5646a91fcb08 <__PRETTY_FUNCTION__.16002> "logger_thread", cond_name=0x5646a91fc3dd "&logcond", mutex_name=0x5646a91fc3cf "&logmsgs.lock", cond=0x5646a947a0e0 <logcond>, t=0x5646a9471150 <logmsgs+16>) at lock.c:588
res = 0
lt = 0x7f30e80019f0
lt_orig = {file = {0x5646a91fb3a9 "logger.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {1679, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x5646a91fcb08 <__PRETTY_FUNCTION__.16002> "logger_thread", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139848826525440, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a9180301 <logger_thread+66>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x0, 0x7f3117a08d10, 0x7f3117a08f80, 0x0, 0x5646aa19d0f0, 0x7fffc2d45d10, 0x5646a8f9f4cf <__ast_free+35>, 0x5646a91e6d90 <__PRETTY_FUNCTION__.8245>, 0x73e8000b20, 0x5646a91e6d60, 0xca85542a57e56f00, 0x7f3117a08d70, 0x0, 0x7f3117a08d70, 0x7f3117a08f80, 0x0, 0x5646aa19d0f0, 0x7fffc2d45d10, 0x5646a8f9f4cf <__ast_free+35>, 0x5646a91fc940 <__PRETTY_FUNCTION__.15523>, 0xb68c00ed78, 0x5646a91fb3a9, 0x7f308c00ed00, 0x7f3117a08da0, 0x5646a917aff6 <logmsg_free+109>}, num_frames = 6, alloced = 0}, {addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a9180301 <logger_thread+66>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x0, 0x7f3117a08d10, 0x7f3117a08f80, 0x0, 0x5646aa19d0f0, 0x7fffc2d45d10, 0x5646a8f9f4cf <__ast_free+35>, 0x5646a91e6d90 <__PRETTY_FUNCTION__.8245>, 0x73e8000b20, 0x5646a91e6d60, 0xca85542a57e56f00, 0x7f3117a08d70, 0x0, 0x7f3117a08d70, 0x7f3117a08f80, 0x0, 0x5646aa19d0f0, 0x7fffc2d45d10, 0x5646a8f9f4cf <__ast_free+35>, 0x5646a91fc940 <__PRETTY_FUNCTION__.15523>, 0xb6ac6540e8, 0x5646a91fb3a9, 0x5646ac654070, 0x7f3117a08da0, 0x5646a917aff6 <logmsg_free+109>}, num_frames = 6, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7359, Robust = No, Shared = No, Protocol = None}}
canlog = 0
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00005646a918037b in logger_thread (data=0x0) at logger.c:1685
next = 0x0
msg = 0x0
__PRETTY_FUNCTION__ = "logger_thread"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa19d0f0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172621328996143988, 139848826523520, 0, 94861501518064, 140736462085392, 172621329035989876, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f3117a08ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f3117a09700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91802bf <logger_thread>, data = 0x0, name = 0x5646aa9b7a40 "logger_thread started at [ 1799] logger.c init_logger()"}
lock_info = 0x7f30e8000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f3117a09700) at pthread_create.c:463
pd = 0x7f3117a09700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848826525440, -286144129105620108, 139848826523520, 0, 94861501518064, 140736462085392, 172621328998241140, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 5 (Thread 0x7f3117a86700 (LWP 7358)):
#0 0x00007f311b1bdcb9 in __GI___poll (fds=0x7f3117a85d48, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005646a8f97743 in listener (unused=0x0) at asterisk.c:1488
sunaddr = {sun_family = 1, sun_path = "D251FV000000200v033251FV000000220]250027250001000000211312032251FV000000H270036251235001000000001000000000000000000000001000000000000000000000020033000020061177000000360031000020061177000000000g250027061177000000320]250027061177000000^G371250FV000000H270036251FV000000240320031252FV"}
s = 82
len = 2
x = 0
poll_result = 1
fds = {{fd = 5, events = 1, revents = 0}}
__PRETTY_FUNCTION__ = "listener"
__FUNCTION__ = "listener"
#2 0x00005646a912a613 in dummy_start (data=0x5646aa19fe30) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172621395031266164, 139848827035520, 0, 94861501529648, 140736462085232, 172621395071112052, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f3117a85ed0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f3117a86700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a8f976cd <listener>, data = 0x0, name = 0x5646aa19d0a0 "listener", ' ' <repeats 13 times>, "started at [ 1596] asterisk.c ast_makesocket()"}
lock_info = 0x7f30f4000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#3 0x00007f311bfd86db in start_thread (arg=0x7f3117a86700) at pthread_create.c:463
pd = 0x7f3117a86700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848827037440, -286144129105620108, 139848827035520, 0, 94861501529648, 140736462085232, 172621395033363316, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#4 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 4 (Thread 0x7f3117bfd700 (LWP 7355)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646aa9a0360) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646aa9a0360, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646aa9a0360, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646aa9a0360, __canceltype = 1946857136, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646aa9a0360) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646aa9ac2b0) at taskprocessor.c:202
listener = 0x5646aa9ac2b0
tps = 0x5646aa147a00
pvt = 0x5646aa9a0350
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa9dc7f0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172621202294608756, 139848828571520, 0, 94861510166512, 140736462085024, 172621202334454644, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f3117bfced0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f3117bfd700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646aa9ac2b0, name = 0x5646aa9e7c20 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f30fc000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f3117bfd700) at pthread_create.c:463
pd = 0x7f3117bfd700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848828573440, -286144129105620108, 139848828571520, 0, 94861510166512, 140736462085024, 172621202296705908, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 3 (Thread 0x7f311e46d700 (LWP 7351)):
#0 0x00007f311bfe17c6 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x5646aa9cab60) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 do_futex_wait (sem=sem at entry=0x5646aa9cab60, abstime=0x0) at sem_waitcommon.c:111
err = <optimized out>
#2 0x00007f311bfe18b8 in __new_sem_wait_slow (sem=0x5646aa9cab60, abstime=0x0) at sem_waitcommon.c:181
_buffer = {__routine = 0x7f311bfe1780 <__sem_wait_cleanup>, __arg = 0x5646aa9cab60, __canceltype = 201427296, __prev = 0x0}
err = <optimized out>
d = 0
#3 0x00005646a9112923 in ast_sem_wait (sem=0x5646aa9cab60) at ./include/asterisk/sem.h:61
No locals.
#4 0x00005646a9112a08 in default_tps_processing_function (data=0x5646aa3571e0) at taskprocessor.c:202
listener = 0x5646aa3571e0
tps = 0x5646aa384fb0
pvt = 0x5646aa9cab50
sem_value = -1460058274
res = 0
__PRETTY_FUNCTION__ = "default_tps_processing_function"
#5 0x00005646a912a613 in dummy_start (data=0x5646aa9d0bc0) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172638596912157556, 139848938082176, 0, 94861510118336, 140736462084992, 172638596952003444, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f311e46ced0, 0x0, 0x0, 0x0}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f311e46d700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a91129bb <default_tps_processing_function>, data = 0x5646aa3571e0, name = 0x5646aa051f80 "default_tps_processing_function started at [ 226] taskprocessor.c default_listener_start()"}
lock_info = 0x7f3108000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f311e46d700) at pthread_create.c:463
pd = 0x7f311e46d700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848938084096, -286144129105620108, 139848938082176, 0, 94861510118336, 140736462084992, 172638596914254708, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 2 (Thread 0x7f311e4ea700 (LWP 7350)):
#0 0x00007f311bfdead3 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x5646a947460c <dbcond+44>) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
__ret = -512
oldtype = 0
err = <optimized out>
oldtype = <optimized out>
err = <optimized out>
__ret = <optimized out>
resultvar = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __pthread_cond_wait_common (abstime=0x0, mutex=0x5646a9452cc0 <dblock>, cond=0x5646a94745e0 <dbcond>) at pthread_cond_wait.c:502
spin = 0
buffer = {__routine = 0x7f311bfde770 <__condvar_cleanup_waiting>, __arg = 0x7f311e4e9130, __canceltype = 0, __prev = 0x0}
cbuffer = {wseq = 23, cond = 0x5646a94745e0 <dbcond>, mutex = 0x5646a9452cc0 <dblock>, private = 0}
rt = <optimized out>
err = <optimized out>
g = 1
flags = <optimized out>
g1_start = <optimized out>
signals = <optimized out>
result = 0
wseq = <optimized out>
seq = 11
private = <optimized out>
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
rt = <optimized out>
s = <optimized out>
#2 __pthread_cond_wait (cond=0x5646a94745e0 <dbcond>, mutex=0x5646a9452cc0 <dblock>) at pthread_cond_wait.c:655
No locals.
#3 0x00005646a906426d in __ast_cond_wait (filename=0x5646a91c676d "db.c", lineno=1035, func=0x5646a91c7668 <__PRETTY_FUNCTION__.16200> "db_sync_thread", cond_name=0x5646a91c74b3 "&dbcond", mutex_name=0x5646a91c6765 "&dblock", cond=0x5646a94745e0 <dbcond>, t=0x5646a9452cc0 <dblock>) at lock.c:588
res = 0
lt = 0x5646aa07d690
lt_orig = {file = {0x5646a91c676d "db.c", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, lineno = {1048, 0, 0, 0, 0, 0, 0, 0, 0, 0}, reentrancy = 1, func = {0x5646a91c7668 <__PRETTY_FUNCTION__.16200> "db_sync_thread", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, thread_id = {139848938596096, 0, 0, 0, 0, 0, 0, 0, 0, 0}, backtrace = {{addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a90260c7 <db_sync_thread+293>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x0, 0x0, 0x7f311e4e9d08, 0x7f311e4e9d10, 0x5646a912707b <ast_threadstorage_get+53>, 0xe48, 0x5646a946e080 <thread_lock_info>, 0x0, 0x7f3110000b20, 0x7f311e4e9d40, 0x5646a9129a38 <ast_remove_lock_info+525>, 0x0, 0x5646a9452cc0 <dblock>, 0x1e4e9da0, 0x7f3110000b20, 0x7f311e4e9db0, 0x7f311b18d7b3 <__GI___nanosleep+83>, 0x7fffc2d45d20, 0xa9452cc0, 0x5646a91c6765, 0xffffffffffffff30, 0x0, 0x7f311b18d67a <__sleep+58>, 0x1, 0x0}, num_frames = 6, alloced = 0}, {addresses = {0x5646a8fad438 <__ast_bt_get_addresses+29>, 0x5646a9062fed <__ast_pthread_mutex_lock+208>, 0x5646a9024048 <db_get_common+268>, 0x5646a90242c8 <ast_db_get+53>, 0x7f30c4c43f34 <sorcery_astdb_delete+261>, 0x5646a90ec3f8 <sorcery_wizard_delete+242>, 0x5646a90ec589 <ast_sorcery_delete+303>, 0x7f30c3ffc348 <ast_sip_location_delete_contact+35>, 0x7f30c173000a <registrar_contact_delete+409>, 0x7f30c1733505 <expire_contact+227>, 0x5646a8fa28fb <internal_ao2_traverse+898>, 0x5646a8fa2be4 <__ao2_callback+79>, 0x7f30c17337a4 <check_expiration_thread+583>, 0x5646a912a613 <dummy_start+537>, 0x7f311bfd86db <start_thread+219>, 0x7f311b1ca71f <clone+63>, 0x0, 0x7f307fb99930, 0x7f30781c0f50, 0x7, 0x7f307fb99930, 0x7f307fb99930, 0x7f307fb99930, 0x7f307fb99941, 0x7f307fb99941, 0x7f307fb99930, 0x7f307fb99941, 0x0, 0x0, 0x0, 0x0, 0x0}, num_frames = 16, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}, {addresses = {0x0 <repeats 32 times>}, num_frames = 0, alloced = 0}}, reentr_mutex = pthread_mutex_t = {Type = Recursive, Status = Acquired, possibly with no waiters, Owner ID = 7350, Robust = No, Shared = No, Protocol = None}}
canlog = 1
__PRETTY_FUNCTION__ = "__ast_cond_wait"
#4 0x00005646a9026014 in db_sync_thread (data=0x0) at db.c:1035
__PRETTY_FUNCTION__ = "db_sync_thread"
#5 0x00005646a912a613 in dummy_start (data=0x5646ab7deb70) at utils.c:1249
__cancel_buf = {__cancel_jmp_buf = {{__cancel_jmp_buf = {0, 172638662947279732, 139848938594176, 0, 94861524855664, 140736462085408, 172638662987125620, 5803516265102087028}, __mask_was_saved = 0}}, __pad = {0x7f311e4e9ed0, 0x0, 0x0, 0x7f311e4ea700}}
__cancel_routine = 0x5646a8f94763 <ast_unregister_thread>
__cancel_arg = 0x7f311e4ea700
__not_first_call = 0
ret = 0x0
a = {start_routine = 0x5646a9025fa2 <db_sync_thread>, data = 0x0, name = 0x5646aa9a81a0 "db_sync_thread started at [ 1090] db.c astdb_init()"}
lock_info = 0x7f3110000b20
mutex_attr = pthread_mutexattr_t = {Type = Recursive, Robust = No, Shared = No, Protocol = None}
__PRETTY_FUNCTION__ = "dummy_start"
#6 0x00007f311bfd86db in start_thread (arg=0x7f311e4ea700) at pthread_create.c:463
pd = 0x7f311e4ea700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139848938596096, -286144129105620108, 139848938594176, 0, 94861524855664, 140736462085408, 172638662949376884, 172648155628475252}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#7 0x00007f311b1ca71f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
No locals.
Thread 1 (Thread 0x7f311e4edbc0 (LWP 7279)):
#0 0x00007f311b1bdcb9 in __GI___poll (fds=0x7fffc2d45e10, nfds=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
resultvar = 18446744073709551100
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00005646a8f9c952 in monitor_sig_flags (unused=0x0) at asterisk.c:3370
p = {fd = 40, events = 1, revents = 0}
#2 0x00005646a8f9f3f1 in asterisk_daemon (isroot=0, runuser=0x5646aa0406e0 "asterisk", rungroup=0x0) at asterisk.c:4241
f = 0x5646aa03ed80
sigs = {__val = {134238211, 0 <repeats 15 times>}}
num = 0
buf = 0x0
pbx_uuid = "d7a3bfdb-45d4-4835-873b-86eb5f5fe172"
__FUNCTION__ = "asterisk_daemon"
__PRETTY_FUNCTION__ = "asterisk_daemon"
#3 0x00005646a8f9e4d7 in main (argc=5, argv=0x7fffc2d49138) at asterisk.c:3922
c = -1
x = 5
isroot = 0
rundir_exists = 1
runuser = 0x5646aa0406e0 "asterisk"
rungroup = 0x0
xarg = 0x0
l = {rlim_cur = 1000000, rlim_max = 1000000}
getopt_settings = 0x5646a91b0e08 "BC:cde:FfG:ghIiL:M:mnpqRrs:TtU:VvWXx:"
__PRETTY_FUNCTION__ = "main"
More information about the asterisk-dev
mailing list