rocketraman
07/11/2019, 5:04 PMrunBlocking
remain parked, even though the underlying coroutines are no longer running?Zach Klippenstein (he/him) [MOD]
07/11/2019, 5:39 PMrocketraman
07/11/2019, 5:41 PMZach Klippenstein (he/him) [MOD]
07/11/2019, 6:06 PMrocketraman
07/11/2019, 6:08 PM_state
of the context has a child
with isCompleted=false
, but now what?Zach Klippenstein (he/him) [MOD]
07/11/2019, 7:39 PMrocketraman
07/11/2019, 7:50 PMgildor
07/12/2019, 12:29 AMrocketraman
07/15/2019, 1:48 PMkill -3
for thread dumps. Heck, even something I can trigger via a JMX operation would be great.gildor
07/24/2019, 3:36 PMVsevolod Tolstopyatov [JB]
07/24/2019, 4:27 PMkill -5
if agent is attached using `-javaagent`: https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-debug/src/AgentPremain.kt#L12
Probably, we can expose it in public explicitly as wellrocketraman
07/24/2019, 4:43 PMkill -5
. Created https://youtrack.jetbrains.com/issue/KT-32953gildor
07/24/2019, 11:24 PM