Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.49 KB | None | 0 0
  1. Reading symbols from retroarch...done.
  2. (gdb) run
  3. Starting program: /usr/games/retroarch
  4. [Thread debugging using libthread_db enabled]
  5. Using host libthread_db library "/usr/lib64/debug/libthread_db.so.1".
  6. [New Thread 0x7fffec28c700 (LWP 20448)]
  7. [New Thread 0x7fffea661700 (LWP 20449)]
  8. [New Thread 0x7fffe4f3c700 (LWP 20450)]
  9.  
  10. Thread 1 "retroarch" received signal SIGSEGV, Segmentation fault.
  11. 0x00007ffff1c87c5e in __strstr_sse2 () from /usr/lib64/debug/libc.so.6
  12. (gdb) bt
  13. #0 0x00007ffff1c87c5e in __strstr_sse2 () from /usr/lib64/debug/libc.so.6
  14. #1 0x0000000000565ec1 in gl_check_capability (enum_idx=GL_CAPS_TEX_STORAGE) at libretro-common/gfx/gl_capabilities.c:314
  15. #2 0x0000000000568cfe in gl_load_texture_image (target=3553, level=0, internalFormat=32856, width=1024, height=1024, border=0, format=32993, type=33639, data=0x7fffe40b7010) at gfx/common/gl_common.c:98
  16. #3 0x0000000000561727 in gl_init_textures_reference (gl=0xa164b0, i=0, internal_fmt=32856, texture_fmt=33639, texture_type=32993) at gfx/drivers/gl.c:619
  17. #4 0x00000000005617b2 in gl_init_textures (gl=0xa164b0, video=0x7fffffffca80) at gfx/drivers/gl.c:680
  18. #5 0x00000000005646a0 in gl_init (video=0x7fffffffca80, input=0x972aa0 <current_input>, input_data=0x972aa8 <current_input_data>) at gfx/drivers/gl.c:2082
  19. #6 0x00000000004519de in video_driver_init_internal () at gfx/video_driver.c:819
  20. #7 0x0000000000452ecb in video_driver_init () at gfx/video_driver.c:1523
  21. #8 0x0000000000455f60 in drivers_init (flags=255) at driver.c:325
  22. #9 0x0000000000414fd5 in retroarch_main_init (argc=1, argv=0x7fffffffe348) at retroarch.c:1101
  23. #10 0x000000000042adca in content_load (info=0x7fffffffe210) at tasks/task_content.c:280
  24. #11 0x000000000042bf8a in task_load_content (content_info=0x7fffffffe210, content_ctx=0x7fffffffe150, launched_from_menu=true, launched_from_cli=true, error_string=0x7fffffffe148) at tasks/task_content.c:837
  25. #12 0x000000000042cdef in task_load_content_callback (content_info=0x7fffffffe210, loading_from_menu=true, loading_from_cli=true) at tasks/task_content.c:1397
  26. #13 0x000000000042cf1d in task_push_load_content_from_cli (core_path=0x0, fullpath=0x0, content_info=0x7fffffffe210, type=CORE_TYPE_PLAIN, cb=0x0, user_data=0x0) at tasks/task_content.c:1454
  27. #14 0x0000000000411879 in rarch_main (argc=1, argv=0x7fffffffe348, data=0x0) at frontend/frontend.c:113
  28. #15 0x0000000000411906 in main (argc=1, argv=0x7fffffffe348) at frontend/frontend.c:147
  29. (gdb) bt full
  30. #0 0x00007ffff1c87c5e in __strstr_sse2 () from /usr/lib64/debug/libc.so.6
  31. No symbol table info available.
  32. #1 0x0000000000565ec1 in gl_check_capability (enum_idx=GL_CAPS_TEX_STORAGE) at libretro-common/gfx/gl_capabilities.c:314
  33. major = 0
  34. minor = 0
  35. vendor = 0x0
  36. renderer = 0x0
  37. version = 0x0
  38. #2 0x0000000000568cfe in gl_load_texture_image (target=3553, level=0, internalFormat=32856, width=1024, height=1024, border=0, format=32993, type=33639, data=0x7fffe40b7010) at gfx/common/gl_common.c:98
  39. No locals.
  40. #3 0x0000000000561727 in gl_init_textures_reference (gl=0xa164b0, i=0, internal_fmt=32856, texture_fmt=33639, texture_type=32993) at gfx/drivers/gl.c:619
  41. No locals.
  42. #4 0x00000000005617b2 in gl_init_textures (gl=0xa164b0, video=0x7fffffffca80) at gfx/drivers/gl.c:680
  43. i = 0
  44. internal_fmt = 32856
  45. texture_type = 32993
  46. texture_fmt = 33639
  47. #5 0x00000000005646a0 in gl_init (video=0x7fffffffca80, input=0x972aa0 <current_input>, input_data=0x972aa8 <current_input_data>) at gfx/drivers/gl.c:2082
  48. mode = {width = 0, height = 0, fullscreen = true}
  49. inp = {input = 0x7fffffffca10, input_data = 0x411c0d <frontend_driver_has_get_video_driver_func+13>}
  50. interval = 1
  51. mip_level = 1
  52. full_x = 1680
  53. full_y = 1050
  54. shader_filter = {index = 1, smooth = 0x7fffffffc987}
  55. shader_info = {set_active = 16, num = 1, idx = 4547546, data = 0x7fffffffca20}
  56. ident_info = {ident = 0x705716 "glsl"}
  57. wrap_info = {idx = 1, type = RARCH_WRAP_BORDER}
  58. win_width = 1680
  59. win_height = 1050
  60. temp_width = 1680
  61. temp_height = 1050
  62. force_smooth = false
  63. vendor = 0x0
  64. renderer = 0x0
  65. version = 0x0
  66. hwr = 0x976d20 <hw_render>
  67. error_string = 0x0
  68. gl = 0xa164b0
  69. ctx_driver = 0x942a80 <gfx_ctx_drm>
  70. #6 0x00000000004519de in video_driver_init_internal () at gfx/video_driver.c:819
  71. max_dim = 320
  72. scale = 4
  73. width = 0
  74. height = 0
  75. custom_vp = 0x7ffff7e74010
  76. tmp = 0x94d120 <input_udev>
  77. geom = 0x976e20 <av_info>
  78. system = 0x0
  79. video = {width = 0, height = 0, fullscreen = true, vsync = true, force_aspect = true, swap_interval = 1, font_enable = true, smooth = true, input_scale = 4, rgb32 = false}
  80. dummy_pixels = {0 <repeats 32 times>}
  81. settings = 0x7ffff7e74010
  82. av_info = 0x976e20 <av_info>
  83. #7 0x0000000000452ecb in video_driver_init () at gfx/video_driver.c:1523
  84. No locals.
  85. #8 0x0000000000455f60 in drivers_init (flags=255) at driver.c:325
  86. hwr = 0x976d20 <hw_render>
  87. #9 0x0000000000414fd5 in retroarch_main_init (argc=1, argv=0x7fffffffe348) at retroarch.c:1101
  88. init_failed = false
  89. #10 0x000000000042adca in content_load (info=0x7fffffffe210) at tasks/task_content.c:280
  90. i = 32767
  91. retval = true
  92. rarch_argc = 0
  93. rarch_argv = {0x0 <repeats 32 times>}
  94. argv_copy = {0x0 <repeats 32 times>}
  95. rarch_argv_ptr = 0x7fffffffe348
  96. rarch_argc_ptr = 0x7fffffffe210
  97. wrap_args = 0x9ecb50
  98. #11 0x000000000042bf8a in task_load_content (content_info=0x7fffffffe210, content_ctx=0x7fffffffe150, launched_from_menu=true, launched_from_cli=true, error_string=0x7fffffffe148) at tasks/task_content.c:837
  99. name = "\000\000\000\000\000\000\000\000\000\377\000\000\000\000\377", '\000' <repeats 50 times>, "\377", '\000' <repeats 94 times>, "\250\325\372\367\377\177\000\000\260I\377\367\377\177", '\000' <repeats 19 times>, "\320\372\367\377\177\000\000"...
  100. msg = "\000\274\177\t\000\000\000\000\000\340\377\377\377\177\000\000\310^\363\366\377\177\000\000\000@\377\367\377\177\000\000H\000\000\000\000\000\000\000\340x\377\367\377\177\000\000\200\340\377\377\377\177\000\000\270\246\372\367\377\177\000\000\000\000\000\000\000\000\000\000\210u\377\367\377\177\000\000\250\340\377\377\377\177\000\000\237'\336\367\377\177\000\000 \000\000\000\000\000\000\000\270\246\372\367\377\177\000\000\001\000\000\000\000\000\000\000Ђ\224\000\000\000\000\000\060\343@\000\000\000\000\000@\343\377\377\377\177", '\000' <repeats 18 times>, "\220\341\377\377\377\177\000\000\206w\336\367\377\177\000\000\001", '\000' <repeats 15 times>, "X\213\373\361\377\177\000\000\310"...
  101. contentless = false
  102. is_inited = false
  103. #12 0x000000000042cdef in task_load_content_callback (content_info=0x7fffffffe210, loading_from_menu=true, loading_from_cli=true) at tasks/task_content.c:1397
  104. content_ctx = {subsystem = {data = 0x0, size = 0}, valid_extensions = 0x0, directory_cache = 0x0, directory_system = 0x0, history_list_enable = false, block_extract = false, need_fullpath = false,
  105. set_supports_no_game_enable = false, patch_is_blocked = false, bios_is_missing = false, check_firmware_before_loading = false, temporary_content = 0x7fffffffe190}
  106. ret = false
  107. error_string = 0x0
  108. settings = 0x7ffff7e74010
  109. #13 0x000000000042cf1d in task_push_load_content_from_cli (core_path=0x0, fullpath=0x0, content_info=0x7fffffffe210, type=CORE_TYPE_PLAIN, cb=0x0, user_data=0x0) at tasks/task_content.c:1454
  110. No locals.
  111. #14 0x0000000000411879 in rarch_main (argc=1, argv=0x7fffffffe348, data=0x0) at frontend/frontend.c:113
  112. info = {argc = 1, argv = 0x7fffffffe348, args = 0x0, environ_get = 0x410ed2 <frontend_linux_get_env>}
  113. args = 0x0
  114. #15 0x0000000000411906 in main (argc=1, argv=0x7fffffffe348) at frontend/frontend.c:147
  115. No locals.
  116. (gdb) t a a f
  117.  
  118. Thread 4 (Thread 0x7fffe4f3c700 (LWP 20450)):
  119. #0 0x00007ffff6f4147f in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib64/debug/libpthread.so.0
  120.  
  121. Thread 3 (Thread 0x7fffea661700 (LWP 20449)):
  122. #0 0x00007ffff6f4147f in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib64/debug/libpthread.so.0
  123.  
  124. Thread 2 (Thread 0x7fffec28c700 (LWP 20448)):
  125. #0 0x00007ffff6f4147f in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib64/debug/libpthread.so.0
  126.  
  127. Thread 1 (Thread 0x7ffff7fa6600 (LWP 20444)):
  128. #0 0x00007ffff1c87c5e in __strstr_sse2 () from /usr/lib64/debug/libc.so.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement