Skip to content

Instantly share code, notes, and snippets.

@willbarrett
Last active August 29, 2015 14:24
Show Gist options
  • Save willbarrett/b4610c14117c66042c41 to your computer and use it in GitHub Desktop.
Save willbarrett/b4610c14117c66042c41 to your computer and use it in GitHub Desktop.
Janus 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 `--config /opt/janus/etc/janus/janus.cfg --configs-folder=/opt/janus/etc/janus -'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f087820bd28 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
(gdb) bt
#0 0x00007f087820bd28 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#1 0x00007f0862764349 in janus_audiobridge_hangup_media (handle=handle@entry=0x1cdedd0)
at plugins/janus_audiobridge.c:1499
#2 0x00007f0862764b45 in janus_audiobridge_destroy_session (handle=0x1cdedd0,
error=<optimized out>) at plugins/janus_audiobridge.c:863
#3 0x000000000042284b in janus_ice_handle_destroy (
gateway_session=gateway_session@entry=0x7f086c0031a0, handle_id=handle_id@entry=3410132094)
at ice.c:744
#4 0x00000000004343d9 in janus_process_incoming_request (source=source@entry=0x7f083c7ef970,
root=root@entry=0x1ca6e60) at janus.c:1166
#5 0x0000000000439159 in janus_ws_handler (cls=<optimized out>, connection=0x7f085c031930,
url=0x7f085c047205 "/janus/1/3410132094", method=0x7f085c047200 "POST",
version=<optimized out>, upload_data=0x0, upload_data_size=0x7f083c7efb98,
ptr=0x7f085c031988) at janus.c:848
#6 0x00007f0877fc183d in ?? () from /usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10
#7 0x00007f0877fc2a40 in ?? () from /usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10
#8 0x00007f0877fc544b in ?? () from /usr/lib/x86_64-linux-gnu/libmicrohttpd.so.10
#9 0x00007f087670f182 in start_thread (arg=0x7f083c7f0700) at pthread_create.c:312
#10 0x00007f087643c47d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment