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

Suspicious log #725

Closed
bmarty opened this issue Dec 2, 2019 · 2 comments
Closed

Suspicious log #725

bmarty opened this issue Dec 2, 2019 · 2 comments
Assignees
Milestone

Comments

@bmarty
Copy link
Member

bmarty commented Dec 2, 2019

No crash observed, but during sign in, I observe this log:

    java.lang.IllegalStateException: Realm access from incorrect thread. Realm instance can only be closed on the thread it was created.
        at io.realm.BaseRealm.close(BaseRealm.java:558)
        at io.realm.Realm.close(Realm.java:145)
        at kotlin.io.CloseableKt.closeFinally(Closeable.kt:53)
        at im.vector.matrix.android.internal.session.filter.DefaultFilterRepository.storeFilter(DefaultFilterRepository.kt:31)
        at im.vector.matrix.android.internal.session.filter.DefaultFilterRepository$storeFilter$1.invokeSuspend(Unknown Source:12)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
        at kotlinx.coroutines.DispatchedTask.run(Dispatched.kt:241)
        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:594)
        at kotlinx.coroutines.scheduling.CoroutineScheduler.access$runSafely(CoroutineScheduler.kt:60)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:740)
@bmarty bmarty self-assigned this Dec 2, 2019
@bmarty
Copy link
Member Author

bmarty commented Dec 2, 2019

Maybe the root cause for sign in again with the same account

@bmarty bmarty added this to the Sprint6 milestone Dec 3, 2019
@bmarty
Copy link
Member Author

bmarty commented Dec 4, 2019

Fixed by #726

@bmarty bmarty closed this as completed Dec 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant