-
Notifications
You must be signed in to change notification settings - Fork 217
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 when copying type in change type popup #6235
Comments
Update: The crash also happens sometimes when just writing in the popup window. I don't have a crashlog for that yet :( |
Stacktrace for the crash when typing, happens every few minutes in the last hour :( It looks like the exact same error than the one above. I guess it is an issue with the qt input handling? Really annoying for sure.
|
Thanks for the info, sorry this is happening to you. 😞 Are you using any plugins you could try disabling? Just curious because, as far as I'm aware, you're the only user reporting a crash like this. Will see if we can have someone take a look at these logs this week. |
More info on disabling plugins: https://docs.binary.ninja/guide/troubleshooting.html |
When you say "While the VS debugger is paused" -- do you mean this only happens when you've attached vscode as a python debugger? Are you using the visual studio real debugger to debug binary ninja? Trying to better understand what's triggering this. Also, definitely let us know if you're able to reproduce the crash without any plugins. |
This crash happens without any debugger attached. I attached the debugger to get a proper stacktrace a few times, but all the other crashes where without. The crash also happens without plugins. Attached a small video-clip of the crash (was created a few days ago when i still had plugins enabled). It is also WITHOUT any kind of debugger. I press "Y" to change the type, the popup opens, binja gets unresponsive and closes after a few seconds. 2024-12-09.01-11-57_out.mp4 |
Have you added any user types or platform types to your user folder? Additionally, can you try backing up your Qsettings (https://docs.binary.ninja/guide/index.html#qsettings-locations) and then using the "clear qsettings" action" to clear them and see if that impacts the frequency of crashing? |
v35 folks should search for |
@knoxfighter does your workflow involve any type archives, especially ones created by you? If so, is there any chance you can share those with us (in public or in private). The stack trace suggests it is related to the type archive, and the crash you are seeing just pulls the trigger on it |
My workflow does involve a type archive that i created myself. I will send you the type archive in a private slack message. |
V35 folks should search for |
Hi,
i recently get regular crashes when copying field types.
This crash happens from time to time and is not 100% reproducable, it takes minutes to an hour of copying stuff around until it happens. After a restart the same copy command on the same field normally works again, but it will crash some time later with a different field.
The last time it crashed i did the following:
Select a Type -> select a field -> press Y to change type -> Ctrl + C to copy -> crash -> windows is unable to use the clipboard, while the VS debugger is paused. Aka. you cannot copy and paste anything in any program on the machine.
Exception:
Stacktrace:
binaryninja modules:
Every crash has the same stacktrace.
Stacktrace with relative values (manually calculated):
The Log does not show anything about a crash 😞
Version and Platform (required):
The text was updated successfully, but these errors were encountered: