Skip to content

Instantly share code, notes, and snippets.

@koponomarenko
Created May 10, 2016 16:15
Show Gist options
  • Save koponomarenko/f02058de5b99bd2829007502d472747e to your computer and use it in GitHub Desktop.
Save koponomarenko/f02058de5b99bd2829007502d472747e to your computer and use it in GitHub Desktop.
(gdb) bt
#0 0x00007f20acaab417 in ioctl () at ../sysdeps/unix/syscall-template.S:81
#1 0x00007f20add87768 in drmIoctl (fd=12, request=request@entry=1074291812, arg=arg@entry=0x7ffff71cb530) at ../xf86drm.c:171
#2 0x00007f20add8a12b in drmCommandWrite (fd=<optimized out>, drmCommandIndex=drmCommandIndex@entry=36, data=data@entry=0x7ffff71cb530, size=size@entry=8) at ../xf86drm.c:2413
#3 0x00007f20a8aaad59 in bo_wait (boi=boi@entry=0x7f20b0c76a20) at ../../radeon/radeon_bo_gem.c:214
#4 0x00007f20a8aaaf9c in bo_map (boi=0x7f20b0c76a20, write=<optimized out>) at ../../radeon/radeon_bo_gem.c:187
#5 0x00007f20a8cfeed0 in drmmode_copy_fb (pScrn=0x7f20b0c304b0, drmmode=0x7f20b0c31d08) at ../../src/drmmode_display.c:436
#6 0x00007f20a8d00e66 in drmmode_set_desired_modes (pScrn=0x7f20b0c304b0, drmmode=0x40086464, drmmode@entry=0x7f20b0c31d08) at ../../src/drmmode_display.c:1836
#7 0x00007f20a8cface0 in RADEONCreateScreenResources_KMS (pScreen=0x7f20b0c08f00) at ../../src/radeon_kms.c:233
#8 0x00007f20aeda44de in ?? ()
#9 0x00007f20aed33456 in ?? ()
#10 0x00007f20ac9ebb45 in __libc_start_main (main=0x7f20aed1d8e0, argc=1, argv=0x7ffff71cb808, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffff71cb7f8) at libc-start.c:287
#11 0x00007f20aed1d90e in _start ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment