raddebugger icon indicating copy to clipboard operation
raddebugger copied to clipboard

Memory View Crash

Open Kknewkles opened this issue 3 months ago • 1 comments

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:

  1. [0x7ff7021dd39e] rd_view_ui__memory +34174, raddbg_views.c line 3490
  2. [0x7ff702105620] rd_view_ui +158736, raddbg_core.c line 5514
  3. [0x7ff70212d7f1] rd_window_frame +151681, raddbg_core.c line 8909
  4. [0x7ff70218d854] rd_frame +303508, raddbg_core.c line 17253
  5. [0x7ff701f789b9] frame +9, raddbg_main.c line 406
  6. [0x7ff701f70c59] update +25, base_entry_point.c line 130
  7. [0x7ff701f76b13] entry_point +6611, raddbg_main.c line 607
  8. [0x7ff701f70bae] main_thread_base_entry_point +334, base_entry_point.c line 102
  9. [0x7ff70220068f] w32_entry_point_caller +3103, os_core_win32.c line 1845
  10. [0x7ff701f7bfd6] wWinMain +54, os_core_win32.c line 1857
  11. [0x7ff70223542e] __scrt_common_main_seh +262, exe_common.inl line 288
  12. [0x7ff8354f7614] KERNEL32
  13. [0x7ff8372e26f1] ntdll

Version: 0.9.21 [be5634c4]

[Generate Crash Dump File] [Close]

raddbg_crash_dump.dmp

Kknewkles avatar Aug 30 '25 18:08 Kknewkles

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.

ryanfleury avatar Sep 03 '25 16:09 ryanfleury