Advertisement
zma

Untitled

zma
Sep 12th, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 5.78 KB | None | 0 0
  1. (gdb) br QEgl::hasExtension
  2. Function "QEgl::hasExtension" not defined.
  3. Make breakpoint pending on future shared library load? (y or [n]) y
  4. Breakpoint 2 (QEgl::hasExtension) pending.
  5. (gdb) run
  6. Starting program: /usr/lib/qt4/examples/opengl/textures/textures
  7. [Thread debugging using libthread_db enabled]
  8. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  9. [New Thread 0xb42b7420 (LWP 3004)]
  10. [New Thread 0xb38ff420 (LWP 3005)]
  11. [New Thread 0xb2eff420 (LWP 3006)]
  12. PVR:(Warning): PVRSRVOpenDCDevice: Warning - 138 returned [95, /bridged_pvr_dc_glue.c]
  13.  
  14. Breakpoint 2, 0xb6df7ef2 in QEgl::hasExtension(char const*) () from /usr/lib/arm-linux-gnueabihf/libQtGui.so.4
  15. (gdb) s
  16. Single stepping until exit from function _ZN4QEgl12hasExtensionEPKc,
  17. which has no line number information.
  18. [Thread 0xb2eff420 (LWP 3006) exited]
  19. 0xb6df7ffc in QEgl::display() () from /usr/lib/arm-linux-gnueabihf/libQtGui.so.4
  20. (gdb) bt
  21. #0  0xb6df7ffc in QEgl::display() () from /usr/lib/arm-linux-gnueabihf/libQtGui.so.4
  22. #1  0xb6df9524 in QEgl::chooseConfig(QEglProperties const*, QEgl::PixelFormatMatch) () from /usr/lib/arm-linux-gnueabihf/libQtGui.so.4
  23. #2  0xb6df9b38 in QEglContext::chooseConfig(QEglProperties const&, QEgl::PixelFormatMatch) () from /usr/lib/arm-linux-gnueabihf/libQtGui.so.4
  24. #3  0xb6fb3a1a in QGLContext::chooseContext(QGLContext const*) () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  25. #4  0xb6f8798e in QGLContext::create(QGLContext const*) () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  26. #5  0xb6fb3bf0 in QGLWidget::setContext(QGLContext*, QGLContext const*, bool) () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  27. #6  0xb6f87026 in ?? () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  28. #7  0xb6f87026 in ?? () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  29. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  30. (gdb) s
  31. Single stepping until exit from function _ZN4QEgl7displayEv,
  32. which has no line number information.
  33.  
  34. Breakpoint 2, 0xb6df7ef2 in QEgl::hasExtension(char const*) () from /usr/lib/arm-linux-gnueabihf/libQtGui.so.4
  35. (gdb) bt
  36. #0  0xb6df7ef2 in QEgl::hasExtension(char const*) () from /usr/lib/arm-linux-gnueabihf/libQtGui.so.4
  37. #1  0xb6df801e in QEgl::display() () from /usr/lib/arm-linux-gnueabihf/libQtGui.so.4
  38. #2  0xb6df9524 in QEgl::chooseConfig(QEglProperties const*, QEgl::PixelFormatMatch) () from /usr/lib/arm-linux-gnueabihf/libQtGui.so.4
  39. #3  0xb6df9b38 in QEglContext::chooseConfig(QEglProperties const&, QEgl::PixelFormatMatch) () from /usr/lib/arm-linux-gnueabihf/libQtGui.so.4
  40. #4  0xb6fb3a1a in QGLContext::chooseContext(QGLContext const*) () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  41. #5  0xb6f8798e in QGLContext::create(QGLContext const*) () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  42. #6  0xb6fb3bf0 in QGLWidget::setContext(QGLContext*, QGLContext const*, bool) () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  43. #7  0xb6f87026 in ?? () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  44. #8  0xb6f87026 in ?? () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  45. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  46. (gdb) s
  47. Single stepping until exit from function _ZN4QEgl12hasExtensionEPKc,
  48. which has no line number information.
  49. 0xb6df801e in QEgl::display() () from /usr/lib/arm-linux-gnueabihf/libQtGui.so.4
  50. (gdb) s
  51. Single stepping until exit from function _ZN4QEgl7displayEv,
  52. which has no line number information.
  53. 0xb6df9524 in QEgl::chooseConfig(QEglProperties const*, QEgl::PixelFormatMatch) () from /usr/lib/arm-linux-gnueabihf/libQtGui.so.4
  54. (gdb)
  55. Single stepping until exit from function _ZN4QEgl12chooseConfigEPK14QEglPropertiesNS_16PixelFormatMatchE,
  56. which has no line number information.
  57. 0xb6df9b38 in QEglContext::chooseConfig(QEglProperties const&, QEgl::PixelFormatMatch) () from /usr/lib/arm-linux-gnueabihf/libQtGui.so.4
  58. (gdb) bt
  59. #0  0xb6df9b38 in QEglContext::chooseConfig(QEglProperties const&, QEgl::PixelFormatMatch) () from /usr/lib/arm-linux-gnueabihf/libQtGui.so.4
  60. #1  0xb6fb3a1a in QGLContext::chooseContext(QGLContext const*) () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  61. #2  0xb6f8798e in QGLContext::create(QGLContext const*) () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  62. #3  0xb6fb3bf0 in QGLWidget::setContext(QGLContext*, QGLContext const*, bool) () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  63. #4  0xb6f87026 in ?? () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  64. #5  0xb6f87026 in ?? () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  65. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  66. (gdb) s
  67. Single stepping until exit from function _ZN11QEglContext12chooseConfigERK14QEglPropertiesN4QEgl16PixelFormatMatchE,
  68. which has no line number information.
  69. 0xb6fb3a1a in QGLContext::chooseContext(QGLContext const*) () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  70. (gdb) s
  71. Single stepping until exit from function _ZN10QGLContext13chooseContextEPKS_,
  72. which has no line number information.
  73. Warning:
  74. Cannot insert breakpoint 0.
  75. Error accessing memory address 0x0: Input/output error.
  76.  
  77. 0xb6fb4e7c in ?? () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  78. (gdb) bt
  79. #0  0xb6fb4e7c in ?? () from /usr/lib/arm-linux-gnueabihf/libQtOpenGL.so.4
  80. #1  0x00000000 in ?? ()
  81. (gdb) (gdb) (gdb) ~~~~~which has no line number information.
  82. Undefined command: "".  Try "help".
  83. (gdb) 0xb6df801e in QEgl::display() () from /usr/lib/arm-linux-gnueabihf/libQtGui.so.4
  84. Undefined command: "0xb6df801e".  Try "help".
  85. (gdb) (gdb) list
  86. Undefined command: "".  Try "help".
  87. (gdb) No symbol table is loaded.  Use the "file" command.
  88. (gdb) (gdb) s
  89. Undefined command: "".  Try "help".
  90. (gdb) Single stepping until exit from function _ZN4QEgl7displayEv,
  91. Undefined command: "Single".  Try "help".
  92. (gdb) s
  93. Cannot find bounds of current function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement