Anyone else encounter fatal exceptions in the Coro...
# coroutines
m
Anyone else encounter fatal exceptions in the Coroutines internals on Android 7 on specific lower end devices? I've filed the following issue but the stack traces don't really lead to the source. https://github.com/Kotlin/kotlinx.coroutines/issues/2161
i
Do you get
Copy code
Job ScopeCoroutine{Cancelling}@1362676 is already complete or completing, but is being completed with CompletedExceptionally[kotlinx.coroutines.JobCancellationException: Job was cancelled; job=SupervisorJobImpl{Cancelling}@90a8477]
too?
m
Yes. It's similar to that. The stack traces are in the issue mentioned above.