Skip to content

Instantly share code, notes, and snippets.

@lubosz
Created April 21, 2015 11:00
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 lubosz/dfb15646b02d508dfdd7 to your computer and use it in GitHub Desktop.
Save lubosz/dfb15646b02d508dfdd7 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffa7fff700 (LWP 27435)]
0x00007fffbd35aab6 in dri2InvalidateDrawable (drawable=0x0) at dri_util.c:790
790 drawable->dri2.stamp++;
(gdb) bt
#0 0x00007fffbd35aab6 in dri2InvalidateDrawable (drawable=0x0) at dri_util.c:790
#1 0x00007fffbd3c1fb9 in intel_viewport (ctx=0x7fffd4014e28) at brw_context.c:153
#2 0x00007fffbd13be71 in _mesa_Viewport (x=0, y=120, width=1280, height=719) at main/viewport.c:137
#3 0x00007fffe269de79 in gst_glimage_sink_on_resize (gl_sink=0x963610, width=1280, height=<optimized out>) at gstglimagesink.c:1816
#4 0x00007fffe269f086 in gst_glimage_sink_on_draw (gl_sink=0x963610) at gstglimagesink.c:1862
#5 0x00007ffff58904c9 in gst_gl_window_x11_draw_unlocked (window=0x7fffc01fc690) at gstglwindow_x11.c:411
#6 0x00007ffff5890535 in draw_cb (data=0x7fffc01fc690) at gstglwindow_x11.c:448
#7 0x00007ffff588ac38 in _run_message_sync (message=0x7fffce4fd1f0) at gstglwindow.c:521
#8 0x00007ffff588fd92 in _run_message (message=0x99c800) at gstglwindow_x11.c:699
#9 0x00007ffff2f6a90d in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#10 0x00007ffff2f6ace0 in ?? () from /usr/lib/libglib-2.0.so.0
#11 0x00007ffff2f6b002 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#12 0x00007ffff5877b6d in gst_gl_context_create_thread (context=0x7dcda0) at gstglcontext.c:1342
#13 0x00007ffff2f91625 in ?? () from /usr/lib/libglib-2.0.so.0
#14 0x00007ffff2d0b374 in start_thread () from /usr/lib/libpthread.so.0
#15 0x00007ffff2a4927d in clone () from /usr/lib/libc.so.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment