Memory View Crash
I keep having to delete source.pdb to force RADDBG to recreate its .rdi file to keep up with changes in the rebuilt .exe Today it's been consistently crashing after a few rounds of that process.
Below is the Ctrl-C from the crash dialog and the crash dump.
[Window Title] Fatal Exception
[Content] A fatal exception (code 0xc0000005) occurred. The process is terminating.
Press Ctrl+C to copy this text to clipboard, then create a new issue at https://github.com/EpicGamesExt/raddebugger/issues
Call stack:
- [0x7ff7021dd39e] rd_view_ui__memory +34174, raddbg_views.c line 3490
- [0x7ff702105620] rd_view_ui +158736, raddbg_core.c line 5514
- [0x7ff70212d7f1] rd_window_frame +151681, raddbg_core.c line 8909
- [0x7ff70218d854] rd_frame +303508, raddbg_core.c line 17253
- [0x7ff701f789b9] frame +9, raddbg_main.c line 406
- [0x7ff701f70c59] update +25, base_entry_point.c line 130
- [0x7ff701f76b13] entry_point +6611, raddbg_main.c line 607
- [0x7ff701f70bae] main_thread_base_entry_point +334, base_entry_point.c line 102
- [0x7ff70220068f] w32_entry_point_caller +3103, os_core_win32.c line 1845
- [0x7ff701f7bfd6] wWinMain +54, os_core_win32.c line 1857
- [0x7ff70223542e] __scrt_common_main_seh +262, exe_common.inl line 288
- [0x7ff8354f7614] KERNEL32
- [0x7ff8372e26f1] ntdll
Version: 0.9.21 [be5634c4]
[Generate Crash Dump File] [Close]
Discussed off this thread, determined that the PDB staleness issue was another manifestation of stale PDB info after incremental PDB changes by MSVC, which has now been resolved. Also determined that the memory view crash is unrelated and requires a separate fix.