Skip to content

Instantly share code, notes, and snippets.

@ggreer
Created July 12, 2018 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ggreer/975eb6f5bf871c10c91d986a6d04cf7a to your computer and use it in GitHub Desktop.
Save ggreer/975eb6f5bf871c10c91d986a6d04cf7a to your computer and use it in GitHub Desktop.
Thread 9 "mpv/vo" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe5473700 (LWP 11612)]
0x00007ffff598b0a4 in wl_proxy_marshal (proxy=proxy@entry=0x7fffd421df10, opcode=opcode@entry=0) at src/wayland-client.c:787
787 wl_argument_from_va_list(proxy->object.interface->methods[opcode].signature,
(gdb) bt
#0 0x00007ffff598b0a4 in wl_proxy_marshal (proxy=proxy@entry=0x7fffd421df10, opcode=opcode@entry=0) at src/wayland-client.c:787
#1 0x00005555557b560a in zwp_idle_inhibitor_v1_destroy (zwp_idle_inhibitor_v1=0x7fffd421df10) at ./video/out/wayland/idle-inhibit-v1.h:220
#2 set_screensaver_inhibitor (state=0, wl=<optimized out>) at ../video/out/wayland_common.c:1200
#3 vo_wayland_control (vo=0x55555746c810, events=events@entry=0x7fffe5472c40, request=<optimized out>, arg=0x0) at ../video/out/wayland_common.c:1347
#4 0x00005555557a2010 in wayland_egl_control (ctx=0x7fffd4203790, events=0x7fffe5472c40, request=<optimized out>, data=<optimized out>) at ../video/out/opengl/context_wayland.c:144
#5 0x00005555557ab444 in control (vo=0x55555746c810, request=20, data=<optimized out>) at ../video/out/vo_gpu.c:213
#6 0x00005555557a60c4 in run_control (p=0x555557972fa0) at ../video/out/vo.c:611
#7 0x00005555557263c2 in mp_dispatch_queue_process (queue=0x555557448360, timeout=timeout@entry=0) at ../misc/dispatch.c:297
#8 0x00005555557a857a in vo_thread (ptr=0x55555746c810) at ../video/out/vo.c:1010
#9 0x00007ffff17c86db in start_thread (arg=0x7fffe5473700) at pthread_create.c:463
#10 0x00007ffff14f188f 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