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

0xc0000005 Crash bug when watch expression begins with punctuation #155

Closed
OscarBrink opened this issue Feb 14, 2024 · 1 comment
Closed
Labels
Bug A report of unintended or broken behavior.

Comments

@OscarBrink
Copy link

When entering an expression in the watch window beginning with some kind of punctuation the debugger crashes.
I tried just a few variations:

~foo // crash
+foo // crash
[foo // crash
)foo // crash
.foo // crash
!    // crash

-foo // no crash
!foo // no crash
(foo // no crash

Crash output:

[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 in
https://github.com/EpicGames/raddebugger/issues

Call stack:
1. [0x7ff7b10225d2] eval_push_leaf_ident_exprs_from_expr__in_place +34, eval_compiler.c line 695
2. [0x7ff7b102264c] eval_push_leaf_ident_exprs_from_expr__in_place +156, eval_compiler.c line 703
3. [0x7ff7b1148357] df_eval_watch_view_build +1607, df_views.c line 958
4. [0x7ff7b10ce5d8] df_view_ui_Watch +168, df_views.c line 6721
5. [0x7ff7b1113069] df_window_update_and_render +151209, df_gfx.c line 5707
6. [0x7ff7b11537b1] update_and_render +4369, raddbg.c line 286
7. [0x7ff7b116aec7] entry_point +5671, raddbg.c line 577
8. [0x7ff7b0f9245d] WinMain +877, raddbg_main.cpp line 348
9. [0x7ff7b116cb0e] __scrt_common_main_seh +262, exe_common.inl line 288
10. [0x7ffd2d4b7344] KERNEL32
11. [0x7ffd2f4a26b1] ntdll

Version: 0.9.8 [c757388]

[Close]
@ryanfleury ryanfleury added the Bug A report of unintended or broken behavior. label Feb 17, 2024
@ryanfleury
Copy link
Collaborator

Fixed in dd0416f.

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.
Projects
None yet
Development

No branches or pull requests

2 participants