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 on RustMatrixRoom.activeMemberCount #2619

Closed
bmarty opened this issue Mar 28, 2024 · 1 comment · Fixed by #2621
Closed

Crash on RustMatrixRoom.activeMemberCount #2619

bmarty opened this issue Mar 28, 2024 · 1 comment · Fixed by #2621
Assignees
Labels

Comments

@bmarty
Copy link
Member

bmarty commented Mar 28, 2024

IllegalStateException
Room object has already been destroyed

image

Seems that the room is release and the timeline is still active.

Crash occurrence is low but would be nice to investigate and fix. Investigating it.

@bmarty bmarty added the z-Crash label Mar 28, 2024
@bmarty bmarty self-assigned this Mar 28, 2024
@ganfra
Copy link
Contributor

ganfra commented Mar 28, 2024

We should probably try catch all those val, because this could happen in several places :/
We could also try to rely on autocleaner instead of destoying manually the inner room.

@bmarty bmarty mentioned this issue Mar 28, 2024
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants