Skip to content
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 logging out soon after log in #6705

Closed
Johennes opened this issue Sep 12, 2022 · 0 comments · Fixed by #6725
Closed

Crash when logging out soon after log in #6705

Johennes opened this issue Sep 12, 2022 · 0 comments · Fixed by #6725
Assignees
Labels
A-Login A-SDK A-Settings O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems

Comments

@Johennes
Copy link
Contributor

Johennes commented Sep 12, 2022

Steps to reproduce

There is a reproducible crash in matrix-ios-sdk at the end of MXMegolmDecryption.retryDecryption when you try to log out soon after login. Whats seems to happens is that during logout the sync is still running and calls the method but some of the used objects are already gone.

This may seem like a contrived scenario but in combination with other features can get the app into a weird state after starting again. More importantly, it also raises the question if this is a general problem when logging out while a sync is running.

Outcome

App crashes.

Your phone model

No response

Operating system version

No response

Application version

No response

Homeserver

No response

Will you send logs?

No

@Johennes Johennes added the T-Defect Something isn't working: bugs, crashes, hangs and other reported problems label Sep 12, 2022
@pixlwave pixlwave added A-Login A-SDK A-Settings S-Major Severely degrades major functionality or product features, with no satisfactory workaround O-Uncommon Most users are unlikely to come across this or unexpected workflow labels Sep 13, 2022
@aringenbach aringenbach self-assigned this Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Login A-SDK A-Settings O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants