Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash 0xc0000005 when starting debugging with Types tab visible #420

Closed
randrew opened this issue Feb 2, 2025 · 2 comments
Closed

Crash 0xc0000005 when starting debugging with Types tab visible #420

randrew opened this issue Feb 2, 2025 · 2 comments
Labels
Bug A report of unintended or broken behavior. Debugger Pertains to the debugger.

Comments

@randrew
Copy link

randrew commented Feb 2, 2025

[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. [0x7ff740a959a5] rdi_section_raw_data_from_kind +85, rdi_format_parse.c line 101
  2. [0x7ff740a95a84] rdi_section_raw_table_from_kind +68, rdi_format_parse.c line 117
  3. [0x7ff740a95b0e] rdi_section_raw_element_from_kind_idx +46, rdi_format_parse.c line 132
  4. [0x7ff740bee2bc] rd_ev_view_rule_expr_expand_range_info__debug_info_tables +2524, raddbg_core.c line 9298
  5. [0x7ff740b78cb3] ev_view_rule_expr_expand_range_info__types +163, raddbg_core.c line 8937
  6. [0x7ff740b156e7] ev_windowed_row_list_from_block_range_list +903, eval_visualization_core.c line 1110
  7. [0x7ff740c4a550] rd_watch_view_build +21600, raddbg_views.c line 2222
  8. [0x7ff740b90840] rd_view_rule_ui_types +800, raddbg_views.c line 5648
  9. [0x7ff740be0d4d] rd_window_frame +183053, raddbg_core.c line 7487
  10. [0x7ff740c229ea] rd_frame +157690, raddbg_core.c line 16884
  11. [0x7ff740a8e239] frame +9, raddbg_main.c line 497
  12. [0x7ff740a87af4] update +20, base_entry_point.c line 125
  13. [0x7ff740a8cbe8] entry_point +7416, raddbg_main.c line 792
  14. [0x7ff740a87a84] main_thread_base_entry_point +340, base_entry_point.c line 100
  15. [0x7ff740c5c732] w32_entry_point_caller +2802, os_core_win32.c line 1725
  16. [0x7ff740a91126] wWinMain +54, os_core_win32.c line 1737
  17. [0x7ff740c997be] __scrt_common_main_seh +262, exe_common.inl line 288
  18. [0x7ffbaeec7614] KERNEL32
  19. [0x7ffbaf8826a1] ntdll

Version: 0.9.14

@randrew
Copy link
Author

randrew commented Feb 2, 2025

If I start debugging with the Types tab not visible and then switch to the Types tab after debugging has begun, it doesn't crash.

@ryanfleury ryanfleury added Bug A report of unintended or broken behavior. Debugger Pertains to the debugger. labels Feb 23, 2025
@ryanfleury
Copy link
Collaborator

I believe this should be fixed now - pushing 0.9.15 shortly - but let me know if you see it again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A report of unintended or broken behavior. Debugger Pertains to the debugger.
Projects
None yet
Development

No branches or pull requests

2 participants