Advertisement
Guest User

Untitled

a guest
Feb 8th, 2012
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. frankenstein:~$ gdb glxspheres
  2. GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
  3. Copyright (C) 2011 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "i686-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://bugs.launchpad.net/gdb-linaro/>...
  11. Reading symbols from /usr/bin/glxspheres...(no debugging symbols found)...done.
  12. (gdb) run
  13. Starting program: /usr/bin/glxspheres
  14. [Thread debugging using libthread_db enabled]
  15. Polygons in scene: 62464
  16.  
  17. Program received signal SIGSEGV, Segmentation fault.
  18. 0x00000000 in ?? ()
  19. (gdb) bt
  20. #0 0x00000000 in ?? ()
  21. #1 0xb7fd10c0 in ?? () from /usr/lib/i386-linux-gnu/dri/swrast_dri.so
  22. #2 0xb7ebaf5e in ?? () from /usr/lib/i386-linux-gnu/mesa/libGL.so.1
  23. #3 0xb7e98e50 in ?? () from /usr/lib/i386-linux-gnu/mesa/libGL.so.1
  24. #4 0xb7e95cf3 in ?? () from /usr/lib/i386-linux-gnu/mesa/libGL.so.1
  25. #5 0xb7e95e25 in glXGetConfig () from /usr/lib/i386-linux-gnu/mesa/libGL.so.1
  26. #6 0xb7f165e6 in _glXGetConfig (value=0x807cdd4, attrib=5, vis=0x807c770,
  27. dpy=0x805c558) at /build/buildd/virtualgl-2.3.1/rr/faker-sym.h:116
  28. #7 buildVisAttribTable (dpy=0x805c558, screen=0)
  29. at /build/buildd/virtualgl-2.3.1/rr/glxvisual.cpp:133
  30. #8 0xb7f17c6b in __vglMatchVisual (dpy=0x805c558, screen=0, depth=24,
  31. c_class=4, level=0, stereo=0, trans=0)
  32. at /build/buildd/virtualgl-2.3.1/rr/glxvisual.cpp:358
  33. #9 0xb7ef7a47 in glXChooseVisual (dpy=0x805c558, screen=0,
  34. attrib_list=0xbffff218) at /build/buildd/virtualgl-2.3.1/rr/faker.cpp:849
  35. #10 0x0804a4e6 in main ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement