-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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] SIGSEGV when pattern evaluation tries to raise some errors. #1611
Comments
Reproduced the issue on nightly |
Thanks, i confirmed the bug and will be working on a fix |
I think this is a duplicate of/related to PatternLanguage#79? Honestly I forgot to check for duplicates, sorry, though I doubt I would have found that one anyway. Similarly to how @wolfgang42 found, the issue disappears on web. |
Yeah, pretty sure the SIGSEGV is caused by the pattern language impl, the cli also crashes, I'm gonna leave it to a contributor if this issue should be closed or not |
I can confirm this is a bug native to the pattern language, therefore you can either re-open it on the PatternLanugage repo, or i can mark it as a duplicate of WerWolv/PatternLanguage#79 |
I think a duplicate is more appropriate , I'm trying to add some more info to WerWolv/PatternLanguage#79 |
Operating System
Linux
What's the issue you encountered?
SIGSEGV when pattern evaluation tries to raise some errors.
How can the issue be reproduced?
u8 arr[while(!std::mem::eof())] @ 0x00;
as a patternImHex Version
1.33.1
ImHex Build Type
Installation type
FlatPak
Additional context?
note that the sample does not have any errors and thus does not crash if you include
sys.mem
The text was updated successfully, but these errors were encountered: