RocketChat / Rocket.Chat.Android

Legacy mobile Rocket.Chat client in Kotlin for Android
https://rocket.chat
MIT License
869 stars 556 forks source link

App Crash #2496

Open hiencoder opened 4 years ago

hiencoder commented 4 years ago

Fatal Exception: java.lang.InternalError Thread starting during runtime shutdown java.lang.Thread.nativeCreate (Thread.java) java.lang.Thread.start (Thread.java:733) kotlinx.coroutines.scheduling.CoroutineScheduler.createNewWorker (CoroutineScheduler.kt:473) kotlinx.coroutines.scheduling.CoroutineScheduler.requestCpuWorker (CoroutineScheduler.kt:401) kotlinx.coroutines.scheduling.CoroutineScheduler.dispatch (CoroutineScheduler.kt:353) kotlinx.coroutines.scheduling.CoroutineScheduler.dispatch$default (CoroutineScheduler.kt:341) kotlinx.coroutines.scheduling.ExperimentalCoroutineDispatcher.dispatch (Dispatcher.kt:61) kotlinx.coroutines.DispatchedKt.dispatch (Dispatched.kt:296) kotlinx.coroutines.CancellableContinuationImpl.dispatchResume (CancellableContinuationImpl.kt:250) kotlinx.coroutines.CancellableContinuationImpl.resumeImpl (CancellableContinuationImpl.kt:260) kotlinx.coroutines.CancellableContinuationImpl.resumeUndispatched (CancellableContinuationImpl.kt:332) kotlinx.coroutines.EventLoopImplBase$DelayedResumeTask.run (EventLoop.common.kt:483) kotlinx.coroutines.EventLoopImplBase.processNextEvent (EventLoop.common.kt:270) kotlinx.coroutines.DefaultExecutor.run (DefaultExecutor.kt:68) java.lang.Thread.run (Thread.java:764)

mihaibc commented 4 years ago

Can you give more details about the steps to reproduce this crash?