Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. (gdb) bt full
  2. #0 0xb73b1553 in nouveau_dri2_create_buffer (pDraw=0xa473b90, attachment=0, format=32)
  3. at ../../src/nouveau_dri2.c:72
  4. pScreen = <value optimised out>
  5. pNv = 0x9f296f8
  6. nvbuf = 0xa2263e0
  7. ppix = 0xa473b90
  8. #1 0xb73f3f30 in allocate_or_reuse_buffer (pDraw=0xa473b90, pPriv=0xa46ec80, attachment=0,
  9. format=32, dimensions_match=1, buffer=0xa4f3ad0, ds=<value optimised out>)
  10. at ../../../../hw/xfree86/dri2/dri2.c:343
  11. old_buf = 0
  12. #2 0xb73f4a0b in do_get_buffers (pDraw=0xa473b90, width=0xbfe5cc60, height=0xbfe5cc6c,
  13. attachments=0xa3fa210, count=1, out_count=0xbfe5cc68, has_format=1)
  14. at ../../../../hw/xfree86/dri2/dri2.c:412
  15. attachment = <value optimised out>
  16. format = 32
  17. ds = 0x9f238e0
  18. pPriv = 0xa46ec80
  19. buffers = 0xa4f3ad0
  20. need_real_front = <value optimised out>
  21. need_fake_front = <value optimised out>
  22. have_fake_front = <value optimised out>
  23. front_format = <value optimised out>
  24. dimensions_match = 1
  25. buffers_changed = <value optimised out>
  26. i = <value optimised out>
  27. #3 0xb73f6717 in ProcDRI2GetBuffersWithFormat (client=0xa23e140)
  28. at ../../../../hw/xfree86/dri2/dri2ext.c:302
  29. buffers = <value optimised out>
  30. status = 0
  31. count = <value optimised out>
  32. stuff = <value optimised out>
  33. pDrawable = 0xa473b90
  34. width = <value optimised out>
  35. height = <value optimised out>
  36. attachments = 0xa3fa208
  37. #4 ProcDRI2Dispatch (client=0xa23e140) at ../../../../hw/xfree86/dri2/dri2ext.c:568
  38. stuff = <value optimised out>
  39. #5 0x0806f8d7 in Dispatch () at ../../dix/dispatch.c:431
  40. clientReady = 0xa1de2f0
  41. result = <value optimised out>
  42. client = 0xa23e140
  43. nready = 0
  44. icheck = 0x8207818
  45. start_tick = 1140
  46. #6 0x0806284c in main (argc=8, argv=0xbfe5cdf4, envp=0xbfe5ce18) at ../../dix/main.c:287
  47. i = <value optimised out>
  48. alwaysCheckForInput = {0, 1}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement