Skip to content

bug - fatal exception when stepping into program #574

@csimo29

Description

@csimo29

i opened rad dbg via command line with the following command, (Windows 11)

"C:\sandbox\raddbg\raddbg.exe" "C:\sandbox\Company\Project\Engine\bin\Debug-windows-x86_64\Application.exe"

the raddbg folder contains the extracted contents of the .zip file from the 0.9.20 release
the Debug-windows-x86_64 folder contains the exe and pdb file. the exe was built using msvc 1943

I am able to run the executable, as well as pause and resume execution, but i cannot step into the program via the big button on the splash screen or the Launch and Step Into command via command palette.

I attached the mini dump as well

[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. [0x7ff624d0e630] e_type_rhs_string_from_key +1088, eval_types.c line 1860
  2. [0x7ff624d19b82] ev_string_iter_next +7410, eval_visualization_core.c line 1970
  3. [0x7ff624dac0ca] rd_value_string_from_eval +378, raddbg_core.c line 9917
  4. [0x7ff624d9b38b] rd_info_from_watch_row_cell +5803, raddbg_views.c line 1852
  5. [0x7ff624db9622] rd_view_ui +48962, raddbg_core.c line 4612
  6. [0x7ff624dff09c] rd_window_frame +152652, raddbg_core.c line 8879
  7. [0x7ff624d96ac4] rd_frame +156260, raddbg_core.c line 16948
  8. [0x7ff624d12491] entry_point +11121, raddbg_main.c line 686
  9. [0x7ff624e58be1] w32_entry_point_caller +2961, os_core_win32.c line 1797
  10. [0x7ff624e58c7d] wWinMain +29, os_core_win32.c line 1810
  11. [0x7ff624e5a4c2] __scrt_common_main_seh +262, exe_common.inl line 288
  12. [0x7fffe4a5259d] KERNEL32
  13. [0x7fffe5baaf78] ntdll

Version: 0.9.20 [6543dad]

[Generate Crash Dump File] [Close]

raddbg_crash_dump.dmp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions