-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Editing assembly instruction dialog causes segmentation fault #3374
Comments
can you repro this with any binary? |
The issue occours on any kind of binary, however the appimage version does not have this issue, I can change the instruction no problem. Does that mean this issue is the responsability of the package maintainer? |
it might be. |
I have the same issue, also on Arch Linux. Cutter version: The backtrace looks as follows:
And the interesting part seems to be:
It looks like |
Environment information
Describe the bug
If I try to modify an assembly instruction using
right click->Edit->Instruction
I am greeted with the dialog prompting me to enter the new instruction. After pressing any key inside the text box, the program causes a segmentation fault without any warning.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Properly change the assembly instruction
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: