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
itnoles
07/25/2020, 6:16 AM
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
Marcelo Hernandez
07/27/2020, 5:47 PM
Yes. It's similar to that. The stack traces are in the issue mentioned above.