Skip to content

Instantly share code, notes, and snippets.

@vzhmachenko
Created September 4, 2023 13:49
Show Gist options
  • Save vzhmachenko/a6d3402d3b2b725f3454c15149b16755 to your computer and use it in GitHub Desktop.
Save vzhmachenko/a6d3402d3b2b725f3454c15149b16755 to your computer and use it in GitHub Desktop.
janus bt Sep-04-2023 v2
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `janus'.
Program terminated with signal 11, Segmentation fault.
#0 0x00007f73428054e8 in g_list_find () from /lib64/libglib-2.0.so.0
Missing separate debuginfos, use: debuginfo-install mx-janus-janus-gateway-0.13.4-1.mxel7.x86_64
(gdb) bt
#0 0x00007f73428054e8 in g_list_find () from /lib64/libglib-2.0.so.0
#1 0x00007f7333dd7ddb in janus_sip_destroy_session.part.7 ()
from /opt/mx/mx-janus/root/usr/lib64/janus/plugins/libjanus_sip.so
#2 0x000000000044a613 in janus_ice_outgoing_traffic_handle ()
#3 0x000000000044d6c4 in janus_ice_outgoing_traffic_dispatch ()
#4 0x00007f7342809119 in g_main_context_dispatch () from /lib64/libglib-2.0.so.0
#5 0x00007f7342809478 in g_main_context_iterate.isra.19 () from /lib64/libglib-2.0.so.0
#6 0x00007f734280974a in g_main_loop_run () from /lib64/libglib-2.0.so.0
#7 0x000000000043e5d0 in janus_ice_handle_thread ()
#8 0x00007f73428305b0 in g_thread_proxy () from /lib64/libglib-2.0.so.0
#9 0x00007f7341126ea5 in start_thread (arg=0x7f72a6f75700) at pthread_create.c:307
#10 0x00007f7340e4fb0d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment