Skip to content

Instantly share code, notes, and snippets.

@vahidov
Created April 29, 2019 09:27
Show Gist options
  • Save vahidov/455b779dcb56d2243fc9522019f5023d to your computer and use it in GitHub Desktop.
Save vahidov/455b779dcb56d2243fc9522019f5023d to your computer and use it in GitHub Desktop.
janus.crash.28.04.19
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00006b1e4da0bea3 in _lws_change_pollfd.part.1 ()
from /usr/lib/libwebsockets.so.14
[Current thread is 1 (Thread 0x6b1c46cea700 (LWP 32456))]
(gdb) bt full
#0 0x00006b1e4da0bea3 in _lws_change_pollfd.part.1 ()
from /usr/lib/libwebsockets.so.14
No symbol table info available.
#1 0x00006b1e4da0ce0f in lws_callback_on_writable ()
from /usr/lib/libwebsockets.so.14
No symbol table info available.
#2 0x00006b1e4dc4bcea in janus_websockets_send_message (
transport=0x6b1e381b3800, request_id=0x0, admin=0, message=0x6b1d54030a10)
at transports/janus_websockets.c:904
__FUNCTION__ = "janus_websockets_send_message"
client = 0x6b1e384fd750
payload = 0x6b1d54067350 "{\n \"janus\": \"hangup\",\n \"session_id\": 3838426012637495,\n \"sender\": 552237145187002,\n \"reason\": \"Close PC\"\n}"
#3 0x000005ad30dae68b in janus_session_notify_event (session=0x6b1e30040ce0,
event=0x6b1d54030a10) at janus.c:591
No locals.
#4 0x000005ad30d8ecb2 in janus_ice_notify_hangup (handle=0x6b1e301ce800,
reason=0x5ad30e05bda "Close PC") at ice.c:679
session = 0x6b1e30040ce0
event = 0x6b1d54030a10
#5 0x000005ad30d9505e in janus_ice_webrtc_free (handle=0x6b1e301ce800)
at ice.c:1362
__FUNCTION__ = "janus_ice_webrtc_free"
#6 0x000005ad30da88b8 in janus_ice_outgoing_traffic_handle (
handle=0x6b1e301ce800, pkt=0x5ad310142e0 <janus_ice_hangup_peerconnection>)
at ice.c:3836
plugin = 0x6b1e54f74e20 <janus_videoroom_plugin>
session = 0x6b1e30040ce0
stream = 0x6b1e24b70f00
component = 0x6b1e253caef0
__FUNCTION__ = "janus_ice_outgoing_traffic_handle"
age = 43
#7 0x000005ad30d8c922 in janus_ice_outgoing_traffic_dispatch (
source=0x6b1e3025f340, callback=0x0, user_data=0x0) at ice.c:358
t = 0x6b1e3025f340
ret = 1
pkt = 0x5ad310142e0 <janus_ice_hangup_peerconnection>
#8 0x00006b1e639457f7 in g_main_context_dispatch ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#9 0x00006b1e63945a60 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#10 0x00006b1e63945d82 in g_main_loop_run ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#11 0x000005ad30d92b78 in janus_ice_handle_thread (data=0x6b1e301ce800)
at ice.c:1077
handle = 0x6b1e301ce800
__FUNCTION__ = "janus_ice_handle_thread"
#12 0x00006b1e6396d3d5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#13 0x00006b1e624344a4 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#14 0x00006b1e62176d0f 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