Advertisement
Guest User

Untitled

a guest
Nov 10th, 2013
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. [tikilou@utopia ToTheMoon.amd64]$ gdb ToTheMoon.amd64
  2. GNU gdb (GDB) 7.6.1
  3. Copyright (C) 2013 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 "x86_64-unknown-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /home/tikilou/ToTheMoon.amd64/ToTheMoon.amd64...
  12. warning: Skipping deprecated .gdb_index section in /home/tikilou/ToTheMoon.amd64/ToTheMoon.amd64.
  13. Do "set use-deprecated-index-sections on" before the file is read
  14. to use the section anyway.
  15. done.
  16. (gdb) break DebugLoggerPrivate::writeLine
  17. Breakpoint 1 at 0x43f190: file src/debuglogger.cpp, line 63.
  18. (gdb) r
  19. Starting program: /home/tikilou/ToTheMoon.amd64/ToTheMoon.amd64
  20. warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
  21. warning: Could not load shared library symbols for linux-vdso.so.1.
  22. Do you need "set solib-search-path" or "set sysroot"?
  23. [Thread debugging using libthread_db enabled]
  24. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  25. [New Thread 0x7fffed5a7700 (LWP 2388)]
  26. [New Thread 0x7fffecac6700 (LWP 2389)]
  27. GL Vendor : ATI Technologies Inc.
  28. GL Renderer : AMD Radeon HD 7800 Series
  29. GL Version : 4.3.12614 Compatibility Profile/Debug Context 12.104
  30. GLSL Version : 4.30
  31. [New Thread 0x7fffe6551700 (LWP 2390)]
  32. [Thread 0x7fffe6551700 (LWP 2390) exited]
  33. [New Thread 0x7fffe6551700 (LWP 2391)]
  34. [New Thread 0x7fffe5d50700 (LWP 2392)]
  35. --- Compiling SimpleShader
  36. From: simple.vert simple.frag
  37. --- Compiling SimpleColorShader
  38. From: simpleColor.vert simpleColor.frag
  39. --- Compiling SimpleAlphaShader
  40. From: simpleColor.vert simpleAlpha.frag
  41. --- Compiling SimpleSpriteShader
  42. From: sprite.vert simple.frag
  43. --- Compiling SpriteShader
  44. From: sprite.vert sprite.frag
  45. --- Compiling PlaneShader
  46. From: simple.vert plane.frag
  47. --- Compiling FlashMapShader
  48. From: simpleColor.vert flashMap.frag
  49. --- Compiling TransShader
  50. From: simple.vert trans.frag
  51. --- Compiling SimpleTransShader
  52. From: simple.vert transSimple.frag
  53. --- Compiling HueShader
  54. From: simple.vert hue.frag
  55. --- Compiling BltShader
  56. From: simple.vert bitmapBlit.frag
  57. [New Thread 0x7ffff7ff4700 (LWP 2393)]
  58. eval:1870: warning: found = in conditional, should be ==
  59. eval:154: warning: already initialized constant CENTER
  60. eval:149: warning: previous definition of CENTER was here
  61. [Switching to Thread 0x7fffecac6700 (LWP 2389)]
  62.  
  63. Breakpoint 1, DebugLoggerPrivate::writeLine (this=0x7fffe0718f50,
  64. line=0x7fffe17efaf0 "glBlitFramebuffer was called with GL_COLOR_BUFFER_BIT set while there was no valid color attachment on the read framebuffer")
  65. at src/debuglogger.cpp:63
  66. 63 src/debuglogger.cpp: Aucun fichier ou dossier de ce type.
  67. (gdb) generate-core-file
  68. Couldn't get registers: Aucun processus de ce type.
  69. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement