Skip to content

Instantly share code, notes, and snippets.

@648540858
Created July 14, 2020 06:18
Show Gist options
  • Save 648540858/c4d0ba92c840f90273c778129af43263 to your computer and use it in GitHub Desktop.
Save 648540858/c4d0ba92c840f90273c778129af43263 to your computer and use it in GitHub Desktop.
janus error log
(gdb) bt
#0 0x00007fd1484273eb in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
#1 0x00007fd148406899 in __GI_abort () at abort.c:79
#2 0x00007fd14847138e in __libc_message (action=action@entry=do_abort, fmt=fmt@entry=0x7fd14859a3a5 "%s\n")
at ../sysdeps/posix/libc_fatal.c:181
#3 0x00007fd1484794dc in malloc_printerr (str=str@entry=0x7fd14859852a "free(): invalid pointer") at malloc.c:5332
#4 0x00007fd14847acfc in _int_free (av=<optimized out>, p=<optimized out>, have_lock=0) at malloc.c:4173
#5 0x00005649343b8cd3 in janus_sdp_parse
(sdp=sdp@entry=0x7fd100011d70 "v=0\r\no=- 8967244692629409963 3 IN IP4 1.1.1.1\r\ns=VideoRoom 72429774\r\nt=0 0\r\nc=IN IP4 127.0.0.1\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111\r\nc=IN IP4 127.0.0.1\r\na=recvonly\r\na=rtpmap:111 opus/48000/2\r\na=extmap:1 u"..., error=error@entry=0x7fd14111e0f0 "", errlen=<optimized out>) at sdp-utils.c:589
#6 0x00005649343ab739 in janus_sdp_preparse
(ice_handle=0x7fd108004530, jsep_sdp=0x7fd100011d70 "v=0\r\no=- 8967244692629409963 3 IN IP4 1.1.1.1\r\ns=VideoRoom 72429774\r\nt=0 0\r\nc=IN IP4 127.0.0.1\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111\r\nc=IN IP4 127.0.0.1\r\na=recvonly\r\na=rtpmap:111 opus/48000/2\r\na=extmap:1 u"..., error_str=0x7fd14111e0f0 "", errlen=<optimized out>, audio=0x7fd14111dfdc, video=0x7fd14111dfe0, data=0x7fd14111dfe4) at sdp.c:40
#7 0x000056493438dcde in janus_plugin_handle_sdp (plugin_session=<optimized out>, plugin=
0x7fd1419655e0 <janus_videoroom_plugin>, sdp_type=0x7fd110051b50 "answer", sdp=0x7fd100011d70 "v=0\r\no=- 8967244692629409963 3 IN IP4 1.1.1.1\r\ns=VideoRoom 72429774\r\nt=0 0\r\nc=IN IP4 127.0.0.1\r\nm=audio 9 UDP/TLS/RTP/SAVPF 111\r\nc=IN IP4 127.0.0.1\r\na=recvonly\r\na=rtpmap:111 opus/48000/2\r\na=extmap:1 u"..., restart=0) at janus.c:3392
#8 0x0000564934390c2f in janus_plugin_push_event (plugin_session=0x7fd108003410, plugin=
0x7fd1419655e0 <janus_videoroom_plugin>, transaction=0x7fd10002f740 "BOX0YbYHFmDo", message=0x7fd11005be50, jsep=0x7fd110008180) at janus.c:3303
#9 0x00007fd14194a3d9 in janus_videoroom_handler (data=<optimized out>) at plugins/janus_videoroom.c:7348
--Type <RET> for more, q to quit, c to continue without paging--RET
#10 0x00007fd148b85181 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007fd1485db669 in start_thread (arg=<optimized out>) at pthread_create.c:479
#12 0x00007fd1485032b3 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment