Differences
This shows you the differences between two versions of the page.
| debug_batocera [2022/10/27 08:40] – created atari | debug_batocera [2022/10/27 15:45] (current) – [GNU Project Debugger (gdb)] nadenislamarre | ||
|---|---|---|---|
| Line 137: | Line 137: | ||
| * '' | * '' | ||
| * '' | * '' | ||
| + | |||
| + | In case of segfault, the backtrace (bt) commands is really helpfull: | ||
| + | |||
| + | < | ||
| + | $ gdb / | ||
| + | Thread 1 " | ||
| + | 0x000000000b2aca8b in ImGui:: | ||
| + | (gdb) bt | ||
| + | #0 0x000000000b2aca8b in ImGui:: | ||
| + | #1 0x000000000b31f8e9 in imguiDestroy() () | ||
| + | #2 0x000000000a7aba09 in renderer_bgfx:: | ||
| + | #3 0x000000000a78d365 in sdl_osd_interface:: | ||
| + | #4 0x000000000a7940f5 in osd_common_t:: | ||
| + | #5 0x000000000a784869 in sdl_osd_interface:: | ||
| + | #6 0x000000000a69d47a in running_machine:: | ||
| + | #7 0x000000000b409f17 in mame_machine_manager:: | ||
| + | #8 0x000000000b4bb658 in cli_frontend:: | ||
| + | #9 0x000000000b4bb891 in cli_frontend:: | ||
| + | #10 0x000000000b4057d3 in emulator_info:: | ||
| + | #11 0x00000000021c91ed in main () | ||
| + | </ | ||
- debug_batocera.1666860047.txt.gz
- Last modified: 4 years ago
- by atari