Skip to content

Instantly share code, notes, and snippets.

@kelvinewilliams
Created December 16, 2015 17:40
Show Gist options
  • Save kelvinewilliams/69bcd4ee98972d52440e to your computer and use it in GitHub Desktop.
Save kelvinewilliams/69bcd4ee98972d52440e to your computer and use it in GitHub Desktop.
core bt full
FreeSWITCH (Version 1.7.0 git 3f3b855 2015-11-05 17:31:49Z 64bit)
(gdb) bt full
#0 0x00007f05a9d6a107 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
resultvar = 0
pid = 11627
selftid = 11649
#1 0x00007f05a9d6b4e8 in __GI_abort () at abort.c:89
save_stage = 2
act = {__sigaction_handler = {sa_handler = 0x7ffd2c994e14, sa_sigaction = 0x7ffd2c994e14}, sa_mask = {__val = {139662302208417, 139662167344716, 8989, 4, 139661129280288, 9999228480, 139660860921304, 4294967296, 0, 0, 0, 21474836480, 139662302207943, 139661129280440, 139662336450560, 139662302223592}}, sa_flags = -1579179776, sa_restorer = 0x7f05a1dfaf90 <__PRETTY_FUNCTION__.17413>}
sigs = {__val = {32, 0 <repeats 15 times>}}
#2 0x00007f05a9d63226 in __assert_fail_base (fmt=0x7f05a9e99ce8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x7f05a1dfa100 "q->q_head != orq || (int32_t)(orq->orq_timeout - now) > 0", file=file@entry=0x7f05a1df864c "nta.c", line=line@entry=8989, function=function@entry=0x7f05a1dfaf90 <__PRETTY_FUNCTION__.17413> "outgoing_timer_bf") at assert.c:92
str = 0x7f0554042720 "\020\005\004T\005\177"
total = 4096
#3 0x00007f05a9d632d2 in __GI___assert_fail (assertion=assertion@entry=0x7f05a1dfa100 "q->q_head != orq || (int32_t)(orq->orq_timeout - now) > 0", file=file@entry=0x7f05a1df864c "nta.c", line=line@entry=8989, function=function@entry=0x7f05a1dfaf90 <__PRETTY_FUNCTION__.17413> "outgoing_timer_bf") at assert.c:101
No locals.
#4 0x00007f05a1d487f8 in outgoing_timer_bf (timer=0x7f05a1e06393 "B", now=4244231890, q=<optimized out>) at nta.c:8989
orq = 0x7f055402a3c0
timeout = 1
#5 0x00007f05a1d4cd82 in _nta_outgoing_timer (sa=<optimized out>) at nta.c:8912
orq = 0x7f055403dfd0
rq = {{q_tail = 0x7f0563ffed48, q_head = 0x0, q_length = 0, q_timeout = 0}}
now = 4244231890
retransmitted = 0
timeout = 14757395258967641293
destroyed = 0
#6 agent_timer (rm=0x2d6b, timer=0x2d81, timer@entry=0x7f05540028f0, agent=0x7f0554001e40) at nta.c:1250
__func__ = "agent_timer"
#7 0x00007f05a1db4a0d in su_timer_expire (timers=timers@entry=0x7f0554000908, timeout=timeout@entry=0x7f0563ffee20, now=...) at su_timer.c:585
f = 0x7f05a1d4ca20 <agent_timer>
n = 0
__PRETTY_FUNCTION__ = "su_timer_expire"
#8 0x00007f05a1da7024 in su_base_port_run (self=0x7f05540008c0) at su_base_port.c:339
now = <optimized out>
tout = 15000
tout2 = 0
__PRETTY_FUNCTION__ = "su_base_port_run"
#9 0x00007f05a1dabd30 in su_pthread_port_clone_main (varg=0x7f05a1b627a0) at su_pthread_port.c:343
arg = 0x0
task = {{sut_port = 0x7f05540008c0, sut_root = 0x7f0554001130}}
zap = 1
#10 0x00007f05aa7410a4 in start_thread (arg=0x7f0563fff700) at pthread_create.c:309
__res = <optimized out>
pd = 0x7f0563fff700
now = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {139661129283328, -4212768670954558738, 0, 139662336471136, 37514688, 139661129283328, 4288547011845417710, 4288106201272675054}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
pagesize_m1 = <optimized out>
sp = <optimized out>
freesize = <optimized out>
__PRETTY_FUNCTION__ = "start_thread"
#11 0x00007f05a9e1b04d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
No locals.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment