Skip to content

Instantly share code, notes, and snippets.

@vahidov
Created April 24, 2019 09:23
Show Gist options
  • Save vahidov/a74a6ca65956fa6846581f5c4de1fb89 to your computer and use it in GitHub Desktop.
Save vahidov/a74a6ca65956fa6846581f5c4de1fb89 to your computer and use it in GitHub Desktop.
janus_ice_outgoing_stats_handle-crash
```
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/opt/janus/bin/janus'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00000247def5a1c1 in janus_ice_outgoing_stats_handle (
user_data=0x710320343bc0) at ice.c:3682
3682 ice.c: No such file or directory.
[Current thread is 1 (Thread 0x7101d0720700 (LWP 15609))]
(gdb) bt full
#0 0x00000247def5a1c1 in janus_ice_outgoing_stats_handle (
user_data=0x710320343bc0) at ice.c:3682
handle = 0x710320343bc0
session = 0x71032057b1c0
now = 16098943729166
stream = 0x71031517db40
component = 0x710316ebad10
last = 0
vindex = 3
__FUNCTION__ = "janus_ice_outgoing_stats_handle"
#1 0x00000247def5b8a9 in janus_ice_outgoing_traffic_handle (
handle=0x710320343bc0, pkt=0x247df1c72e0 <janus_ice_hangup_peerconnection>)
at ice.c:3834
plugin = 0x710348bfbe20 <janus_videoroom_plugin>
session = 0x71032057b1c0
stream = 0x71031517db40
component = 0x710316ebad10
__FUNCTION__ = "janus_ice_outgoing_traffic_handle"
age = -281431803409081
#2 0x00000247def3f922 in janus_ice_outgoing_traffic_dispatch (
source=0x710320369e50, callback=0x0, user_data=0x0) at ice.c:358
t = 0x710320369e50
ret = 1
pkt = 0x247df1c72e0 <janus_ice_hangup_peerconnection>
#3 0x00007103570267f7 in g_main_context_dispatch ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#4 0x0000710357026a60 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#5 0x0000710357026d82 in g_main_loop_run ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#6 0x00000247def45b78 in janus_ice_handle_thread (data=0x710320343bc0)
at ice.c:1077
handle = 0x710320343bc0
__FUNCTION__ = "janus_ice_handle_thread"
#7 0x000071035704e3d5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#8 0x0000710355b154a4 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#9 0x0000710355857d0f in clone () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment