-
Notifications
You must be signed in to change notification settings - Fork 261
Description
Version and Platform (required):
- Binary Ninja Version: 5.2.8559-dev (c4f13e43)
- Edition: Commercial
- OS: macOS
- OS Version: 15.6.1
- CPU Architecture: M1
Bug Description:
Not sure how I got things into the state required to cause the crash but I have a database now that after opening, if I go to the types view, Binary Ninja immediately crashes. Unfortunately I can't share the database or binary and I don't know the steps to reproduce. I've shared the crash log in hopes that is enough to fix the issue.
I basically opened a binary and started doing analysis. I got a crash initially when I had a plugin create a user type via a plugin command. I then went to view that type in the types view and it crashed. I'd saved a database right before (because I thought the plugin might mess up) so I reloaded that database and tried the same thing again and got a crash again. I then tried saving a database right after the plugin had created the type but before opening the types view but now whenever I open that database and open the types view I get the same crash. So its not just some ephemeral state issue. The issue with state is persisted in the database.
Binary:
I've uploaded the crash report stellar realm stores earnestly
Additional Information:
The database was initially created on Binary Ninja 5.2.8493-dev. I updated to test if things were still broken on the latest version.