Occasional crash on closing the app
Closed this issue · 4 comments
Thurinum commented
Doesn't affect functionality, but the program sometimes terminates with a segfault when it's closed. I guess some double deletion or logic error in the serialization is happening.
theodore-lheureux commented
Thurinum commented
too accurate
Thurinum commented
The crash occurs when closing the app only after the value of a codec dropdown has been changed by clicking on it (not by scrolling with mouse wheel).
Thurinum commented
Whenever a combobox was clicked on to reveal its contents, the app will segfault upon closing.
Happens even with comboboxes that have designer-set content and no code associated with them.
Also happens when serialization on app close is disabled.
No idea how it happens and it doesn't affect functionality (since it's on app close), so I'll ignore it for now.