Advertisement
Guest User

Untitled

a guest
Jan 9th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. gdb --args sdlarch '/home/bckpkol/src/Genesis-Plus-GX/genesis_plus_gx_libretro.so' '/home/bckpkol/src/Comix Zone [T+Rus_Shedevr]..bin'
  2. GNU gdb (Debian 7.12-6) 7.12.0.20161007-git
  3. Copyright (C) 2016 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 "arm-linux-gnueabihf".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from sdlarch...done.
  17. (gdb) run
  18. Starting program: /home/bckpkol/src/sdlarch/sdlarch /home/bckpkol/src/Genesis-Plus-GX/genesis_plus_gx_libretro.so /home/bckpkol/src/Comix\ Zone\ \[T+Rus_Shedevr\]..bin
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  21. [New Thread 0xb6425340 (LWP 19144)]
  22. LIBGL: Initialising gl4es
  23. LIBGL: v1.0.5 built on Jan 9 2018 01:14:38
  24. LIBGL: Using GLES 1.1 backend
  25. LIBGL:loaded: libGLESv1_CM.so
  26. LIBGL:loaded: libEGL.so
  27. LIBGL: Using GLES 1.1 backend
  28. [New Thread 0xb5623340 (LWP 19149)]
  29. [New Thread 0xb6fd5b40 (LWP 19150)]
  30. LIBGL: Extension GL_OES_framebuffer_object detected and used
  31. LIBGL: Extension GL_OES_point_sprite detected and used
  32. LIBGL: Extension GL_OES_point_size_array detected
  33. LIBGL: Extension GL_OES_packed_depth_stencil detected and used
  34. LIBGL: Extension GL_OES_depth24 detected and used
  35. LIBGL: Extension GL_OES_rgb8_rgba8 detected and used
  36. LIBGL: Extension GL_EXT_texture_format_BGRA8888 detected and used
  37. LIBGL: Extension GL_OES_depth_texture detected and used
  38. LIBGL: Extension GL_OES_texture_cube_map detected and used
  39. LIBGL: Extension GL_OES_draw_texture detected and used
  40. LIBGL: Max texture size: 4096
  41. LIBGL: Texture Units: 8(8), Max lights: 8, Max planes: 1
  42. LIBGL: Targeting OpenGL 1.5
  43. LIBGL: Current folder is:/home/bckpkol/src/sdlarch
  44. glXQueryExtension(0x4932a8, 0x4f5cc0, 0x4f5cc4)
  45. glXQueryExtensionString(0x4932a8, 0)
  46. glXGetProcAddress: glXGetSwapIntervalMESA not found.
  47. glXChooseVisual(0x4932a8, 0, 0xbeffec8c)
  48. glXChooseFBConfig(0x4932a8, 0, 0xbeffec8c, 0xbeffec70)
  49. FBConfig depthBits=16
  50. glXCreateContext(0x4932a8, 0x4dfe18, (nil), 1), latest_visual=0x4f5db8, fbcontext_count=0 => 0x4dffb0
  51. glXMakeCurrent(0x4932a8, 0x3a00002, 0x4dffb0), isPBuffer(drawable)=0, context->drawable=(nil), context->eglSurface=(nil) => True
  52. glXMakeCurrent(0x4932a8, (nil), (nil)), isPBuffer(drawable)=0, context->drawable=(nil), context->eglSurface=(nil) => True
  53. glXDestroyContext(0x4932a8, 0x4dffb0), fbcontext_count=0, ctx_type=0
  54. [New Thread 0xb58c7340 (LWP 19151)]
  55. Core loaded
  56. [inf] Frontend supports RGB565 - will use that instead of XRGB1555.
  57. [inf] [genplus]: Defaulting system directory to /home/bckpkol/src.
  58. [inf] [genplus]: Defaulting save directory to /home/bckpkol/src.
  59.  
  60. Thread 1 "sdlarch" received signal SIGSEGV, Segmentation fault.
  61. 0xb6e57db0 in strcmp () from /lib/arm-linux-gnueabihf/libc.so.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement