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

Infinite recursion while opening a View over an Intel Hex file #1607

Open
1 task done
Nemoumbra opened this issue Mar 21, 2024 · 1 comment
Open
1 task done

Infinite recursion while opening a View over an Intel Hex file #1607

Nemoumbra opened this issue Mar 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Nemoumbra
Copy link
Contributor

Operating System

Windows

What's the issue you encountered?

image

The first entry here caused the code at https://github.com/WerWolv/ImHex/blob/master/plugins/builtin/include/content/providers/view_provider.hpp#L22 to segfault, because for some reason this == this->m_provider => stack overflow occured.

How can the issue be reproduced?

I somehow made ImHex to save the view to the title screen. Maybe that's what lies in the roots of the problem, so please investigate.

ImHex Version

Self-built version (one of the latest)

ImHex Build Type

  • Nightly or built from sources

Installation type

Self-built.

Additional context?

No response

@Nemoumbra Nemoumbra added the bug Something isn't working label Mar 21, 2024
WerWolv added a commit that referenced this issue Mar 21, 2024
@WerWolv
Copy link
Owner

WerWolv commented Mar 21, 2024

Please try the latest commit, hopefully that should prevent the crashes

WerWolv added a commit that referenced this issue Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants