Advertisement
Guest User

Untitled

a guest
Oct 20th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.23 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 "/lib64/libthread_db.so.1".
  6. [New Thread 0x7fb03b988700 (LWP 2632)]
  7.  
  8. Thread 1 "retroarch" received signal SIGSEGV, Segmentation fault.
  9. 0x0000000000000000 in ?? ()
  10. (gdb) bt
  11. #0 0x0000000000000000 in ?? ()
  12. #1 0x00000000005b76c7 in vulkan_context_init (vk=0x163dcc0, type=VULKAN_WSI_XCB)
  13. at gfx/common/vulkan_common.c:1764
  14. #2 0x00000000005877c1 in gfx_ctx_x_init (video_info=0x7fffffffd930,
  15. data=0x163be20) at gfx/drivers_context/x_ctx.c:509
  16. #3 0x000000000045becb in video_context_driver_init (data=0x163be20,
  17. ctx=0xcafde0 <gfx_ctx_x>, ident=0x7fb048ac2ad9 "", api=GFX_CTX_VULKAN_API,
  18. major=1, minor=0, hw_render_ctx=false) at gfx/video_driver.c:2744
  19. #4 0x000000000045c04f in video_context_driver_find_driver (data=0x163be20,
  20. ident=0x7fb048ac2ad9 "", api=GFX_CTX_VULKAN_API, major=1, minor=0,
  21. hw_render_ctx=false) at gfx/video_driver.c:2795
  22. #5 0x000000000045c0d0 in video_context_driver_init_first (data=0x163be20,
  23. ident=0x7fb048ac2ad9 "", api=GFX_CTX_VULKAN_API, major=1, minor=0,
  24. hw_render_ctx=false) at gfx/video_driver.c:2824
  25. #6 0x00000000005abdbf in vulkan_get_context (vk=0x163be20)
  26. at gfx/drivers/vulkan.c:69
  27. #7 0x00000000005aeb92 in vulkan_init (video=0x7fffffffdbe0,
  28. input=0xcfa300 <current_input>, input_data=0xcfa308 <current_input_data>)
  29. at gfx/drivers/vulkan.c:1106
  30. #8 0x0000000000458df5 in video_driver_init_internal (
  31. video_is_threaded=0x7fffffffdca7) at gfx/video_driver.c:1038
  32. #9 0x000000000045a1df in video_driver_init (video_is_threaded=0x7fffffffdca7)
  33. at gfx/video_driver.c:1733
  34. #10 0x000000000045e862 in drivers_init (flags=255) at driver.c:351
  35. #11 0x00000000004188e0 in retroarch_main_init (argc=1, argv=0x7fffffffe278)
  36. at retroarch.c:1294
  37. #12 0x000000000042ee8a in content_load (info=0x7fffffffe140)
  38. at tasks/task_content.c:276
  39. #13 0x000000000042ffd8 in task_load_content (content_info=0x7fffffffe140,
  40. content_ctx=0x7fffffffe060, launched_from_menu=true, launched_from_cli=true,
  41. error_string=0x7fffffffe058) at tasks/task_content.c:862
  42. #14 0x00000000004313c1 in task_load_content_callback (
  43. content_info=0x7fffffffe140, loading_from_menu=true, loading_from_cli=true)
  44. at tasks/task_content.c:1533
  45. #15 0x0000000000431531 in task_push_load_content_from_cli (core_path=0x0,
  46. fullpath=0x0, content_info=0x7fffffffe140, type=CORE_TYPE_PLAIN, cb=0x0,
  47. user_data=0x0) at tasks/task_content.c:1597
  48. #16 0x0000000000414da3 in rarch_main (argc=1, argv=0x7fffffffe278, data=0x0)
  49. at frontend/frontend.c:115
  50. #17 0x0000000000414e26 in main (argc=1, argv=0x7fffffffe278)
  51. at frontend/frontend.c:151
  52. (gdb) bt full
  53. #0 0x0000000000000000 in ?? ()
  54. No symbol table info available.
  55. #1 0x00000000005b76c7 in vulkan_context_init (vk=0x163dcc0, type=VULKAN_WSI_XCB)
  56. at gfx/common/vulkan_common.c:1764
  57. info = {sType = VK_STRUCTURE_TYPE_DEBUG_REPORT_CALLBACK_CREATE_INFO_EXT,
  58. pNext = 0x0, flags = 14, pfnCallback = 0x5b36b8 <vulkan_debug_cb>,
  59. pUserData = 0x0}
  60. i = 0
  61. res = VK_ERROR_INCOMPATIBLE_DRIVER
  62. GetInstanceProcAddr = 0x7fb03af64270 <vkGetInstanceProcAddr>
  63. info = {sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO, pNext = 0x0,
  64. flags = 0, pApplicationInfo = 0x7fffffffd810, enabledLayerCount = 1,
  65. ppEnabledLayerNames = 0xcc8f48 <instance_layers>,
  66. enabledExtensionCount = 0, ppEnabledExtensionNames = 0x0}
  67. app = {sType = VK_STRUCTURE_TYPE_APPLICATION_INFO, pNext = 0x0,
  68. pApplicationName = 0x966e28 "RetroArch", applicationVersion = 0,
  69. pEngineName = 0x966e28 "RetroArch", engineVersion = 0,
  70. apiVersion = 4194322}
  71. instance_extensions = {0x966c78 "VK_EXT_debug_report",
  72. 0x966c8c "VK_KHR_surface", 0x966cf2 "VK_KHR_xcb_surface", 0x0}
  73. ext_count = 3
  74. instance_layers = {0x9672e8 "VK_LAYER_LUNARG_standard_validation"}
  75. use_instance_ext = false
  76. iface = 0x0
  77. #2 0x00000000005877c1 in gfx_ctx_x_init (video_info=0x7fffffffd930,
  78. data=0x163be20) at gfx/drivers_context/x_ctx.c:509
  79. nelements = 0
  80. major = 0
  81. minor = 0
  82. visual_attribs = {32786, 1, 32784, 1, 32785, 1, 5, 1, 8, 8, 9, 8, 10, 8,
  83. 11, 8, 12, 0, 13, 0, 100000, 0, 100001, 0, 0}
  84. fbcs = 0x0
  85. x = 0x163dc70
  86. #3 0x000000000045becb in video_context_driver_init (data=0x163be20,
  87. ctx=0xcafde0 <gfx_ctx_x>, ident=0x7fb048ac2ad9 "", api=GFX_CTX_VULKAN_API,
  88. major=1, minor=0, hw_render_ctx=false) at gfx/video_driver.c:2744
  89. video_info = {input_driver_nonblock_state = false,
  90. shared_context = false, black_frame_insertion = false,
  91. hard_sync = false, fps_show = false, framecount_show = true,
  92. scale_integer = false, post_filter_record = false,
  93. windowed_fullscreen = true, fullscreen = true, font_enable = true,
  94. use_rgba = false, libretro_running = false, xmb_shadows_enable = true,
  95. battery_level_enable = true, timedate_enable = true,
  96. runloop_is_slowmotion = false, runloop_is_idle = false,
  97. runloop_is_paused = false, is_perfcnt_enable = false,
  98. menu_is_alive = false, custom_vp_x = 141, custom_vp_y = 0,
  99. hard_sync_frames = 0, aspect_ratio_idx = 21, max_swapchain_images = 3,
  100. monitor_index = 0, width = 0, height = 0, xmb_theme = 0,
  101. xmb_color_theme = 8, menu_shader_pipeline = 4,
  102. materialui_color_theme = 0, custom_vp_width = 465,
  103. custom_vp_height = 349, custom_vp_full_width = 0,
  104. custom_vp_full_height = 0, menu_wallpaper_opacity = 0.310000002,
  105. menu_framebuffer_opacity = 0.899999976, menu_header_opacity = 1,
  106. menu_footer_opacity = 1, refresh_rate = 59.9400597,
  107. font_msg_pos_x = 0.0500000007, font_msg_pos_y = 0.0500000007,
  108. font_msg_color_r = 1, font_msg_color_g = 1, font_msg_color_b = 0,
  109. xmb_alpha_factor = 75,
  110. fps_text = "\000\000\000\000\000\332\377\377\377\177\000\000\001\332\377\377\005\000\000\000\aˁ\000\000\000\000\000\000\000\000\000\347\245\005\030\000\000\000\000\000\000\000\000\020\333\377\377\377\177\000\000{\344E\000\000\000\000\000xL\230B\260\177\000\000\aˁ\000\000\000\000\000null\000o\000\000x}\200\000\000\000\000\000P\332\377\377\377\177\000\000TyE\000\000\000\000\000\067 \225\000\000\000\000\000\331*\254H\260\177\000\000H\036\000", cb_update_window_title = 0x0,
  111. cb_swap_buffers = 0x0, cb_get_metrics = 0x0, cb_set_resize = 0x0,
  112. cb_shader_use = 0x0, cb_shader_set_mvp = 0x0, context_data = 0x0,
  113. shader_data = 0x0}
  114. ctx_data = 0x0
  115. #4 0x000000000045c04f in video_context_driver_find_driver (data=0x163be20,
  116. ident=0x7fb048ac2ad9 "", api=GFX_CTX_VULKAN_API, major=1, minor=0,
  117. hw_render_ctx=false) at gfx/video_driver.c:2795
  118. ctx = 0x1
  119. i = 0
  120. #5 0x000000000045c0d0 in video_context_driver_init_first (data=0x163be20,
  121. ident=0x7fb048ac2ad9 "", api=GFX_CTX_VULKAN_API, major=1, minor=0,
  122. hw_render_ctx=false) at gfx/video_driver.c:2824
  123. No locals.
  124. #6 0x00000000005abdbf in vulkan_get_context (vk=0x163be20)
  125. at gfx/drivers/vulkan.c:69
  126. major = 1
  127. minor = 0
  128. settings = 0x7fb048ac2010
  129. api = GFX_CTX_VULKAN_API
  130. #7 0x00000000005aeb92 in vulkan_init (video=0x7fffffffdbe0,
  131. input=0xcfa300 <current_input>, input_data=0xcfa308 <current_input_data>)
  132. at gfx/drivers/vulkan.c:1106
  133. mode = {width = 4294967295, height = 23244256, fullscreen = false}
  134. inp = {input = 0x81cb07, input_data = 0x580b3b <slock_unlock+31>}
  135. interval = 0
  136. full_x = 32767
  137. full_y = 4294958016
  138. win_width = 5
  139. win_height = 0
  140. temp_width = 0
  141. temp_height = 0
  142. ctx_driver = 0x0
  143. vk = 0x163be20
  144. #8 0x0000000000458df5 in video_driver_init_internal (
  145. video_is_threaded=0x7fffffffdca7) at gfx/video_driver.c:1038
  146. video = {fullscreen = true, vsync = true, force_aspect = true,
  147. font_enable = true, width = 0, height = 0, swap_interval = 1,
  148. smooth = true, is_threaded = false, rgb32 = false, input_scale = 2,
  149. parent = 0}
  150. max_dim = 320
  151. scale = 2
  152. width = 0
  153. height = 0
  154. custom_vp = 0x7fb048af11d8
  155. tmp = 0xcc83e0 <input_udev>
  156. system = 0x0
  157. dummy_pixels = {0 <repeats 32 times>}
  158. settings = 0x7fb048ac2010
  159. geom = 0xcfa4a0 <video_driver_av_info>
  160. #9 0x000000000045a1df in video_driver_init (video_is_threaded=0x7fffffffdca7)
  161. at gfx/video_driver.c:1733
  162. No locals.
  163. #10 0x000000000045e862 in drivers_init (flags=255) at driver.c:351
  164. hwr = 0xcfe600 <hw_render>
  165. video_is_threaded = false
  166. #11 0x00000000004188e0 in retroarch_main_init (argc=1, argv=0x7fffffffe278)
  167. at retroarch.c:1294
  168. init_failed = false
  169. #12 0x000000000042ee8a in content_load (info=0x7fffffffe140)
  170. at tasks/task_content.c:276
  171. i = 4294967295
  172. retval = true
  173. rarch_argc = 0
  174. rarch_argv = {0x0 <repeats 32 times>}
  175. argv_copy = {0x0 <repeats 32 times>}
  176. rarch_argv_ptr = 0x7fffffffe278
  177. rarch_argc_ptr = 0x7fffffffe140
  178. wrap_args = 0x161ead0
  179. #13 0x000000000042ffd8 in task_load_content (content_info=0x7fffffffe140,
  180. content_ctx=0x7fffffffe060, launched_from_menu=true, launched_from_cli=true,
  181. error_string=0x7fffffffe058) at tasks/task_content.c:862
  182. contentless = false
  183. is_inited = false
  184. #14 0x00000000004313c1 in task_load_content_callback (
  185. content_info=0x7fffffffe140, loading_from_menu=true, loading_from_cli=true)
  186. at tasks/task_content.c:1533
  187. content_ctx = {subsystem = {data = 0x0, size = 0}, name_ips = 0x0,
  188. name_bps = 0x0, name_ups = 0x0, valid_extensions = 0x0,
  189. directory_cache = 0x0, directory_system = 0x0, is_ips_pref = false,
  190. is_bps_pref = false, is_ups_pref = false, history_list_enable = false,
  191. block_extract = false, need_fullpath = false,
  192. set_supports_no_game_enable = false, patch_is_blocked = false,
  193. bios_is_missing = false, check_firmware_before_loading = false,
  194. temporary_content = 0xcb97a8}
  195. ret = false
  196. error_string = 0x0
  197. global = 0xccb660 <g_extern>
  198. settings = 0x7fb048ac2010
  199. #15 0x0000000000431531 in task_push_load_content_from_cli (core_path=0x0,
  200. fullpath=0x0, content_info=0x7fffffffe140, type=CORE_TYPE_PLAIN, cb=0x0,
  201. user_data=0x0) at tasks/task_content.c:1597
  202. No locals.
  203. #16 0x0000000000414da3 in rarch_main (argc=1, argv=0x7fffffffe278, data=0x0)
  204. at frontend/frontend.c:115
  205. info = {argc = 1, argv = 0x7fffffffe278, args = 0x0,
  206. environ_get = 0x41433e <frontend_unix_get_env>}
  207. args = 0x0
  208. #17 0x0000000000414e26 in main (argc=1, argv=0x7fffffffe278)
  209. at frontend/frontend.c:151
  210. No locals.
  211. (gdb) t a a f
  212.  
  213. Thread 2 (Thread 0x7fb03b988700 (LWP 2632)):
  214. #0 0x00007fb047a0898b in pthread_cond_wait@@GLIBC_2.3.2 ()
  215. from /lib64/libpthread.so.0
  216.  
  217. Thread 1 (Thread 0x7fb048a9fd00 (LWP 2628)):
  218. #0 0x0000000000000000 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement