Skip to content

Instantly share code, notes, and snippets.

@kelvinewilliams
Created December 16, 2015 23:04
Show Gist options
  • Save kelvinewilliams/9f3525a380d9137e70bf to your computer and use it in GitHub Desktop.
Save kelvinewilliams/9f3525a380d9137e70bf to your computer and use it in GitHub Desktop.
(gdb) bt full
#0 0x00007f39d1c51107 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
resultvar = 0
pid = 27197
selftid = 27221
#1 0x00007f39d1c524e8 in __GI_abort () at abort.c:89
save_stage = 2
act = {__sigaction_handler = {sa_handler = 0x7ffca784ee3f, sa_sigaction = 0x7ffca784ee3f}, sa_mask = {__val = {139886310445473, 139886175582220, 8989, 4, 139886160984864, 307224387136, 139885072237208, 4294967296, 0, 0, 0, 21474836480, 139886310444999, 139886160985016, 139886344691712, 139886310460648}}, sa_flags = -909241664, sa_restorer = 0x7f39c9ce2150 <__func__.15562>}
sigs = {__val = {32, 0 <repeats 15 times>}}
#2 0x00007f39d1c4a226 in __assert_fail_base (fmt=0x7f39d1d80ce8 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x7f39c9ce12c0 "pleted || orq->orq_queue == sa->sa_out.terminated", file=file@entry=0x7f39c9cdf80c <__PRETTY_FUNCTION__.13330+11> "eue", line=line@entry=8989, function=function@entry=0x7f39c9ce2150 <__func__.15562> "agent_update_tport") at assert.c:92
str = 0x7f39880f3200 "\020?\r\210\071\177"
total = 4096
#3 0x00007f39d1c4a2d2 in __GI___assert_fail (assertion=0x7f39c9ce12c0 "pleted || orq->orq_queue == sa->sa_out.terminated", file=0x7f39c9cdf80c <__PRETTY_FUNCTION__.13330+11> "eue", line=8989, function=0x7f39c9ce2150 <__func__.15562> "agent_update_tport") at assert.c:101
No locals.
#4 0x00007f39c9c2f958 in outgoing_terminate_invite (original=<optimized out>) at nta.c:9125
orq = 0x7f39880b9650
#5 outgoing_timer_dk (timer=0x7f39c9ced553 "p_str_ref", now=0, q=<optimized out>) at nta.c:9104
orq = 0x1
terminated = 4264038293
#6 0x00007f39880b9650 in ?? ()
No symbol table info available.
#7 0xcccccccccccccccd in ?? ()
No symbol table info available.
#8 0x00007f39c9c33ee2 in outgoing_queue_init (timeout=<optimized out>, queue=<optimized out>) at nta.c:8568
No locals.
#9 _nta_outgoing_timer (sa=<optimized out>) at nta.c:8860
orq = 0x0
rq = {{q_tail = 0x7f39c8ef3d48, q_head = 0x0, q_length = 0, q_timeout = 0}}
now = 189486
retransmitted = 4264038293
timeout = 0
destroyed = 139885071572544
#10 agent_timer (rm=0x6a3d, timer=0x6a55, agent=0x5671b4b7) at nta.c:1250
__func__ = "agent_timer"
#11 0x00007f39c9c9bb6d in timers_less (a=0xfefefefefefefeff, a=0xfefefefefefefeff, b=0x6, b=0x6) at su_timer.c:192
No locals.
#12 timers_remove (index=0, h=...) at su_timer.c:211
heap = 0xffffffffffffffff
e = 0xfefefefefefefeff
top = 27221
_priv = 0xfffffffffffffff7
left = <optimized out>
right = 18374543785943301897
move = <error reading variable move (Cannot access memory at address 0xffffffffffffffff)>
#13 su_timer_reset (t=0x7f39880028f0) at su_timer.c:515
timers = <optimized out>
#14 0x00007f3988000908 in ?? ()
No symbol table info available.
#15 0x00007f3988001e40 in ?? ()
No symbol table info available.
#16 0x00007f39c8ef3e20 in ?? ()
No symbol table info available.
#17 0x000000000002e42e in ?? ()
No symbol table info available.
#18 0x00000000da1c3337 in ?? ()
No symbol table info available.
#19 0x000000005671b4b7 in ?? ()
No symbol table info available.
#20 0x00007f39880008c0 in ?? ()
No symbol table info available.
#21 0x00007f39c8ef3e28 in ?? ()
No symbol table info available.
#22 0x00007f3988000908 in ?? ()
No symbol table info available.
#23 0x00000000da1c3337 in ?? ()
No symbol table info available.
#24 0x000000000002e42e in ?? ()
No symbol table info available.
#25 0x00007f39c8ef3e20 in ?? ()
No symbol table info available.
#26 0x00007f39c9c8e184 in ?? () at su_base_port.c:142 from /usr/local/freeswitch/mod/mod_sofia.so
No locals.
#27 0x00007f39a8014870 in ?? ()
No symbol table info available.
#28 0x00007f3988000910 in ?? ()
No symbol table info available.
#29 0x0000000000003a98 in ?? ()
No symbol table info available.
#30 0x0000000000000000 in ?? ()
No symbol table info available.
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment