Advertisement
CalcProgrammer1

glxinfo backtrace

Aug 23rd, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. (gdb) run
  2. Starting program: /usr/bin/glxinfo
  3. [Thread debugging using libthread_db enabled]
  4. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  5. name of display: :0
  6. libGL error: MESA-LOADER: malformed or no PCI ID
  7.  
  8. Program received signal SIGSEGV, Segmentation fault.
  9. fd_prog_init (pctx=pctx@entry=0x366b0)
  10. at ../../../../../../src/gallium/drivers/freedreno/freedreno_program.c:111
  11. 111 ../../../../../../src/gallium/drivers/freedreno/freedreno_program.c: No such file or directory.
  12. (gdb) bt
  13. #0 fd_prog_init (pctx=pctx@entry=0x366b0)
  14. at ../../../../../../src/gallium/drivers/freedreno/freedreno_program.c:111
  15. #1 0x407271b0 in fd2_prog_init (pctx=pctx@entry=0x366b0)
  16. at ../../../../../../src/gallium/drivers/freedreno/a2xx/fd2_program.c:473
  17. #2 0x40724738 in fd2_context_create (pscreen=0x345e0, priv=0x0)
  18. at ../../../../../../src/gallium/drivers/freedreno/a2xx/fd2_context.c:110
  19. #3 0x408209d2 in st_api_create_context (stapi=<optimized out>, smapi=0x34690,
  20. attribs=0xbefff70c, error=0xbefff708, shared_stctxi=0x0)
  21. at ../../../../src/mesa/state_tracker/st_manager.c:656
  22. #4 0x4071ae52 in dri_create_context (api=<optimized out>, visual=0x38ae0,
  23. cPriv=<optimized out>, major_version=<optimized out>, minor_version=3,
  24. flags=0, notify_reset=false, error=0xbefff83c, sharedContextPrivate=0x0)
  25. at ../../../../../../../src/gallium/state_trackers/dri/drm/dri_context.c:130
  26. #5 0x40718b58 in driCreateContextAttribs (screen=0x34578,
  27. api=<optimized out>, config=0x38ae0, shared=<optimized out>,
  28. num_attribs=2, attribs=0xbefff7d8, error=0xbefff83c, data=0x365a8)
  29. at ../../../../../../../src/mesa/drivers/dri/common/dri_util.c:435
  30. #6 0x40123fd8 in dri2_create_context_attribs (base=<optimized out>,
  31. config_base=<optimized out>, shareList=<optimized out>,
  32. num_attribs=<optimized out>, attribs=0xbefff870, error=0xbefff83c)
  33. at ../../../../src/glx/dri2_glx.c:318
  34. #7 0x40104e0e in glXCreateContextAttribsARB (dpy=0x18008, config=0x3aeb8,
  35. ---Type <return> to continue, or q <return> to quit---
  36. share_context=0x0, direct=<optimized out>, attrib_list=0xbefff870)
  37. at ../../../../src/glx/create_context.c:78
  38. #8 0x0000a118 in ?? ()
  39. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement