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

Viewing the address "0x-1" in the Memory View crashes the program #79

Closed
mistymntncop opened this issue Jan 20, 2024 · 1 comment
Closed
Labels
Bug A report of unintended or broken behavior.

Comments

@mistymntncop
Copy link

mistymntncop commented Jan 20, 2024

Viewing the address "0x-1" in the Memory View crashes the program.

Steps to reproduce:

  1. Open up memory view.
  2. Alt+G (Go To Address)
  3. Enter input "0x-1"

This results in the dialog box:
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:
0. [0x7ff6bd4e6c36] df_view_ui_Memory +28694, df_views.c line 8100

  1. [0x7ff6bd51edc1] df_window_update_and_render +144577, df_gfx.c line 5567
  2. [0x7ff6bd55b4a8] update_and_render +4056, raddbg.c line 259
  3. [0x7ff6bd57276f] entry_point +5647, raddbg.c line 524
  4. [0x7ff6bd3b245d] WinMain +877, raddbg_main.cpp line 348
  5. [0x7ff6bd574382] __scrt_common_main_seh +262, exe_common.inl line 288
  6. [0x7ffda4db7344] KERNEL32
  7. [0x7ffda5b426b1] ntdll
@ryanfleury ryanfleury added the Bug A report of unintended or broken behavior. label Jan 20, 2024
@ryanfleury
Copy link
Collaborator

Fixed in 862ae81.

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