Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vahidov/a00175614ba0d62e0ec00a4fb29bc8f2 to your computer and use it in GitHub Desktop.
Save vahidov/a00175614ba0d62e0ec00a4fb29bc8f2 to your computer and use it in GitHub Desktop.
janus.crash 30.04
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x000073d00d66eea3 in _lws_change_pollfd.part.1 ()
from /usr/lib/libwebsockets.so.14
[Current thread is 1 (Thread 0x73ce4eca7700 (LWP 29389))]
(gdb) bt full
#0 0x000073d00d66eea3 in _lws_change_pollfd.part.1 ()
from /usr/lib/libwebsockets.so.14
No symbol table info available.
#1 0x000073d00d66fe0f in lws_callback_on_writable ()
from /usr/lib/libwebsockets.so.14
No symbol table info available.
#2 0x000073d00d8aecea in janus_websockets_send_message (
transport=0x73cffc60c5f0, request_id=0x0, admin=0, message=0x73cf68129300)
at transports/janus_websockets.c:904
__FUNCTION__ = "janus_websockets_send_message"
client = 0x73cffc26d090
payload = 0x73cf6810f530 "{\n \"janus\": \"hangup\",\n \"session_id\": 2913732238144125,\n \"sender\": 1079669155783168,\n \"reason\": \"Close PC\"\n}"
#3 0x000007767ab4568b in janus_session_notify_event (session=0x73cff0451200,
event=0x73cf68129300) at janus.c:591
No locals.
#4 0x000007767ab25cb2 in janus_ice_notify_hangup (handle=0x73cff0240a00,
reason=0x7767ab9cbda "Close PC") at ice.c:679
session = 0x73cff0451200
event = 0x73cf68129300
#5 0x000007767ab2c05e in janus_ice_webrtc_free (handle=0x73cff0240a00)
at ice.c:1362
__FUNCTION__ = "janus_ice_webrtc_free"
#6 0x000007767ab3f8b8 in janus_ice_outgoing_traffic_handle (
handle=0x73cff0240a00, pkt=0x7767adab2e0 <janus_ice_hangup_peerconnection>)
at ice.c:3836
plugin = 0x73d014e0ee20 <janus_videoroom_plugin>
session = 0x73cff0451200
stream = 0x73cfe493bf30
component = 0x73cfe51a6f10
__FUNCTION__ = "janus_ice_outgoing_traffic_handle"
age = 67
#7 0x000007767ab23922 in janus_ice_outgoing_traffic_dispatch (
source=0x73cff0376c50, callback=0x0, user_data=0x0) at ice.c:358
t = 0x73cff0376c50
ret = 1
pkt = 0x7767adab2e0 <janus_ice_hangup_peerconnection>
#8 0x000073d0238eb7f7 in g_main_context_dispatch ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#9 0x000073d0238eba60 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#10 0x000073d0238ebd82 in g_main_loop_run ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#11 0x000007767ab29b78 in janus_ice_handle_thread (data=0x73cff0240a00)
at ice.c:1077
handle = 0x73cff0240a00
__FUNCTION__ = "janus_ice_handle_thread"
#12 0x000073d0239133d5 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#13 0x000073d0223da4a4 in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
No symbol table info available.
#14 0x000073d02211cd0f 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