Created
June 6, 2016 00:56
-
-
Save andres-asm/884779e2263c4887f1dfb4eab0b08781 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(gdb) thread 1 | |
[Switching to thread 1 (Thread 8932.0x2880)] | |
#0 0x00007ffb7544c4cf in strchr () from C:\WINDOWS\system32\msvcrt.dll | |
(gdb) bt | |
#0 0x00007ffb7544c4cf in strchr () from C:\WINDOWS\system32\msvcrt.dll | |
#1 0x0000000000432880 in strip_comment (str=0x51eb15b "#") | |
at libretro-common/file/config_file.c:272 | |
#2 parse_line (conf=conf@entry=0x51eb3e0, list=list@entry=0x51eb740, | |
line=line@entry=0x51eb140 "input_r_x_minus_axis = \"-2") | |
at libretro-common/file/config_file.c:319 | |
#3 0x0000000000432446 in config_file_new_internal (path=<optimized out>, | |
depth=depth@entry=0) at libretro-common/file/config_file.c:435 | |
#4 0x0000000000432d77 in config_file_new (path=<optimized out>) | |
at libretro-common/file/config_file.c:523 | |
#5 0x000000000042a242 in input_autoconfigure_joypad_from_conf_dir ( | |
params=0x2b2eb40) at input/input_autodetect.c:254 | |
#6 input_config_autoconfigure_joypad (params=params@entry=0x2b2eb40) | |
at input/input_autodetect.c:332 | |
#7 0x00000000004d6a00 in xinput_joypad_init (data=<optimized out>) | |
at input/drivers_joypad/xinput_joypad.c:265 | |
#8 0x000000000042a421 in input_joypad_init_driver ( | |
ident=ident@entry=0x55e3268 "xinput", data=data@entry=0x51a8050) | |
at input/input_joypad_driver.c:139 | |
#9 0x00000000004d4f27 in dinput_init () at input/drivers/dinput.c:179 | |
#10 0x00000000004e7346 in gfx_ctx_wgl_input_driver (data=<optimized out>, | |
input=0x74b3f0 <current_input>, input_data=0x74b3e8 <current_input_data>) | |
at gfx/drivers_context/wgl_ctx.cpp:564 | |
#11 0x00000000004dba4f in video_context_driver_input_driver ( | |
inp=inp@entry=0x2b31d90) at gfx/video_context_driver.c:435 | |
#12 0x00000000004e4c47 in gl_init (video=video@entry=0x2b31e90, | |
input=0x74b3f0 <current_input>, | |
input_data=input_data@entry=0x74b3e8 <current_input_data>) | |
at gfx/drivers/gl.c:2870 | |
#13 0x000000000041c29a in init_video () at gfx/video_driver.c:715 | |
#14 video_driver_init () at gfx/video_driver.c:1538 | |
#15 0x000000000041eba3 in init_drivers (flags=127) at driver.c:326 | |
#16 driver_ctl (state=<optimized out>, data=<optimized out>) at driver.c:455 | |
#17 0x000000000041e807 in driver_ctl ( | |
state=state@entry=RARCH_DRIVER_CTL_INIT_ALL, data=data@entry=0x0) | |
at driver.c:461 | |
#18 0x0000000000404db7 in retroarch_main_init (argc=45306880, | |
argv=0x742160 <runloop_fullpath>, argv@entry=0x2b345c0) | |
at retroarch.c:1347 | |
#19 0x000000000040eeee in content_load (info=0x2b345c0) | |
at tasks/task_content.c:928 | |
#20 task_load_content (content_info=content_info@entry=0x2b377f0, | |
launched_from_menu=launched_from_menu@entry=false) | |
at tasks/task_content.c:1598 | |
#21 0x000000000041051c in task_push_content_load_default ( | |
core_path=core_path@entry=0x0, fullpath=fullpath@entry=0x0, | |
content_info=content_info@entry=0x2b377f0, | |
type=type@entry=CORE_TYPE_DUMMY, | |
mode=mode@entry=CONTENT_MODE_LOAD_NOTHING_WITH_DUMMY_CORE, | |
cb=cb@entry=0x0, user_data=user_data@entry=0x0) | |
at tasks/task_content.c:1795 | |
#22 0x0000000000408346 in command_event (cmd=cmd@entry=CMD_EVENT_UNLOAD_CORE, | |
data=data@entry=0x0) at command.c:1825 | |
#23 0x00000000004afed0 in generic_action_ok_command ( | |
cmd=CMD_EVENT_UNLOAD_CORE) at menu/cbs/menu_cbs_ok.c:1264 | |
#24 action_ok_close_content (path=<optimized out>, label=<optimized out>, | |
type=<optimized out>, idx=<optimized out>, entry_idx=0) | |
at menu/cbs/menu_cbs_ok.c:1682 | |
#25 0x000000000049bcea in menu_entry_action (entry=entry@entry=0x2b37ac0, | |
i=<optimized out>, action=action@entry=MENU_ACTION_OK) | |
at menu/menu_entry.c:391 | |
#26 0x00000000004c908a in generic_menu_iterate (data=0xb9b4e90, | |
userdata=<optimized out>, action=MENU_ACTION_OK) | |
at menu/drivers/menu_generic.c:355 | |
#27 0x000000000047dc55 in menu_driver_ctl ( | |
state=state@entry=RARCH_MENU_CTL_ITERATE, data=data@entry=0x2b3fc80) | |
at menu/menu_driver.c:874 | |
#28 0x000000000040c255 in runloop_iterate (sleep_ms=sleep_ms@entry=0x2b3fda0) | |
at runloop.c:1440 | |
#29 0x00000000004016b0 in rarch_main (argc=<optimized out>, | |
argv=<optimized out>, data=0x0) at frontend/frontend.c:122 | |
#30 0x0000000000615d2a in console_main () | |
#31 0x0000000000615de1 in WinMain () | |
#32 0x00000000004013ed in __tmainCRTStartup () | |
at C:/repo/mingw-w64-crt-git/src/mingw-w64/mingw-w64-crt/crt/crtexe.c:332 | |
#33 0x00000000004014fb in WinMainCRTStartup () | |
at C:/repo/mingw-w64-crt-git/src/mingw-w64/mingw-w64-crt/crt/crtexe.c:184 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(gdb) bt full
#0 0x00007ffb7544c4cf in strchr () from C:\WINDOWS\system32\msvcrt.dll
No symbol table info available.
#1 0x0000000000432880 in strip_comment (str=0x51eb15b "#")
#2 parse_line (conf=conf@entry=0x51eb3e0, list=list@entry=0x51eb740,
#3 0x0000000000432446 in config_file_new_internal (path=,
#4 0x0000000000432d77 in config_file_new (path=)
No locals.
#5 0x000000000042a242 in input_autoconfigure_joypad_from_conf_dir (
#6 input_config_autoconfigure_joypad (params=params@entry=0x2b2eb40)
#7 0x00000000004d6a00 in xinput_joypad_init (data=)
#8 0x000000000042a421 in input_joypad_init_driver (
No locals.
#9 0x00000000004d4f27 in dinput_init () at input/drivers/dinput.c:179
#10 0x00000000004e7346 in gfx_ctx_wgl_input_driver (data=,
No locals.
#11 0x00000000004dba4f in video_context_driver_input_driver (
No locals.
#12 0x00000000004e4c47 in gl_init (video=video@entry=0x2b31e90,
#13 0x000000000041c29a in init_video () at gfx/video_driver.c:715
#14 video_driver_init () at gfx/video_driver.c:1538
No locals.
#15 0x000000000041eba3 in init_drivers (flags=127) at driver.c:326
#16 driver_ctl (state=, data=) at driver.c:455
#17 0x000000000041e807 in driver_ctl (
#18 0x0000000000404db7 in retroarch_main_init (argc=45306880,
No locals.
#19 0x000000000040eeee in content_load (info=0x2b345c0)
#20 task_load_content (content_info=content_info@entry=0x2b377f0,
#21 0x000000000041051c in task_push_content_load_default (
No locals.
#22 0x0000000000408346 in command_event (cmd=cmd@entry=CMD_EVENT_UNLOAD_CORE,
#23 0x00000000004afed0 in generic_action_ok_command (
No locals.
#24 action_ok_close_content (path=, label=,
No locals.
#25 0x000000000049bcea in menu_entry_action (entry=entry@entry=0x2b37ac0,
#26 0x00000000004c908a in generic_menu_iterate (data=0xb9b4e90,
#27 0x000000000047dc55 in menu_driver_ctl (
#28 0x000000000040c255 in runloop_iterate (sleep_ms=sleep_ms@entry=0x2b3fda0)
#29 0x00000000004016b0 in rarch_main (argc=,
#30 0x0000000000615d2a in console_main ()
No symbol table info available.
#31 0x0000000000615de1 in WinMain ()
No symbol table info available.
#32 0x00000000004013ed in __tmainCRTStartup ()
#33 0x00000000004014fb in WinMainCRTStartup ()