-
Notifications
You must be signed in to change notification settings - Fork 42
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 on source selection #899
Comments
Tracking as release blocker because it's a crasher. |
Same steps, different error now that we are deleting source conversation wrappers in a new way:
|
Redshiftzero edits: This was broken out into its own issue #947 Today on
|
Hi Folks, so this is discussed / fixed here: #870 (comment) |
What's the state of this issue? Is it still open, and if so, is #944 expected to resolve it (its precursor PR was, per above)? |
Description
When clicking on a source after source deletion, the client crashes with w
sqlalchemy.orm.exc.ObjectDeletedError: Instance '<Source at 0x7f0f51ed7b10>' has been deleted, or its row is otherwise not present.
Related to #906
STR
NUM_SOURCES=10 make dev
LOGLEVEL=debug ./run.sh --sdc-home ~/.securedrop_client
(just in case you need to share logs later)NUM_SOURCES=10 make dev
Expected
For the client to keep running
Actual
Crash with the following output:
I believe this will be fixed by no longer deleting the
EmptyConversationView
widget inMainView.on_source_changed
.The text was updated successfully, but these errors were encountered: