Created
February 26, 2019 17:41
-
-
Save asticode/af677cd078c6733e57d78f89979d54e2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) bt | |
#0 0x00007f34bec5acee in priv_conn_keepalive_tick_unlocked (agent=agent@entry=0x562338179040) at conncheck.c:1303 | |
#1 0x00007f34bec5b3d7 in priv_update_selected_pair (agent=agent@entry=0x562338179040, component=component@entry=0x56233817cca0, pair=pair@entry=0x5623381a0e40) at conncheck.c:1749 | |
#2 0x00007f34bec5ff40 in priv_map_reply_to_conn_check_request (resp=0x7f34bf1e1be0, remote_candidate=0x562338177ea0, local_candidate=0x562338177ab0, from=0x7f34bf1e2660, sockptr=0x562338174de0, component=0x56233817cca0, stream=0x56233817c640, agent=<optimized out>) at conncheck.c:3252 | |
#3 0x00007f34bec5ff40 in conn_check_handle_inbound_stun (agent=agent@entry=0x562338179040, stream=stream@entry=0x56233817c640, component=component@entry=0x56233817cca0, nicesock=0x562338174de0, from=0x7f34bf1e2660, buf=buf@entry=0x562338193440 "\001\001", len=64) at conncheck.c:4246 | |
#4 0x00007f34bec56daa in agent_recv_message_unlocked (agent=agent@entry=0x562338179040, stream=stream@entry=0x56233817c640, component=component@entry=0x56233817cca0, nicesock=<optimized out>, message=message@entry=0x7f34bf1e2730) at agent.c:3980 | |
#5 0x00007f34bec5746e in component_io_cb (gsocket=<optimized out>, condition=<optimized out>, user_data=0x562338172900) at agent.c:5297 | |
#6 0x00007f34bd6bc9d6 in () at /usr/lib/libgio-2.0.so.0 | |
#7 0x00007f34be74ed18 in g_main_context_dispatch () at /usr/lib/libglib-2.0.so.0 | |
#8 0x00007f34be74ef98 in () at /usr/lib/libglib-2.0.so.0 | |
#9 0x00007f34be74f25c in g_main_loop_run () at /usr/lib/libglib-2.0.so.0 | |
#10 0x0000562337e832b8 in janus_ice_handle_thread (data=0x56233816d700) at ice.c:1042 | |
#11 0x00007f34be76a902 in () at /usr/lib/libglib-2.0.so.0 | |
#12 0x00007f34bf0e9b57 in () at /lib/ld-musl-x86_64.so.1 | |
#13 0x0000000000000000 in () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment