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

Fatal exception on dev #360

Open
achalpandeyy opened this issue Nov 10, 2024 · 2 comments
Open

Fatal exception on dev #360

achalpandeyy opened this issue Nov 10, 2024 · 2 comments
Labels
Bug A report of unintended or broken behavior. Debugger Pertains to the debugger.

Comments

@achalpandeyy
Copy link

Attached the executable and PDB (in a zip) as well
iterative_dfs.zip

[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. [0x7ff6bd44d60a] ev_resolved_from_expr +1402, eval_visualization_core.c line 658
2. [0x7ff6bd4510e1] ev_windowed_row_list_from_block_range_list +2097, eval_visualization_core.c line 1168
3. [0x7ff6bd4c9706] rd_watch_view_build +14406, raddbg_views.c line 2217
4. [0x7ff6bd3d0a52] rd_view_rule_ui_watch +386, raddbg_views.c line 5533
5. [0x7ff6bd500ecb] rd_window_frame +184427, raddbg_core.c line 7568
6. [0x7ff6bd4b361a] rd_frame +94458, raddbg_core.c line 16618
7. [0x7ff6bd44a0de] entry_point +7246, raddbg_main.c line 978
8. [0x7ff6bd459e2d] main_thread_base_entry_point +829, base_entry_point.c line 100
9. [0x7ff6bd546ee2] w32_entry_point_caller +1890, os_core_win32.c line 1724
10. [0x7ff6bd546f2d] wWinMain +29, os_core_win32.c line 1737
11. [0x7ff6bd54804a] __scrt_common_main_seh +262, exe_common.inl line 288
12. [0x7ffdc122257d] KERNEL32
13. [0x7ffdc1b0af08] ntdll

Version: 0.9.13 [bd4f82c8]

[Close]
@ryanfleury
Copy link
Collaborator

Can you provide your user/project files, and more information about how you caused this, as well? This is happening because of something in the watch window. Is this as soon as you begin debugging, or is it when you try to watch something specific?

@ryanfleury ryanfleury added Bug A report of unintended or broken behavior. Debugger Pertains to the debugger. labels Nov 10, 2024
@achalpandeyy
Copy link
Author

achalpandeyy commented Nov 16, 2024

It would crash as soon as you start stepping. There was nothing special in the watch window - only some leftover things from previous debugging sessions.

It was happening only when building on release mode.

Does not seem to be happening anymore on the HEAD of master and dev.

The last time I saw the bug was master (5aeee47) and dev (420c2ec).

leftover

bug.mp4

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