Comment 22 for bug 1053789

Revision history for this message
Daniel van Vugt (vanvugt) wrote : Re: Xorg crashes in drm_intel_bo_is_reusable() from intel_set_pixmap_bo() from intel_uxa_destroy_pixmap() from damageDestroyPixmap() XvDestroyPixmap()

The stack in comment #21 was from "glxgears -fullscreen".

Here's a similar, but different, one from "mplayer -vo gl":

Program received signal SIGSEGV, Segmentation fault.
0x00007f671bb51e24 in drm_intel_bo_is_reusable ()
   from /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1
(gdb) bt
#0 0x00007f671bb51e24 in drm_intel_bo_is_reusable ()
   from /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1
#1 0x00007f671bd7ecfb in intel_set_pixmap_bo (pixmap=0x7f6720240840,
    bo=0x7f6720af6230) at ../../src/intel_uxa.c:643
#2 0x00007f671bd91b5c in I830DRI2ScheduleFlip (intel=0x7f671fefab90,
    draw=0x7f67208bc960, info=0x7f6720437520) at ../../src/intel_dri.c:862
#3 0x00007f671bd920c7 in I830DRI2ScheduleSwap (client=0x7f6720443070,
    draw=0x7f67208bc960, front=0x7f6720559c50, back=0x7f67207395d0,
    target_msc=0x7fffb2b1c268, divisor=0, remainder=0,
    func=0x7f671bfc0250 <DRI2SwapEvent>, data=0x7f67208bc960)
    at ../../src/intel_dri.c:1173
#4 0x00007f671bfbf790 in DRI2SwapBuffers (client=0x7f6720443070,
    pDraw=0x7f67208bc960, target_msc=0, divisor=0, remainder=<optimised out>,
    swap_target=0x7fffb2b1c268, func=0x7f671bfc0250 <DRI2SwapEvent>,
    data=0x7f67208bc960) at ../../../../hw/xfree86/dri2/dri2.c:879
#5 0x00007f671bfc07d3 in ProcDRI2SwapBuffers (client=0x7f6720443070)
    at ../../../../hw/xfree86/dri2/dri2ext.c:404
#6 ProcDRI2Dispatch (client=0x7f6720443070)
    at ../../../../hw/xfree86/dri2/dri2ext.c:570
#7 0x00007f671f9fd8a1 in Dispatch () at ../../dix/dispatch.c:442
#8 0x00007f671f9ec7ba in main (argc=10, argv=<optimised out>,
    envp=<optimised out>) at ../../dix/main.c:287
(gdb)

mplayer itself did not crash at all.