diff options
author | Linnea Gräf <nea@nea.moe> | 2024-11-26 23:05:45 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-11-26 23:05:45 +0100 |
commit | 1b62f1b04b0431bf796023b3747a1f49f29b650c (patch) | |
tree | 52fdeb95b52ec9820eefa71075c0b7a37b5e20ab | |
parent | 457d4eaf10e5bb80b576af651f5babaae63673da (diff) | |
download | reproduction-infinite-compile-1b62f1b04b0431bf796023b3747a1f49f29b650c.tar.gz reproduction-infinite-compile-1b62f1b04b0431bf796023b3747a1f49f29b650c.tar.bz2 reproduction-infinite-compile-1b62f1b04b0431bf796023b3747a1f49f29b650c.zip |
Add more docs
-rw-r--r-- | README.txt | 22 | ||||
-rw-r--r-- | jb-stackdump.txt | 6430 | ||||
-rw-r--r-- | stackdump.txt | 377 |
3 files changed, 6828 insertions, 1 deletions
@@ -1,3 +1,23 @@ Minimal (ish) reproduction for an infinite loop in the kotlin compiler. -I first encountered this issue in
\ No newline at end of file +I first encountered this issue in + +The issue seems to be this method: + + protected fun <E : Any> choice( + propertyName: String, + universe: List<E>, + codec: Codec<E>, + renderer: EnumRenderer<E>, + default: () -> E + ): ManagedOption<E> { + +Calling this method causes some sort of infinite loop during type resolution. While i am not sure if this is truly an +infinite loop, it at least took over an hour on my hardware to compile this. In the first minute or so it went through +a couple different steps, eventually getting stuck on some slowly increasing tower of + + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:190) + +calls. + +This function also seems to hang my IntelliJ whenever i ctrl-click to navigate to the function.
\ No newline at end of file diff --git a/jb-stackdump.txt b/jb-stackdump.txt new file mode 100644 index 0000000..26c3430 --- /dev/null +++ b/jb-stackdump.txt @@ -0,0 +1,6430 @@ +2024-11-26 23:03:26 +Full thread dump OpenJDK 64-Bit Server VM (21.0.4+13-b509.17 mixed mode): + +Threads class SMR info: +_java_thread_list=0x00006496a5711c50, length=86, elements={ +0x00006496a09353a0, 0x00006496a0ae8ce0, 0x00006496a0afa590, 0x00006496a0afc370, +0x00006496a0b07d40, 0x00006496a0b097b0, 0x00006496a0affbf0, 0x00006496a0b01730, +0x00006496a0c9fd30, 0x00006496a0d27760, 0x00006496a131eac0, 0x00006496a1542060, +0x00006496a13092d0, 0x00006496a17ce7e0, 0x00006496a19da5c0, 0x00006496a1b65950, +0x00006496a1b5ed80, 0x00006496a193da90, 0x00006496a2144ec0, 0x00006496a20a23b0, +0x00006496a23a5960, 0x00006496a294ebc0, 0x00006496a2baa710, 0x00006496a29e68e0, +0x00006496a2137e60, 0x00006496a4010e10, 0x00006496a450f240, 0x00006496a470a290, +0x00006496a3221ed0, 0x00006496a226db70, 0x00006496a2272970, 0x00006496b8986bd0, +0x00006496a9da7bd0, 0x00006496c746e210, 0x00006496c76b3e70, 0x00006496c76b8200, +0x00006496c8177270, 0x00006496c8c205a0, 0x00006496c96dec10, 0x00006496c8c6ed80, +0x00006496cd8ba660, 0x00006496ccecfeb0, 0x00006496cdae7df0, 0x00006496c8c72eb0, +0x00006496cdadb660, 0x00006496cecbfb60, 0x00006496c8dca610, 0x00006496ce92cb40, +0x00006496d00e5230, 0x00006496cca6ecb0, 0x00006496d21edf50, 0x00006496cd46b8b0, +0x00006496d0c079e0, 0x00006496d1e81310, 0x00006496d3b61b60, 0x00006496ce01e560, +0x00006496cd819b50, 0x00006496d40cb0e0, 0x00006496d22dbab0, 0x00006496d401cad0, +0x00006496d153b510, 0x00006496a5d85ab0, 0x00006496ce3749b0, 0x00006496c8cf8b10, +0x00006496a54b4570, 0x00006496a148a2d0, 0x00006496cc4ed780, 0x00006496ce6874a0, +0x00006496cc22dd70, 0x00006496cdf7d9d0, 0x00006496cc0ed750, 0x00006496a1402ab0, +0x00006496c8dc3520, 0x00006496cc77dfa0, 0x00006496a54b3d60, 0x00006496b92264a0, +0x00006496d3893880, 0x00006496d416db30, 0x00006496cc12c270, 0x00006496cdc6e0f0, +0x00006496c6a383a0, 0x00006496d398d280, 0x00006496d3f7f020, 0x00006496d14cffb0, +0x00006496d38342f0, 0x00006496d40f8250 +} + +"main" #1 [109825] prio=5 os_prio=0 cpu=1200.61ms elapsed=1303.25s tid=0x00006496a09353a0 nid=109825 waiting on condition [0x000070625b777000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x000000071a09cd70> (a kotlinx.coroutines.BlockingCoroutine) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:269) + at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:120) + at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$BuildersKt__BuildersKt(Builders.kt:84) + at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:52) + at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source) + at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48) + at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source) + at com.intellij.idea.Main.mainImpl(Main.kt:64) + at com.intellij.idea.Main.main(Main.kt:49) + +"Reference Handler" #9 [109855] daemon prio=10 os_prio=0 cpu=88.78ms elapsed=1303.22s tid=0x00006496a0ae8ce0 nid=109855 waiting on condition [0x0000706228efd000] + java.lang.Thread.State: RUNNABLE + at java.lang.ref.Reference.waitForReferencePendingList(java.base@21.0.4/Native Method) + at java.lang.ref.Reference.processPendingReferences(java.base@21.0.4/Reference.java:246) + at java.lang.ref.Reference$ReferenceHandler.run(java.base@21.0.4/Reference.java:208) + +"Finalizer" #10 [109856] daemon prio=8 os_prio=0 cpu=4.32ms elapsed=1303.22s tid=0x00006496a0afa590 nid=109856 in Object.wait() [0x00007062289fe000] + java.lang.Thread.State: WAITING (on object monitor) + at java.lang.Object.wait0(java.base@21.0.4/Native Method) + - waiting on <no object reference available> + at java.lang.Object.wait(java.base@21.0.4/Object.java:366) + at java.lang.Object.wait(java.base@21.0.4/Object.java:339) + at java.lang.ref.NativeReferenceQueue.await(java.base@21.0.4/NativeReferenceQueue.java:48) + at java.lang.ref.ReferenceQueue.remove0(java.base@21.0.4/ReferenceQueue.java:158) + at java.lang.ref.NativeReferenceQueue.remove(java.base@21.0.4/NativeReferenceQueue.java:89) + - locked <0x000000071a09c4e0> (a java.lang.ref.NativeReferenceQueue$Lock) + at java.lang.ref.Finalizer$FinalizerThread.run(java.base@21.0.4/Finalizer.java:173) + +"Signal Dispatcher" #11 [109857] daemon prio=9 os_prio=0 cpu=0.24ms elapsed=1303.22s tid=0x00006496a0afc370 nid=109857 waiting on condition [0x0000000000000000] + java.lang.Thread.State: RUNNABLE + +"Service Thread" #12 [109858] daemon prio=9 os_prio=0 cpu=1001.94ms elapsed=1303.22s tid=0x00006496a0b07d40 nid=109858 runnable [0x0000000000000000] + java.lang.Thread.State: RUNNABLE + +"Monitor Deflation Thread" #13 [109859] daemon prio=9 os_prio=0 cpu=47.96ms elapsed=1303.22s tid=0x00006496a0b097b0 nid=109859 runnable [0x0000000000000000] + java.lang.Thread.State: RUNNABLE + +"C2 CompilerThread0" #14 [109860] daemon prio=9 os_prio=0 cpu=169328.56ms elapsed=1303.22s tid=0x00006496a0affbf0 nid=109860 waiting on condition [0x0000000000000000] + java.lang.Thread.State: RUNNABLE + No compile task + +"C1 CompilerThread0" #15 [109861] daemon prio=9 os_prio=0 cpu=52049.00ms elapsed=1303.22s tid=0x00006496a0b01730 nid=109861 waiting on condition [0x0000000000000000] + java.lang.Thread.State: RUNNABLE + No compile task + +"Common-Cleaner" #16 [109862] daemon prio=8 os_prio=0 cpu=21.33ms elapsed=1303.19s tid=0x00006496a0c9fd30 nid=109862 waiting on condition [0x00007062283f8000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x000000071a09e5a0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:269) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.4/AbstractQueuedSynchronizer.java:1847) + at java.lang.ref.ReferenceQueue.await(java.base@21.0.4/ReferenceQueue.java:71) + at java.lang.ref.ReferenceQueue.remove0(java.base@21.0.4/ReferenceQueue.java:143) + at java.lang.ref.ReferenceQueue.remove(java.base@21.0.4/ReferenceQueue.java:218) + at jdk.internal.ref.CleanerImpl.run(java.base@21.0.4/CleanerImpl.java:140) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + at jdk.internal.misc.InnocuousThread.run(java.base@21.0.4/InnocuousThread.java:186) + +"Notification Thread" #17 [109863] daemon prio=9 os_prio=0 cpu=0.04ms elapsed=1303.17s tid=0x00006496a0d27760 nid=109863 runnable [0x0000000000000000] + java.lang.Thread.State: RUNNABLE + +"DefaultDispatcher-worker-12" #36 [109882] daemon prio=5 os_prio=0 cpu=9484.82ms elapsed=1303.06s tid=0x00006496a131eac0 nid=109882 waiting on condition [0x00007062021b8000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"Timer-0" #63 [109908] daemon prio=5 os_prio=0 cpu=47.12ms elapsed=1303.04s tid=0x00006496a1542060 nid=109908 in Object.wait() [0x00007061f98fd000] + java.lang.Thread.State: TIMED_WAITING (on object monitor) + at java.lang.Object.wait0(java.base@21.0.4/Native Method) + - waiting on <no object reference available> + at java.lang.Object.wait(java.base@21.0.4/Object.java:366) + at java.util.TimerThread.mainLoop(java.base@21.0.4/Timer.java:563) + - locked <0x000000070b8427a0> (a java.util.TaskQueue) + at java.util.TimerThread.run(java.base@21.0.4/Timer.java:516) + +"External Command Listener" #64 [109909] daemon prio=5 os_prio=0 cpu=0.16ms elapsed=1303.04s tid=0x00006496a13092d0 nid=109909 runnable [0x00007061f962c000] + java.lang.Thread.State: RUNNABLE + at sun.nio.ch.UnixDomainSockets.accept0(java.base@21.0.4/Native Method) + at sun.nio.ch.UnixDomainSockets.accept(java.base@21.0.4/UnixDomainSockets.java:173) + at sun.nio.ch.ServerSocketChannelImpl.implAccept(java.base@21.0.4/ServerSocketChannelImpl.java:427) + at sun.nio.ch.ServerSocketChannelImpl.accept(java.base@21.0.4/ServerSocketChannelImpl.java:399) + at com.intellij.platform.ide.bootstrap.DirectoryLock.acceptConnections(DirectoryLock.java:362) + at com.intellij.platform.ide.bootstrap.DirectoryLock$$Lambda/0x000000080018ab18.run(Unknown Source) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"kotlinx.coroutines.DefaultExecutor" #70 [109913] daemon prio=5 os_prio=0 cpu=704.06ms elapsed=1303.01s tid=0x00006496a17ce7e0 nid=109913 waiting on condition [0x00007061f69fe000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x000000071a09ed30> (a kotlinx.coroutines.DefaultExecutor) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:269) + at kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:118) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"Java2D Disposer" #77 [109923] daemon prio=10 os_prio=0 cpu=34.52ms elapsed=1302.92s tid=0x00006496a19da5c0 nid=109923 waiting on condition [0x00007061d6dfe000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x000000072bd6a1e8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) + at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@21.0.4/AbstractQueuedSynchronizer.java:519) + at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@21.0.4/ForkJoinPool.java:4013) + at java.util.concurrent.ForkJoinPool.managedBlock(java.base@21.0.4/ForkJoinPool.java:3961) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.4/AbstractQueuedSynchronizer.java:1707) + at java.lang.ref.ReferenceQueue.await(java.base@21.0.4/ReferenceQueue.java:67) + at java.lang.ref.ReferenceQueue.remove0(java.base@21.0.4/ReferenceQueue.java:158) + at java.lang.ref.ReferenceQueue.remove(java.base@21.0.4/ReferenceQueue.java:234) + at sun.java2d.Disposer.run(java.desktop/Disposer.java:145) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"AWT-XAWT" #78 [109924] daemon prio=6 os_prio=0 cpu=4393.34ms elapsed=1302.91s tid=0x00006496a1b65950 nid=109924 runnable [0x00007061cf7fe000] + java.lang.Thread.State: RUNNABLE + at sun.awt.X11.XToolkit.waitForEvents(java.desktop/Native Method) + at sun.awt.X11.XToolkit.run(java.desktop/XToolkit.java:982) + at sun.awt.X11.XToolkit.run(java.desktop/XToolkit.java:946) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"AWT-Shutdown" #80 [109926] prio=5 os_prio=0 cpu=1.71ms elapsed=1302.90s tid=0x00006496a1b5ed80 nid=109926 in Object.wait() [0x00007061c6bfe000] + java.lang.Thread.State: WAITING (on object monitor) + at java.lang.Object.wait0(java.base@21.0.4/Native Method) + - waiting on <no object reference available> + at java.lang.Object.wait(java.base@21.0.4/Object.java:366) + at java.lang.Object.wait(java.base@21.0.4/Object.java:339) + at sun.awt.AWTAutoShutdown.run(java.desktop/AWTAutoShutdown.java:291) + - locked <0x000000070b800128> (a java.lang.Object) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"AWT-EventQueue-0" #81 [109927] prio=6 os_prio=0 cpu=81545.86ms elapsed=1302.89s tid=0x00006496a193da90 nid=109927 waiting on condition [0x00007061c6afa000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000707a00208> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) + at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@21.0.4/AbstractQueuedSynchronizer.java:519) + at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@21.0.4/ForkJoinPool.java:4013) + at java.util.concurrent.ForkJoinPool.managedBlock(java.base@21.0.4/ForkJoinPool.java:3961) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.4/AbstractQueuedSynchronizer.java:1707) + at java.awt.EventQueue.getNextEvent(java.desktop/EventQueue.java:573) + at com.intellij.ide.IdeEventQueue.getNextEvent(IdeEventQueue.kt:467) + at com.intellij.ide.IdeEventQueue.pumpEventsForHierarchy(IdeEventQueue.kt:729) + at com.intellij.openapi.progress.util.ProgressWindow.lambda$startBlocking$4(ProgressWindow.java:231) + at com.intellij.openapi.progress.util.ProgressWindow$$Lambda/0x00000008040c7c90.compute(Unknown Source) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runUnlockingIntendedWrite(AnyThreadWriteThreadingSupport.kt:196) + at com.intellij.openapi.application.impl.ApplicationImpl.runUnlockingIntendedWrite(ApplicationImpl.java:842) + at com.intellij.openapi.progress.util.ProgressWindow.lambda$startBlocking$5(ProgressWindow.java:226) + at com.intellij.openapi.progress.util.ProgressWindow$$Lambda/0x00000008040c7a50.run(Unknown Source) + at com.intellij.openapi.progress.util.ProgressWindow.executeInModalContext(ProgressWindow.java:207) + at com.intellij.openapi.progress.util.ProgressWindow.startBlocking(ProgressWindow.java:224) + at com.intellij.openapi.progress.impl.ProgressRunner.lambda$execFromEDT$7(ProgressRunner.java:315) + at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x00000008040c75c0.accept(Unknown Source) + at java.util.concurrent.CompletableFuture.uniAcceptNow(java.base@21.0.4/CompletableFuture.java:757) + at java.util.concurrent.CompletableFuture.uniAcceptStage(java.base@21.0.4/CompletableFuture.java:735) + at java.util.concurrent.CompletableFuture.thenAccept(java.base@21.0.4/CompletableFuture.java:2214) + at com.intellij.openapi.progress.impl.ProgressRunner.execFromEDT(ProgressRunner.java:312) + at com.intellij.openapi.progress.impl.ProgressRunner.submit(ProgressRunner.java:252) + at com.intellij.openapi.progress.impl.ProgressRunner.submitAndGet(ProgressRunner.java:193) + at com.intellij.openapi.application.impl.ApplicationImpl.runProcessWithProgressSynchronously(ApplicationImpl.java:390) + at com.intellij.openapi.progress.impl.CoreProgressManager.runProcessWithProgressSynchronously(CoreProgressManager.java:578) + at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcessWithProgressSynchronously(ProgressManagerImpl.java:104) + at com.intellij.openapi.progress.impl.CoreProgressManager.runProcessWithProgressSynchronously(CoreProgressManager.java:295) + at com.intellij.openapi.actionSystem.ex.ActionUtil.underModalProgress(ActionUtil.kt:272) + at com.intellij.codeInsight.navigation.actions.GotoDeclarationOrUsageHandler2.invoke(GotoDeclarationOrUsageHandler2.kt:76) + at com.intellij.codeInsight.actions.CodeInsightAction.lambda$actionPerformedImpl$0(CodeInsightAction.java:73) + at com.intellij.codeInsight.actions.CodeInsightAction$$Lambda/0x00000008042f52d0.run(Unknown Source) + at com.intellij.codeInsight.actions.CodeInsightAction.lambda$actionPerformedImpl$1(CodeInsightAction.java:79) + at com.intellij.codeInsight.actions.CodeInsightAction$$Lambda/0x00000008042f5090.run(Unknown Source) + at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:226) + at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:178) + at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:159) + at com.intellij.codeInsight.actions.CodeInsightAction.actionPerformedImpl(CodeInsightAction.java:70) + at com.intellij.codeInsight.actions.CodeInsightAction.actionPerformed(CodeInsightAction.java:41) + at com.intellij.codeInsight.navigation.actions.GotoDeclarationAction.actionPerformed(GotoDeclarationAction.java:66) + at com.intellij.openapi.actionSystem.ex.ActionUtil.doPerformActionOrShowPopup(ActionUtil.kt:345) + at com.intellij.openapi.keymap.impl.ActionProcessor.performAction(ActionProcessor.java:32) + at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcherKt.doPerformActionInner$lambda$4$lambda$3(IdeKeyEventDispatcher.kt:845) + at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcherKt$$Lambda/0x000000080410c9b0.run(Unknown Source) + at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106) + at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:95) + at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcherKt.doPerformActionInner$lambda$4(IdeKeyEventDispatcher.kt:845) + at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcherKt$$Lambda/0x000000080410c770.run(Unknown Source) + at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.performWithActionCallbacks(ActionManagerImpl.kt:1164) + at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.kt:362) + at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcherKt.doPerformActionInner(IdeKeyEventDispatcher.kt:843) + at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcherKt.access$doPerformActionInner(IdeKeyEventDispatcher.kt:1) + at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction$intellij_platform_ide_impl(IdeKeyEventDispatcher.kt:572) + at com.intellij.openapi.keymap.impl.IdeMouseEventDispatcher.processEvent(IdeMouseEventDispatcher.java:268) + at com.intellij.openapi.keymap.impl.IdeMouseEventDispatcher.dispatchMouseEvent(IdeMouseEventDispatcher.java:252) + at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.kt:634) + at com.intellij.ide.IdeEventQueue._dispatchEvent$lambda$14(IdeEventQueue.kt:581) + at com.intellij.ide.IdeEventQueue$$Lambda/0x0000000800c76690.compute(Unknown Source) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteIntentReadAction(AnyThreadWriteThreadingSupport.kt:84) + at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.kt:581) + at com.intellij.ide.IdeEventQueue.access$_dispatchEvent(IdeEventQueue.kt:73) + at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1$1.compute(IdeEventQueue.kt:357) + at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1$1.compute(IdeEventQueue.kt:356) + at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:843) + at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.invoke(IdeEventQueue.kt:356) + at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.invoke(IdeEventQueue.kt:351) + at com.intellij.ide.IdeEventQueueKt$performActivity$runnableWithWIL$1.invoke$lambda$0(IdeEventQueue.kt:1035) + at com.intellij.ide.IdeEventQueueKt$performActivity$runnableWithWIL$1$$Lambda/0x00000008009ad298.run(Unknown Source) + at com.intellij.openapi.application.WriteIntentReadAction.lambda$run$0(WriteIntentReadAction.java:24) + at com.intellij.openapi.application.WriteIntentReadAction$$Lambda/0x00000008009ad6f8.compute(Unknown Source) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteIntentReadAction(AnyThreadWriteThreadingSupport.kt:84) + at com.intellij.openapi.application.impl.ApplicationImpl.runWriteIntentReadAction(ApplicationImpl.java:910) + at com.intellij.openapi.application.WriteIntentReadAction.compute(WriteIntentReadAction.java:55) + at com.intellij.openapi.application.WriteIntentReadAction.run(WriteIntentReadAction.java:23) + at com.intellij.ide.IdeEventQueueKt$performActivity$runnableWithWIL$1.invoke(IdeEventQueue.kt:1035) + at com.intellij.ide.IdeEventQueueKt$performActivity$runnableWithWIL$1.invoke(IdeEventQueue.kt:1035) + at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$1(IdeEventQueue.kt:1036) + at com.intellij.ide.IdeEventQueueKt$$Lambda/0x00000008009ad058.run(Unknown Source) + at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:114) + at com.intellij.ide.IdeEventQueueKt.performActivity(IdeEventQueue.kt:1036) + at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$10(IdeEventQueue.kt:351) + at com.intellij.ide.IdeEventQueue$$Lambda/0x00000008009a7670.run(Unknown Source) + at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:397) + at java.awt.EventDispatchThread.pumpOneEventForFilters(java.desktop/EventDispatchThread.java:207) + at java.awt.EventDispatchThread.pumpEventsForFilter(java.desktop/EventDispatchThread.java:128) + at java.awt.EventDispatchThread.pumpEventsForHierarchy(java.desktop/EventDispatchThread.java:117) + at java.awt.EventDispatchThread.pumpEvents(java.desktop/EventDispatchThread.java:113) + at java.awt.EventDispatchThread.pumpEvents(java.desktop/EventDispatchThread.java:105) + at java.awt.EventDispatchThread.run(java.desktop/EventDispatchThread.java:92) + +"PeriodicMetricReader" #83 [109929] daemon prio=5 os_prio=0 cpu=404.43ms elapsed=1302.70s tid=0x00006496a2144ec0 nid=109929 waiting on condition [0x00007061aa3fe000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x000000070ee8aac0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:269) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(java.base@21.0.4/AbstractQueuedSynchronizer.java:1758) + at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.4/ScheduledThreadPoolExecutor.java:1182) + at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.4/ScheduledThreadPoolExecutor.java:899) + at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.4/ThreadPoolExecutor.java:1070) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1130) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"JVMResponsivenessMonitor" #84 [109930] daemon prio=5 os_prio=0 cpu=43.30ms elapsed=1302.68s tid=0x00006496a20a23b0 nid=109930 waiting on condition [0x00007061aa2fd000] + java.lang.Thread.State: TIMED_WAITING (sleeping) + at java.lang.Thread.sleep0(java.base@21.0.4/Native Method) + at java.lang.Thread.sleep(java.base@21.0.4/Thread.java:509) + at com.intellij.diagnostic.JVMResponsivenessMonitor.samplingLoop(JVMResponsivenessMonitor.java:104) + at com.intellij.diagnostic.JVMResponsivenessMonitor$$Lambda/0x00000008004162e0.run(Unknown Source) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"Coroutines Debugger Cleaner" #85 [109931] daemon prio=5 os_prio=0 cpu=30.57ms elapsed=1302.67s tid=0x00006496a23a5960 nid=109931 waiting on condition [0x00007061a9cf0000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x000000070ee89340> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) + at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@21.0.4/AbstractQueuedSynchronizer.java:519) + at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@21.0.4/ForkJoinPool.java:4013) + at java.util.concurrent.ForkJoinPool.managedBlock(java.base@21.0.4/ForkJoinPool.java:3961) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.4/AbstractQueuedSynchronizer.java:1707) + at java.lang.ref.ReferenceQueue.await(java.base@21.0.4/ReferenceQueue.java:67) + at java.lang.ref.ReferenceQueue.remove0(java.base@21.0.4/ReferenceQueue.java:158) + at java.lang.ref.ReferenceQueue.remove(java.base@21.0.4/ReferenceQueue.java:234) + at kotlinx.coroutines.debug.internal.ConcurrentWeakMap.runWeakRefQueueCleaningLoopUntilInterrupted(ConcurrentWeakMap.kt:69) + at kotlinx.coroutines.debug.internal.DebugProbesImpl$startWeakRefCleanerThread$1.invoke(DebugProbesImpl.kt:92) + at kotlinx.coroutines.debug.internal.DebugProbesImpl$startWeakRefCleanerThread$1.invoke(DebugProbesImpl.kt:91) + at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30) + +"process reaper (pid 109965)" #86 [109933] daemon prio=10 os_prio=0 cpu=1.44ms elapsed=1302.63s tid=0x00006496a294ebc0 nid=109933 runnable [0x00007061d0171000] + java.lang.Thread.State: RUNNABLE + at java.lang.ProcessHandleImpl.waitForProcessExit0(java.base@21.0.4/Native Method) + at java.lang.ProcessHandleImpl$1.run(java.base@21.0.4/ProcessHandleImpl.java:163) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + at jdk.internal.misc.InnocuousThread.run(java.base@21.0.4/InnocuousThread.java:186) + +"JNA Cleaner" #87 [109934] daemon prio=5 os_prio=0 cpu=6.28ms elapsed=1302.62s tid=0x00006496a2baa710 nid=109934 waiting on condition [0x00007061a9bef000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x000000070ee8c2f0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:269) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.4/AbstractQueuedSynchronizer.java:1847) + at java.lang.ref.ReferenceQueue.await(java.base@21.0.4/ReferenceQueue.java:71) + at java.lang.ref.ReferenceQueue.remove0(java.base@21.0.4/ReferenceQueue.java:143) + at java.lang.ref.ReferenceQueue.remove(java.base@21.0.4/ReferenceQueue.java:218) + at com.sun.jna.internal.Cleaner$CleanerThread.run(Cleaner.java:154) + +"Periodic tasks thread" #89 [109942] daemon prio=5 os_prio=0 cpu=1608.61ms elapsed=1302.46s tid=0x00006496a29e68e0 nid=109942 waiting on condition [0x00007061588c7000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x000000070ee8cb00> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:269) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(java.base@21.0.4/AbstractQueuedSynchronizer.java:1758) + at java.util.concurrent.DelayQueue.take(java.base@21.0.4/DelayQueue.java:255) + at com.intellij.util.concurrency.AppDelayQueue$TransferThread.run(AppDelayQueue.java:81) + +"DirectBufferWrapper allocation thread" #90 [109943] daemon prio=5 os_prio=0 cpu=193.25ms elapsed=1302.42s tid=0x00006496a2137e60 nid=109943 waiting on condition [0x0000706157d3f000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x000000070ad4b7a8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) + at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@21.0.4/AbstractQueuedSynchronizer.java:519) + at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@21.0.4/ForkJoinPool.java:4013) + at java.util.concurrent.ForkJoinPool.managedBlock(java.base@21.0.4/ForkJoinPool.java:3961) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.4/AbstractQueuedSynchronizer.java:1707) + at java.util.concurrent.LinkedBlockingQueue.take(java.base@21.0.4/LinkedBlockingQueue.java:435) + at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.4/ThreadPoolExecutor.java:1070) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1130) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"Netty Builtin Server 1" #93 [109953] daemon prio=5 os_prio=0 cpu=3.11ms elapsed=1302.23s tid=0x00006496a4010e10 nid=109953 runnable [0x000070614fab1000] + java.lang.Thread.State: RUNNABLE + at sun.nio.ch.EPoll.wait(java.base@21.0.4/Native Method) + at sun.nio.ch.EPollSelectorImpl.doSelect(java.base@21.0.4/EPollSelectorImpl.java:121) + at sun.nio.ch.SelectorImpl.lockAndDoSelect(java.base@21.0.4/SelectorImpl.java:130) + - locked <0x00000007464598d0> (a io.netty.channel.nio.SelectedSelectionKeySet) + - locked <0x0000000746459880> (a sun.nio.ch.EPollSelectorImpl) + at sun.nio.ch.SelectorImpl.select(java.base@21.0.4/SelectorImpl.java:147) + at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68) + at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:879) + at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526) + at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) + at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) + at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"GlobalMenuLinux loop" #95 [109956] daemon prio=5 os_prio=0 cpu=2.81ms elapsed=1301.85s tid=0x00006496a450f240 nid=109956 runnable [0x00007061353fe000] + java.lang.Thread.State: RUNNABLE + at com.sun.jna.Native.invokeVoid(Native Method) + at com.sun.jna.Function.invoke(Function.java:418) + at com.sun.jna.Function.invoke(Function.java:364) + at com.sun.jna.Library$Handler.invoke(Library.java:270) + at com.intellij.platform.ide.menu.$Proxy38.runMainLoop(Unknown Source) + at com.intellij.platform.ide.menu.GlobalMenuLinux.lambda$static$5(GlobalMenuLinux.java:215) + at com.intellij.platform.ide.menu.GlobalMenuLinux$$Lambda/0x0000000800a359d8.run(Unknown Source) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"TimerQueue" #96 [109957] daemon prio=5 os_prio=0 cpu=3704.39ms elapsed=1301.69s tid=0x00006496a470a290 nid=109957 waiting on condition [0x0000706132ffe000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000744e81448> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:269) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(java.base@21.0.4/AbstractQueuedSynchronizer.java:1758) + at java.util.concurrent.DelayQueue.take(java.base@21.0.4/DelayQueue.java:255) + at javax.swing.TimerQueue.run(java.desktop/TimerQueue.java:165) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"fsnotifier" #97 [109966] prio=4 os_prio=0 cpu=0.30ms elapsed=1297.95s tid=0x00006496a3221ed0 nid=109966 waiting on condition [0x000070613001d000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000748d0d8a8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) + at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@21.0.4/AbstractQueuedSynchronizer.java:519) + at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@21.0.4/ForkJoinPool.java:4013) + at java.util.concurrent.ForkJoinPool.managedBlock(java.base@21.0.4/ForkJoinPool.java:3961) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.4/AbstractQueuedSynchronizer.java:1707) + at java.lang.ProcessImpl.waitFor(java.base@21.0.4/ProcessImpl.java:425) + at com.intellij.execution.process.ProcessWaitFor.lambda$new$0(ProcessWaitFor.java:28) + at com.intellij.execution.process.ProcessWaitFor$$Lambda/0x0000000800dfeeb0.run(Unknown Source) + at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:218) + at com.intellij.execution.process.ProcessWaitFor.lambda$new$1(ProcessWaitFor.java:23) + at com.intellij.execution.process.ProcessWaitFor$$Lambda/0x0000000800dfea58.run(Unknown Source) + at java.util.concurrent.Executors$RunnableAdapter.call(java.base@21.0.4/Executors.java:572) + at java.util.concurrent.FutureTask.run(java.base@21.0.4/FutureTask.java:317) + at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"BaseDataReader: output stream of fsnotifier" #98 [109967] prio=4 os_prio=0 cpu=18.01ms elapsed=1297.94s tid=0x00006496a226db70 nid=109967 runnable [0x000070612f9fd000] + java.lang.Thread.State: RUNNABLE + at java.io.FileInputStream.readBytes(java.base@21.0.4/Native Method) + at java.io.FileInputStream.read(java.base@21.0.4/FileInputStream.java:287) + at java.io.BufferedInputStream.read1(java.base@21.0.4/BufferedInputStream.java:345) + at java.io.BufferedInputStream.implRead(java.base@21.0.4/BufferedInputStream.java:420) + at java.io.BufferedInputStream.read(java.base@21.0.4/BufferedInputStream.java:405) + - locked <0x0000000748d0e0e0> (a java.lang.ProcessImpl$ProcessPipeInputStream) + at sun.nio.cs.StreamDecoder.readBytes(java.base@21.0.4/StreamDecoder.java:350) + at sun.nio.cs.StreamDecoder.implRead(java.base@21.0.4/StreamDecoder.java:393) + at sun.nio.cs.StreamDecoder.lockedRead(java.base@21.0.4/StreamDecoder.java:217) + at sun.nio.cs.StreamDecoder.read(java.base@21.0.4/StreamDecoder.java:177) + - locked <0x0000000748d0e140> (a com.intellij.util.io.BaseInputStreamReader) + at java.io.InputStreamReader.read(java.base@21.0.4/InputStreamReader.java:188) + at java.io.Reader.read(java.base@21.0.4/Reader.java:265) + at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:148) + at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:72) + at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:153) + at com.intellij.util.io.BaseDataReader$$Lambda/0x0000000800e07b08.run(Unknown Source) + at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:218) + at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:48) + at com.intellij.util.io.BaseDataReader$$Lambda/0x0000000800e064e8.run(Unknown Source) + at java.util.concurrent.Executors$RunnableAdapter.call(java.base@21.0.4/Executors.java:572) + at java.util.concurrent.FutureTask.run(java.base@21.0.4/FutureTask.java:317) + at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"BaseDataReader: error stream of fsnotifier" #99 [109968] prio=4 os_prio=0 cpu=0.20ms elapsed=1297.94s tid=0x00006496a2272970 nid=109968 runnable [0x000070612f5fd000] + java.lang.Thread.State: RUNNABLE + at java.io.FileInputStream.readBytes(java.base@21.0.4/Native Method) + at java.io.FileInputStream.read(java.base@21.0.4/FileInputStream.java:287) + at java.io.BufferedInputStream.read1(java.base@21.0.4/BufferedInputStream.java:345) + at java.io.BufferedInputStream.implRead(java.base@21.0.4/BufferedInputStream.java:420) + at java.io.BufferedInputStream.read(java.base@21.0.4/BufferedInputStream.java:405) + - locked <0x0000000748d0e8f0> (a java.lang.ProcessImpl$ProcessPipeInputStream) + at sun.nio.cs.StreamDecoder.readBytes(java.base@21.0.4/StreamDecoder.java:350) + at sun.nio.cs.StreamDecoder.implRead(java.base@21.0.4/StreamDecoder.java:393) + at sun.nio.cs.StreamDecoder.lockedRead(java.base@21.0.4/StreamDecoder.java:217) + at sun.nio.cs.StreamDecoder.read(java.base@21.0.4/StreamDecoder.java:177) + - locked <0x0000000748d0e988> (a com.intellij.util.io.BaseInputStreamReader) + at java.io.InputStreamReader.read(java.base@21.0.4/InputStreamReader.java:188) + at java.io.Reader.read(java.base@21.0.4/Reader.java:265) + at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:148) + at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:72) + at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:153) + at com.intellij.util.io.BaseDataReader$$Lambda/0x0000000800e07b08.run(Unknown Source) + at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:218) + at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:48) + at com.intellij.util.io.BaseDataReader$$Lambda/0x0000000800e064e8.run(Unknown Source) + at java.util.concurrent.Executors$RunnableAdapter.call(java.base@21.0.4/Executors.java:572) + at java.util.concurrent.FutureTask.run(java.base@21.0.4/FutureTask.java:317) + at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"LSP Listener: TailwindLspServerDescriptor@Firmament" #103 [109972] prio=4 os_prio=0 cpu=438.36ms elapsed=1297.09s tid=0x00006496b8986bd0 nid=109972 in Object.wait() [0x00007061292fc000] + java.lang.Thread.State: TIMED_WAITING (on object monitor) + at java.lang.Object.wait0(java.base@21.0.4/Native Method) + - waiting on <no object reference available> + at java.lang.Object.wait(java.base@21.0.4/Object.java:366) + at java.io.PipedInputStream.read(java.base@21.0.4/PipedInputStream.java:332) + - locked <0x0000000717d8d9b0> (a java.io.PipedInputStream) + at org.eclipse.lsp4j.jsonrpc.json.StreamMessageProducer.listen(StreamMessageProducer.java:79) + at com.intellij.platform.lsp.impl.connector.Lsp4jServerConnector.k(Lsp4jServerConnector.kt:67) + at com.intellij.platform.lsp.impl.connector.Lsp4jServerConnector$$Lambda/0x00000008024ad590.run(Unknown Source) + at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:218) + at com.intellij.platform.lsp.impl.connector.Lsp4jServerConnector.z(Lsp4jServerConnector.kt:63) + at com.intellij.platform.lsp.impl.connector.Lsp4jServerConnector$$Lambda/0x00000008024ad350.run(Unknown Source) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport$executeOnPooledThread$1.run(AnyThreadWriteThreadingSupport.kt:134) + at java.util.concurrent.Executors$RunnableAdapter.call(java.base@21.0.4/Executors.java:572) + at com.intellij.util.concurrency.ContextCallable.call(ContextCallable.java:32) + at java.util.concurrent.FutureTask.run(java.base@21.0.4/FutureTask.java:317) + at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"BaseDataReader: error stream of node" #109 [109978] prio=4 os_prio=0 cpu=186.61ms elapsed=1296.37s tid=0x00006496a9da7bd0 nid=109978 runnable [0x00007061241f9000] + java.lang.Thread.State: RUNNABLE + at java.io.FileInputStream.readBytes(java.base@21.0.4/Native Method) + at java.io.FileInputStream.read(java.base@21.0.4/FileInputStream.java:287) + at java.io.BufferedInputStream.read1(java.base@21.0.4/BufferedInputStream.java:345) + at java.io.BufferedInputStream.implRead(java.base@21.0.4/BufferedInputStream.java:420) + at java.io.BufferedInputStream.read(java.base@21.0.4/BufferedInputStream.java:405) + - locked <0x0000000720402058> (a java.lang.ProcessImpl$ProcessPipeInputStream) + at sun.nio.cs.StreamDecoder.readBytes(java.base@21.0.4/StreamDecoder.java:350) + at sun.nio.cs.StreamDecoder.implRead(java.base@21.0.4/StreamDecoder.java:393) + at sun.nio.cs.StreamDecoder.lockedRead(java.base@21.0.4/StreamDecoder.java:217) + at sun.nio.cs.StreamDecoder.read(java.base@21.0.4/StreamDecoder.java:177) + - locked <0x00000007204020f0> (a com.intellij.util.io.BaseInputStreamReader) + at java.io.InputStreamReader.read(java.base@21.0.4/InputStreamReader.java:188) + at java.io.Reader.read(java.base@21.0.4/Reader.java:265) + at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:148) + at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:72) + at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:153) + at com.intellij.util.io.BaseDataReader$$Lambda/0x0000000800e07b08.run(Unknown Source) + at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:218) + at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:48) + at com.intellij.util.io.BaseDataReader$$Lambda/0x0000000800e064e8.run(Unknown Source) + at java.util.concurrent.Executors$RunnableAdapter.call(java.base@21.0.4/Executors.java:572) + at java.util.concurrent.FutureTask.run(java.base@21.0.4/FutureTask.java:317) + at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"TerminalEmulator-Local" #116 [109992] prio=4 os_prio=0 cpu=1059.50ms elapsed=1295.01s tid=0x00006496c746e210 nid=109992 runnable [0x000070611f9df000] + java.lang.Thread.State: RUNNABLE + at jtermios.linux.JTermiosImpl$Linux_C_lib_DirectMapping.poll(Native Method) + at jtermios.linux.JTermiosImpl.poll(JTermiosImpl.java:636) + at jtermios.JTermios.poll(JTermios.java:452) + at com.pty4j.unix.Pty.poll(Pty.java:261) + at com.pty4j.unix.Pty.read(Pty.java:251) + - locked <0x0000000711590968> (a java.lang.Object) + at com.pty4j.unix.PTYInputStream.read(PTYInputStream.java:47) + at sun.nio.cs.StreamDecoder.readBytes(java.base@21.0.4/StreamDecoder.java:350) + at sun.nio.cs.StreamDecoder.implRead(java.base@21.0.4/StreamDecoder.java:393) + at sun.nio.cs.StreamDecoder.lockedRead(java.base@21.0.4/StreamDecoder.java:217) + at sun.nio.cs.StreamDecoder.read(java.base@21.0.4/StreamDecoder.java:171) + at java.io.InputStreamReader.read(java.base@21.0.4/InputStreamReader.java:188) + at com.jediterm.terminal.ProcessTtyConnector.read(ProcessTtyConnector.java:51) + at com.jetbrains.rdserver.terminal.BackendTtyConnector.read(BackendTtyConnector.kt:57) + at com.jediterm.terminal.TtyBasedArrayDataStream.fillBuf(TtyBasedArrayDataStream.java:33) + at com.jediterm.terminal.TtyBasedArrayDataStream.getChar(TtyBasedArrayDataStream.java:43) + at com.jediterm.terminal.DataStreamIteratingEmulator.next(DataStreamIteratingEmulator.java:34) + at com.jediterm.terminal.TerminalStarter.doStartEmulator(TerminalStarter.java:79) + at com.jediterm.terminal.TerminalStarter$$Lambda/0x00000008037eeda0.run(Unknown Source) + at com.jediterm.terminal.TerminalStarter.runUnderThreadName(TerminalStarter.java:108) + at com.jediterm.terminal.TerminalStarter.start(TerminalStarter.java:73) + at com.jediterm.terminal.ui.JediTermWidget$EmulatorTask.run(JediTermWidget.java:395) + at java.util.concurrent.Executors$RunnableAdapter.call(java.base@21.0.4/Executors.java:572) + at com.intellij.util.concurrency.ContextCallable.call(ContextCallable.java:32) + at java.util.concurrent.FutureTask.run(java.base@21.0.4/FutureTask.java:317) + at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"BaseDataReader: output stream of node" #118 [109995] prio=4 os_prio=0 cpu=221.51ms elapsed=1294.96s tid=0x00006496c76b3e70 nid=109995 runnable [0x000070611f7dd000] + java.lang.Thread.State: RUNNABLE + at java.io.FileInputStream.readBytes(java.base@21.0.4/Native Method) + at java.io.FileInputStream.read(java.base@21.0.4/FileInputStream.java:287) + at java.io.BufferedInputStream.read1(java.base@21.0.4/BufferedInputStream.java:345) + at java.io.BufferedInputStream.implRead(java.base@21.0.4/BufferedInputStream.java:420) + at java.io.BufferedInputStream.read(java.base@21.0.4/BufferedInputStream.java:405) + - locked <0x0000000720516dc8> (a java.lang.ProcessImpl$ProcessPipeInputStream) + at sun.nio.cs.StreamDecoder.readBytes(java.base@21.0.4/StreamDecoder.java:350) + at sun.nio.cs.StreamDecoder.implRead(java.base@21.0.4/StreamDecoder.java:393) + at sun.nio.cs.StreamDecoder.lockedRead(java.base@21.0.4/StreamDecoder.java:217) + at sun.nio.cs.StreamDecoder.read(java.base@21.0.4/StreamDecoder.java:177) + - locked <0x0000000720516e28> (a com.intellij.util.io.BaseInputStreamReader) + at java.io.InputStreamReader.read(java.base@21.0.4/InputStreamReader.java:188) + at java.io.Reader.read(java.base@21.0.4/Reader.java:265) + at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:148) + at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:72) + at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:153) + at com.intellij.util.io.BaseDataReader$$Lambda/0x0000000800e07b08.run(Unknown Source) + at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:218) + at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:48) + at com.intellij.util.io.BaseDataReader$$Lambda/0x0000000800e064e8.run(Unknown Source) + at java.util.concurrent.Executors$RunnableAdapter.call(java.base@21.0.4/Executors.java:572) + at java.util.concurrent.FutureTask.run(java.base@21.0.4/FutureTask.java:317) + at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"node" #119 [109996] prio=4 os_prio=0 cpu=199.02ms elapsed=1294.96s tid=0x00006496c76b8200 nid=109996 waiting on condition [0x000070611f6dc000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x000000072048a6f8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) + at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@21.0.4/AbstractQueuedSynchronizer.java:519) + at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@21.0.4/ForkJoinPool.java:4013) + at java.util.concurrent.ForkJoinPool.managedBlock(java.base@21.0.4/ForkJoinPool.java:3961) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.4/AbstractQueuedSynchronizer.java:1707) + at java.lang.ProcessImpl.waitFor(java.base@21.0.4/ProcessImpl.java:425) + at com.intellij.execution.process.ProcessWaitFor.lambda$new$0(ProcessWaitFor.java:28) + at com.intellij.execution.process.ProcessWaitFor$$Lambda/0x0000000800dfeeb0.run(Unknown Source) + at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:218) + at com.intellij.execution.process.ProcessWaitFor.lambda$new$1(ProcessWaitFor.java:23) + at com.intellij.execution.process.ProcessWaitFor$$Lambda/0x0000000800dfea58.run(Unknown Source) + at java.util.concurrent.Executors$RunnableAdapter.call(java.base@21.0.4/Executors.java:572) + at java.util.concurrent.FutureTask.run(java.base@21.0.4/FutureTask.java:317) + at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"process reaper (pid 110136)" #125 [110031] daemon prio=10 os_prio=0 cpu=1.22ms elapsed=1294.54s tid=0x00006496c8177270 nid=110031 runnable [0x0000706119bfe000] + java.lang.Thread.State: RUNNABLE + at java.lang.ProcessHandleImpl.waitForProcessExit0(java.base@21.0.4/Native Method) + at java.lang.ProcessHandleImpl$1.run(java.base@21.0.4/ProcessHandleImpl.java:163) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + at jdk.internal.misc.InnocuousThread.run(java.base@21.0.4/InnocuousThread.java:186) + +"DefaultDispatcher-worker-8" #160 [110116] daemon prio=5 os_prio=0 cpu=10513.87ms elapsed=1293.15s tid=0x00006496c8c205a0 nid=110116 waiting on condition [0x00007060f70a3000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"HttpClient-4-SelectorManager" #192 [110181] daemon prio=5 os_prio=0 cpu=24.73ms elapsed=1282.03s tid=0x00006496c96dec10 nid=110181 runnable [0x0000706201c13000] + java.lang.Thread.State: RUNNABLE + at sun.nio.ch.EPoll.wait(java.base@21.0.4/Native Method) + at sun.nio.ch.EPollSelectorImpl.doSelect(java.base@21.0.4/EPollSelectorImpl.java:121) + at sun.nio.ch.SelectorImpl.lockAndDoSelect(java.base@21.0.4/SelectorImpl.java:130) + - locked <0x0000000717d8e2b0> (a sun.nio.ch.Util$2) + - locked <0x0000000717d8e260> (a sun.nio.ch.EPollSelectorImpl) + at sun.nio.ch.SelectorImpl.select(java.base@21.0.4/SelectorImpl.java:142) + at jdk.internal.net.http.HttpClientImpl$SelectorManager.run(java.net.http@21.0.4/HttpClientImpl.java:1366) + +"DefaultDispatcher-worker-7" #217 [110696] daemon prio=5 os_prio=0 cpu=7692.08ms elapsed=1120.61s tid=0x00006496c8c6ed80 nid=110696 waiting on condition [0x00007060f679a000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"DefaultDispatcher-worker-5" #232 [110715] daemon prio=5 os_prio=0 cpu=8175.99ms elapsed=1117.51s tid=0x00006496cd8ba660 nid=110715 waiting on condition [0x00007060f77aa000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"DefaultDispatcher-worker-9" #234 [110717] daemon prio=5 os_prio=0 cpu=7578.60ms elapsed=1117.51s tid=0x00006496ccecfeb0 nid=110717 waiting on condition [0x00007061ffdfe000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"ApplicationImpl pooled thread 12" #238 [110721] prio=4 os_prio=0 cpu=53858.71ms elapsed=1117.50s tid=0x00006496cdae7df0 nid=110721 runnable [0x00007061f6ef4000] + java.lang.Thread.State: RUNNABLE + at org.jetbrains.kotlin.types.DynamicTypesKt.isDynamic(dynamicTypes.kt:40) + at org.jetbrains.kotlin.types.TypeSubstitutor.unsafeSubstitute(TypeSubstitutor.java:202) + at org.jetbrains.kotlin.types.TypeSubstitutor.substituteTypeArguments(TypeSubstitutor.java:373) + at org.jetbrains.kotlin.types.TypeSubstitutor.substituteCompoundType(TypeSubstitutor.java:352) + at org.jetbrains.kotlin.types.TypeSubstitutor.unsafeSubstitute(TypeSubstitutor.java:287) + at org.jetbrains.kotlin.types.TypeSubstitutor.safeSubstitute(TypeSubstitutor.java:134) + at org.jetbrains.kotlin.types.checker.NewCapturedTypeKt.captureArguments(NewCapturedType.kt:177) + at org.jetbrains.kotlin.types.checker.NewCapturedTypeKt.captureFromArguments(NewCapturedType.kt:107) + at org.jetbrains.kotlin.types.checker.ClassicTypeSystemContext$DefaultImpls.captureFromArguments(ClassicTypeSystemContext.kt:340) + at org.jetbrains.kotlin.resolve.calls.components.ClassicTypeSystemContextForCS.captureFromArguments(ClassicTypeSystemContextForCS.kt:21) + at org.jetbrains.kotlin.types.AbstractTypeChecker.collectAllSupertypesWithGivenTypeConstructor(AbstractTypeChecker.kt:649) + at org.jetbrains.kotlin.types.AbstractTypeChecker.collectAndFilter(AbstractTypeChecker.kt:673) + at org.jetbrains.kotlin.types.AbstractTypeChecker.findCorrespondingSupertypes(AbstractTypeChecker.kt:726) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeOfForSingleClassifierType(AbstractTypeChecker.kt:390) + at org.jetbrains.kotlin.types.AbstractTypeChecker.completeIsSubTypeOf(AbstractTypeChecker.kt:297) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeOf(AbstractTypeChecker.kt:257) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeOf$default(AbstractTypeChecker.kt:246) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeForSameConstructor(AbstractTypeChecker.kt:503) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeOfForSingleClassifierType$lambda$21$lambda$20$lambda$19(AbstractTypeChecker.kt:428) + at org.jetbrains.kotlin.types.AbstractTypeChecker$$Lambda/0x00000008045056d8.invoke(Unknown Source) + at org.jetbrains.kotlin.types.TypeCheckerState$ForkPointContext$Default.fork(AbstractTypeChecker.kt:88) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeOfForSingleClassifierType$lambda$21$lambda$20(AbstractTypeChecker.kt:428) + at org.jetbrains.kotlin.types.AbstractTypeChecker$$Lambda/0x0000000804505260.invoke(Unknown Source) + at org.jetbrains.kotlin.types.TypeCheckerState.runForkingPoint(AbstractTypeChecker.kt:77) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeOfForSingleClassifierType(AbstractTypeChecker.kt:426) + at org.jetbrains.kotlin.types.AbstractTypeChecker.completeIsSubTypeOf(AbstractTypeChecker.kt:297) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeOf(AbstractTypeChecker.kt:257) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeOf$default(AbstractTypeChecker.kt:246) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeForSameConstructor(AbstractTypeChecker.kt:503) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeOfForSingleClassifierType$lambda$21$lambda$20$lambda$19(AbstractTypeChecker.kt:428) + at org.jetbrains.kotlin.types.AbstractTypeChecker$$Lambda/0x00000008045056d8.invoke(Unknown Source) + at org.jetbrains.kotlin.types.TypeCheckerState$ForkPointContext$Default.fork(AbstractTypeChecker.kt:88) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeOfForSingleClassifierType$lambda$21$lambda$20(AbstractTypeChecker.kt:428) + at org.jetbrains.kotlin.types.AbstractTypeChecker$$Lambda/0x0000000804505260.invoke(Unknown Source) + at org.jetbrains.kotlin.types.TypeCheckerState.runForkingPoint(AbstractTypeChecker.kt:77) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeOfForSingleClassifierType(AbstractTypeChecker.kt:426) + at org.jetbrains.kotlin.types.AbstractTypeChecker.completeIsSubTypeOf(AbstractTypeChecker.kt:297) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeOf(AbstractTypeChecker.kt:257) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeOf$default(AbstractTypeChecker.kt:246) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeForSameConstructor(AbstractTypeChecker.kt:503) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeOfForSingleClassifierType(AbstractTypeChecker.kt:406) + at org.jetbrains.kotlin.types.AbstractTypeChecker.completeIsSubTypeOf(AbstractTypeChecker.kt:297) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeOf(AbstractTypeChecker.kt:257) + at org.jetbrains.kotlin.types.AbstractTypeChecker.isSubtypeOf$default(AbstractTypeChecker.kt:246) + at org.jetbrains.kotlin.types.AbstractTypeChecker.equalTypes(AbstractTypeChecker.kt:276) + at org.jetbrains.kotlin.types.AbstractTypeChecker.equalTypes(AbstractTypeChecker.kt:243) + at org.jetbrains.kotlin.types.AbstractTypeChecker.equalTypes$default(AbstractTypeChecker.kt:237) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateParametrizedType(AbstractTypeApproximator.kt:730) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateTo(AbstractTypeApproximator.kt:477) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateSimpleToSuperType(AbstractTypeApproximator.kt:465) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.access$approximateSimpleToSuperType(AbstractTypeApproximator.kt:16) + at org.jetbrains.kotlin.types.AbstractTypeApproximator$referenceApproximateToSuperType$1.invoke(AbstractTypeApproximator.kt:27) + at org.jetbrains.kotlin.types.AbstractTypeApproximator$referenceApproximateToSuperType$1.invoke(AbstractTypeApproximator.kt:27) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateTo(AbstractTypeApproximator.kt:145) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateToSuperType(AbstractTypeApproximator.kt:90) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateParametrizedType(AbstractTypeApproximator.kt:633) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateTo(AbstractTypeApproximator.kt:477) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateSimpleToSuperType(AbstractTypeApproximator.kt:465) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.access$approximateSimpleToSuperType(AbstractTypeApproximator.kt:16) + at org.jetbrains.kotlin.types.AbstractTypeApproximator$referenceApproximateToSuperType$1.invoke(AbstractTypeApproximator.kt:27) + at org.jetbrains.kotlin.types.AbstractTypeApproximator$referenceApproximateToSuperType$1.invoke(AbstractTypeApproximator.kt:27) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateTo(AbstractTypeApproximator.kt:118) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateToSuperType(AbstractTypeApproximator.kt:90) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateParametrizedType(AbstractTypeApproximator.kt:633) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateTo(AbstractTypeApproximator.kt:477) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateSimpleToSuperType(AbstractTypeApproximator.kt:465) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.access$approximateSimpleToSuperType(AbstractTypeApproximator.kt:16) + at org.jetbrains.kotlin.types.AbstractTypeApproximator$referenceApproximateToSuperType$1.invoke(AbstractTypeApproximator.kt:27) + at org.jetbrains.kotlin.types.AbstractTypeApproximator$referenceApproximateToSuperType$1.invoke(AbstractTypeApproximator.kt:27) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateTo(AbstractTypeApproximator.kt:145) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateToSuperType(AbstractTypeApproximator.kt:90) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateParametrizedType(AbstractTypeApproximator.kt:633) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateTo(AbstractTypeApproximator.kt:477) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateSimpleToSuperType(AbstractTypeApproximator.kt:465) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.access$approximateSimpleToSuperType(AbstractTypeApproximator.kt:16) + at org.jetbrains.kotlin.types.AbstractTypeApproximator$referenceApproximateToSuperType$1.invoke(AbstractTypeApproximator.kt:27) + at org.jetbrains.kotlin.types.AbstractTypeApproximator$referenceApproximateToSuperType$1.invoke(AbstractTypeApproximator.kt:27) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateTo(AbstractTypeApproximator.kt:118) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateToSuperType(AbstractTypeApproximator.kt:90) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateParametrizedType(AbstractTypeApproximator.kt:633) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateTo(AbstractTypeApproximator.kt:477) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateSimpleToSuperType(AbstractTypeApproximator.kt:465) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.access$approximateSimpleToSuperType(AbstractTypeApproximator.kt:16) + at org.jetbrains.kotlin.types.AbstractTypeApproximator$referenceApproximateToSuperType$1.invoke(AbstractTypeApproximator.kt:27) + at org.jetbrains.kotlin.types.AbstractTypeApproximator$referenceApproximateToSuperType$1.invoke(AbstractTypeApproximator.kt:27) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateTo(AbstractTypeApproximator.kt:145) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateToSuperType(AbstractTypeApproximator.kt:90) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateParametrizedType(AbstractTypeApproximator.kt:633) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateTo(AbstractTypeApproximator.kt:477) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateSimpleToSuperType(AbstractTypeApproximator.kt:465) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.access$approximateSimpleToSuperType(AbstractTypeApproximator.kt:16) + at org.jetbrains.kotlin.types.AbstractTypeApproximator$referenceApproximateToSuperType$1.invoke(AbstractTypeApproximator.kt:27) + at org.jetbrains.kotlin.types.AbstractTypeApproximator$referenceApproximateToSuperType$1.invoke(AbstractTypeApproximator.kt:27) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateTo(AbstractTypeApproximator.kt:118) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateToSuperType(AbstractTypeApproximator.kt:90) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateToSuperType(AbstractTypeApproximator.kt:38) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.approximateCapturedTypes(ConstraintIncorporator.kt:336) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.approximateIfNeededAndAddNewConstraint$lambda$4(ConstraintIncorporator.kt:219) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator$$Lambda/0x0000000802eab580.invoke(Unknown Source) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.approximateIfNeededAndAddNewConstraint(ConstraintIncorporator.kt:228) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.generateNewConstraint(ConstraintIncorporator.kt:193) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.insideOtherConstraint(ConstraintIncorporator.kt:117) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.incorporate(ConstraintIncorporator.kt:55) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processGivenConstraints(ConstraintInjector.kt:243) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processConstraintsIgnoringForksData(ConstraintInjector.kt:196) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processConstraints(ConstraintInjector.kt:173) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processConstraints$default(ConstraintInjector.kt:168) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.addSubTypeConstraintAndIncorporateIt(ConstraintInjector.kt:114) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.addInitialSubtypeConstraint(ConstraintInjector.kt:71) + at org.jetbrains.kotlin.resolve.calls.inference.model.NewConstraintSystemImpl.addSubtypeConstraint(NewConstraintSystemImpl.kt:199) + at org.jetbrains.kotlin.resolve.calls.components.SimpleArgumentsChecksKt.checkSubCallArgument(SimpleArgumentsChecks.kt:225) + at org.jetbrains.kotlin.resolve.calls.components.SimpleArgumentsChecksKt.checkSimpleArgument(SimpleArgumentsChecks.kt:62) + at org.jetbrains.kotlin.resolve.calls.components.PostponeArgumentsChecksKt.resolveKtPrimitive(PostponeArgumentsChecks.kt:40) + at org.jetbrains.kotlin.resolve.calls.components.ResolutionPartsKt.resolveKotlinArgument(ResolutionParts.kt:529) + at org.jetbrains.kotlin.resolve.calls.components.ResolutionPartsKt.access$resolveKotlinArgument(ResolutionParts.kt:1) + at org.jetbrains.kotlin.resolve.calls.components.CheckArgumentsInParenthesis.process(ResolutionParts.kt:747) + at org.jetbrains.kotlin.resolve.calls.components.candidate.ResolutionCandidate.processPart(ResolutionCandidate.kt:136) + at org.jetbrains.kotlin.resolve.calls.components.candidate.ResolutionCandidate.processPart$default(ResolutionCandidate.kt:131) + at org.jetbrains.kotlin.resolve.calls.components.candidate.ResolutionCandidate.processParts(ResolutionCandidate.kt:122) + at org.jetbrains.kotlin.resolve.calls.components.candidate.ResolutionCandidate.isSuccessful(ResolutionCandidate.kt:31) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$SuccessfulResultCollector.pushCandidates(TowerResolver.kt:466) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:389) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:95) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:207) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:216) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.processImplicitReceiver(TowerResolver.kt:326) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processLexicalScope(TowerResolver.kt:250) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:305) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:114) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:101) + at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:184) + at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:41) + at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:114) + at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602) + at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213) + at org.jetbrains.kotlin.resolve.calls.CallResolver$$Lambda/0x0000000802ccd008.invoke(Unknown Source) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211) + at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199) + at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329) + at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86) + at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208) + at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185) + at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:396) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForBlock.visitCallExpression(ExpressionTypingVisitorDispatcher.java:59) + at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:175) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$$Lambda/0x0000000802cc3be8.invoke(Unknown Source) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:134) + at org.jetbrains.kotlin.types.expressions.ControlStructureTypingVisitor.visitReturnExpression(ControlStructureTypingVisitor.java:914) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitReturnExpression(ExpressionTypingVisitorDispatcher.java:287) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForBlock.visitReturnExpression(ExpressionTypingVisitorDispatcher.java:59) + at org.jetbrains.kotlin.psi.KtReturnExpression.accept(KtReturnExpression.java:33) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:175) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$$Lambda/0x0000000802cc3be8.invoke(Unknown Source) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:134) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitExpression(ExpressionTypingVisitorForStatements.java:543) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitExpression(ExpressionTypingVisitorForStatements.java:73) + at org.jetbrains.kotlin.psi.KtVisitor.visitExpressionWithLabel(KtVisitor.java:240) + at org.jetbrains.kotlin.psi.KtVisitor.visitReturnExpression(KtVisitor.java:236) + at org.jetbrains.kotlin.psi.KtReturnExpression.accept(KtReturnExpression.java:33) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:175) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$$Lambda/0x0000000802cc3be8.invoke(Unknown Source) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeOfLastExpressionInBlock(ExpressionTypingServices.java:451) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:328) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:586) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:73) + at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:78) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:175) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$$Lambda/0x0000000802cc3be8.invoke(Unknown Source) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166) + at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1054) + at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:997) + at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:710) + at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:427) + at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:225) + at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:283) + at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$3.invoke(ModuleResolutionFacadeImpl.kt:53) + at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$3.invoke(ModuleResolutionFacadeImpl.kt:52) + at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59) + at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105) + at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:64) + at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:52) + at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:43) + at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:130) + at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.safeAnalyzeNonSourceRootCode(ExtendedResolutionApi.kt:164) + at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.safeAnalyzeNonSourceRootCode(ExtendedResolutionApi.kt:158) + at org.jetbrains.kotlin.idea.references.KtFe10ReferenceResolutionHelperImpl.partialAnalyze(KtFe10ReferenceResolutionHelperImpl.kt:50) + at org.jetbrains.kotlin.references.fe10.base.KtFe10PolyVariantResolver.resolveToPsiElements(KtFe10PolyVariantResolver.kt:27) + at org.jetbrains.kotlin.references.fe10.base.KtFe10PolyVariantResolver.resolve(KtFe10PolyVariantResolver.kt:73) + at org.jetbrains.kotlin.references.fe10.base.KtFe10PolyVariantResolver.resolve(KtFe10PolyVariantResolver.kt:22) + at com.intellij.psi.impl.source.resolve.ResolveCache.lambda$resolveWithCaching$1(ResolveCache.java:167) + at com.intellij.psi.impl.source.resolve.ResolveCache$$Lambda/0x00000008027ec700.compute(Unknown Source) + at com.intellij.openapi.util.Computable.get(Computable.java:16) + at com.intellij.psi.impl.source.resolve.ResolveCache.lambda$loggingResolver$4(ResolveCache.java:242) + at com.intellij.psi.impl.source.resolve.ResolveCache$$Lambda/0x00000008027ec968.compute(Unknown Source) + at com.intellij.openapi.util.Computable.get(Computable.java:16) + at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:221) + at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:166) + at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:148) + at org.jetbrains.kotlin.idea.references.AbstractKtReference.multiResolve(KtReference.kt:33) + at com.intellij.psi.impl.source.resolve.reference.impl.PsiMultiReference.resolves(PsiMultiReference.java:37) + at com.intellij.psi.impl.source.resolve.reference.impl.PsiMultiReference.lambda$static$0(PsiMultiReference.java:21) + at com.intellij.psi.impl.source.resolve.reference.impl.PsiMultiReference$$Lambda/0x00000008030fbcd0.compare(Unknown Source) + at java.util.TimSort.countRunAndMakeAscending(java.base@21.0.4/TimSort.java:355) + at java.util.TimSort.sort(java.base@21.0.4/TimSort.java:220) + at java.util.Arrays.sort(java.base@21.0.4/Arrays.java:1234) + at com.intellij.psi.impl.source.resolve.reference.impl.PsiMultiReference.chooseReference(PsiMultiReference.java:56) + - locked <0x0000000747c56a48> (a com.intellij.psi.impl.source.resolve.reference.impl.PsiMultiReference) + at com.intellij.psi.impl.source.resolve.reference.impl.PsiMultiReference.resolve(PsiMultiReference.java:116) + at org.jetbrains.kotlin.idea.search.ideaExtensions.KotlinTargetElementEvaluator.getElementByReference(KotlinTargetElementEvaluator.kt:80) + at com.intellij.codeInsight.TargetElementUtilBase.getReferencedElement(TargetElementUtilBase.java:168) + at com.intellij.codeInsight.TargetElementUtilBase.doGetReferenceOrReferencedElement(TargetElementUtilBase.java:161) + at com.intellij.codeInsight.TargetElementUtilBase.getReferenceOrReferencedElement(TargetElementUtilBase.java:203) + at com.intellij.codeInsight.TargetElementUtilBase.getReferencedElement(TargetElementUtilBase.java:245) + at com.intellij.codeInsight.TargetElementUtilBase.doFindTargetElement(TargetElementUtilBase.java:225) + at com.intellij.codeInsight.TargetElementUtilBase.findTargetElement(TargetElementUtilBase.java:287) + at com.intellij.codeInsight.TargetElementUtil.findTargetElement(TargetElementUtil.java:148) + at com.intellij.model.psi.impl.TargetsKt.fromTargetEvaluator(targets.kt:175) + at com.intellij.model.psi.impl.TargetsKt.declarationsOrReferences(targets.kt:136) + at com.intellij.model.psi.impl.TargetsKt.declaredReferencedData(targets.kt:42) + at com.intellij.codeInsight.navigation.impl.GtduKt.fromTargetData(gtdu.kt:61) + at com.intellij.codeInsight.navigation.impl.GtduKt.gotoDeclarationOrUsagesInner$lambda$0(gtdu.kt:57) + at com.intellij.codeInsight.navigation.impl.GtduKt$$Lambda/0x0000000804108ed0.compute(Unknown Source) + at com.intellij.openapi.util.RecursionManager$1.computePreventingRecursion(RecursionManager.java:111) + at com.intellij.util.indexing.FileBasedIndexEx.ignoreDumbMode(FileBasedIndexEx.java:645) + at com.intellij.util.indexing.DumbModeAccessType.ignoreDumbMode(DumbModeAccessType.java:53) + at com.intellij.codeInsight.navigation.impl.GtduKt.gotoDeclarationOrUsagesInner(gtdu.kt:55) + at com.intellij.codeInsight.navigation.impl.GtduKt.access$gotoDeclarationOrUsagesInner(gtdu.kt:1) + at com.intellij.codeInsight.navigation.impl.GtduKt$gotoDeclarationOrUsages$1.invoke(gtdu.kt:21) + at com.intellij.codeInsight.navigation.impl.GtduKt$gotoDeclarationOrUsages$1.invoke(gtdu.kt:21) + at com.intellij.codeInsight.navigation.impl.CommonKt.processInjectionThenHost(common.kt:17) + at com.intellij.codeInsight.navigation.impl.GtduKt.gotoDeclarationOrUsages(gtdu.kt:21) + at com.intellij.codeInsight.navigation.actions.GotoDeclarationOrUsageHandler2$Companion.gotoDeclarationOrUsages(GotoDeclarationOrUsageHandler2.kt:36) + at com.intellij.codeInsight.navigation.actions.GotoDeclarationOrUsageHandler2$Companion.access$gotoDeclarationOrUsages(GotoDeclarationOrUsageHandler2.kt:32) + at com.intellij.codeInsight.navigation.actions.GotoDeclarationOrUsageHandler2.invoke$lambda$0(GotoDeclarationOrUsageHandler2.kt:80) + at com.intellij.codeInsight.navigation.actions.GotoDeclarationOrUsageHandler2$$Lambda/0x00000008042f5950.compute(Unknown Source) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runReadAction$lambda$3(AnyThreadWriteThreadingSupport.kt:219) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport$$Lambda/0x0000000800fcdaa8.compute(Unknown Source) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runReadAction(AnyThreadWriteThreadingSupport.kt:264) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runReadAction(AnyThreadWriteThreadingSupport.kt:219) + at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:852) + at com.intellij.openapi.actionSystem.ex.ActionUtil.underModalProgress$lambda$1(ActionUtil.kt:267) + at com.intellij.openapi.actionSystem.ex.ActionUtil$$Lambda/0x00000008042f5bb8.compute(Unknown Source) + at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:843) + at com.intellij.openapi.actionSystem.ex.ActionUtil.underModalProgress$lambda$2(ActionUtil.kt:268) + at com.intellij.openapi.actionSystem.ex.ActionUtil$$Lambda/0x00000008042f5df8.compute(Unknown Source) + at com.intellij.openapi.progress.impl.CoreProgressManager$1.run(CoreProgressManager.java:299) + at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:477) + at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:133) + at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressSynchronously$9(CoreProgressManager.java:567) + at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x00000008040c7120.run(Unknown Source) + at com.intellij.openapi.progress.impl.ProgressRunner.lambda$new$0(ProgressRunner.java:85) + at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x00000008040c7360.apply(Unknown Source) + at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:249) + at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080164e938.compute(Unknown Source) + at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98) + at com.intellij.openapi.progress.ProgressManager$$Lambda/0x0000000800f36af0.run(Unknown Source) + at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:221) + at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x00000008010a7418.invoke(Unknown Source) + at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:49) + at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:220) + at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000800f371b0.run(Unknown Source) + at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:660) + at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000800f37868.compute(Unknown Source) + at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:735) + at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:691) + at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:659) + at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:79) + at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:202) + at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98) + at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:249) + at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080164d4b8.apply(Unknown Source) + at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:501) + at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:466) + at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080164e020.run(Unknown Source) + at com.intellij.util.concurrency.ChildContext$runAsCoroutine$1.invoke(propagation.kt:92) + at com.intellij.util.concurrency.ChildContext$runAsCoroutine$1.invoke(propagation.kt:92) + at com.intellij.util.concurrency.ChildContext.runAsCoroutine(propagation.kt:97) + at com.intellij.util.concurrency.ChildContext.runAsCoroutine(propagation.kt:92) + at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:464) + at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080164dbb0.run(Unknown Source) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"process reaper (pid 111056)" #241 [110725] daemon prio=10 os_prio=0 cpu=9.85ms elapsed=1117.45s tid=0x00006496c8c72eb0 nid=110725 runnable [0x000070613bd14000] + java.lang.Thread.State: RUNNABLE + at java.lang.ProcessHandleImpl.waitForProcessExit0(java.base@21.0.4/Native Method) + at java.lang.ProcessHandleImpl$1.run(java.base@21.0.4/ProcessHandleImpl.java:163) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + at jdk.internal.misc.InnocuousThread.run(java.base@21.0.4/InnocuousThread.java:186) + +"PtyProcess Reaper for [/usr/bin/zsh, -i]" #243 [110729] daemon prio=4 os_prio=0 cpu=39.01ms elapsed=1117.43s tid=0x00006496cdadb660 nid=110729 runnable [0x00007060f7aad000] + java.lang.Thread.State: RUNNABLE + at com.sun.jna.Native.invokeInt(Native Method) + at com.sun.jna.Function.invoke(Function.java:429) + at com.sun.jna.Function.invoke(Function.java:364) + at com.sun.jna.Library$Handler.invoke(Library.java:270) + at com.pty4j.unix.$Proxy252.wait_for_child_process_exit(Unknown Source) + at com.pty4j.unix.NativePtyExecutor.waitForProcessExitAndGetExitCode(NativePtyExecutor.java:31) + at com.pty4j.unix.UnixPtyProcess$Reaper.run(UnixPtyProcess.java:399) + +"rd throttler" #392 [111819] daemon prio=6 os_prio=0 cpu=1.76ms elapsed=948.54s tid=0x00006496cecbfb60 nid=111819 in Object.wait() [0x00007061244fd000] + java.lang.Thread.State: WAITING (on object monitor) + at java.lang.Object.wait0(java.base@21.0.4/Native Method) + - waiting on <no object reference available> + at java.lang.Object.wait(java.base@21.0.4/Object.java:366) + at java.lang.Object.wait(java.base@21.0.4/Object.java:339) + at java.util.TimerThread.mainLoop(java.base@21.0.4/Timer.java:537) + - locked <0x0000000748d132e8> (a java.util.TaskQueue) + at java.util.TimerThread.run(java.base@21.0.4/Timer.java:516) + +"DefaultDispatcher-worker-3" #426 [112564] daemon prio=5 os_prio=0 cpu=5713.56ms elapsed=644.32s tid=0x00006496c8dca610 nid=112564 waiting on condition [0x00007060f08f7000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"JobScheduler FJ pool 0/11" #429 [112620] daemon prio=6 os_prio=0 cpu=4367.20ms elapsed=637.16s tid=0x00006496ce92cb40 nid=112620 waiting on condition [0x00007060f6da0000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000708c75bf8> (a java.util.concurrent.ForkJoinPool) + at java.util.concurrent.ForkJoinPool.awaitWork(java.base@21.0.4/ForkJoinPool.java:2145) + at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.4/ForkJoinPool.java:2036) + at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.4/ForkJoinWorkerThread.java:187) + +"JobScheduler FJ pool 1/11" #430 [112626] daemon prio=6 os_prio=0 cpu=292.20ms elapsed=635.34s tid=0x00006496d00e5230 nid=112626 waiting on condition [0x0000706201fb6000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000708c75bf8> (a java.util.concurrent.ForkJoinPool) + at java.util.concurrent.ForkJoinPool.awaitWork(java.base@21.0.4/ForkJoinPool.java:2145) + at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.4/ForkJoinPool.java:2036) + at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.4/ForkJoinWorkerThread.java:187) + +"JobScheduler FJ pool 2/11" #431 [112627] daemon prio=6 os_prio=0 cpu=1825.07ms elapsed=635.34s tid=0x00006496cca6ecb0 nid=112627 waiting on condition [0x00007062036fb000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000708c75bf8> (a java.util.concurrent.ForkJoinPool) + at java.util.concurrent.ForkJoinPool.awaitWork(java.base@21.0.4/ForkJoinPool.java:2145) + at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.4/ForkJoinPool.java:2036) + at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.4/ForkJoinWorkerThread.java:187) + +"JobScheduler FJ pool 4/11" #433 [112628] daemon prio=6 os_prio=0 cpu=1885.66ms elapsed=635.33s tid=0x00006496d21edf50 nid=112628 waiting on condition [0x0000706200c96000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000708c75bf8> (a java.util.concurrent.ForkJoinPool) + at java.util.concurrent.ForkJoinPool.awaitWork(java.base@21.0.4/ForkJoinPool.java:2145) + at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.4/ForkJoinPool.java:2036) + at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.4/ForkJoinWorkerThread.java:187) + +"JobScheduler FJ pool 3/11" #432 [112629] daemon prio=6 os_prio=0 cpu=709.06ms elapsed=635.33s tid=0x00006496cd46b8b0 nid=112629 waiting on condition [0x00007060f79ac000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000708c75bf8> (a java.util.concurrent.ForkJoinPool) + at java.util.concurrent.ForkJoinPool.awaitWork(java.base@21.0.4/ForkJoinPool.java:2145) + at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.4/ForkJoinPool.java:2036) + at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.4/ForkJoinWorkerThread.java:187) + +"JobScheduler FJ pool 5/11" #434 [112630] daemon prio=6 os_prio=0 cpu=1082.30ms elapsed=635.32s tid=0x00006496d0c079e0 nid=112630 waiting on condition [0x00007061f952b000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000708c75bf8> (a java.util.concurrent.ForkJoinPool) + at java.util.concurrent.ForkJoinPool.awaitWork(java.base@21.0.4/ForkJoinPool.java:2145) + at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.4/ForkJoinPool.java:2036) + at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.4/ForkJoinWorkerThread.java:187) + +"JobScheduler FJ pool 6/11" #436 [112633] daemon prio=6 os_prio=0 cpu=383.19ms elapsed=634.08s tid=0x00006496d1e81310 nid=112633 waiting on condition [0x0000706202bba000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000708c75bf8> (a java.util.concurrent.ForkJoinPool) + at java.util.concurrent.ForkJoinPool.awaitWork(java.base@21.0.4/ForkJoinPool.java:2145) + at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.4/ForkJoinPool.java:2036) + at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.4/ForkJoinWorkerThread.java:187) + +"JobScheduler FJ pool 10/11" #440 [112634] daemon prio=6 os_prio=0 cpu=1904.85ms elapsed=634.08s tid=0x00006496d3b61b60 nid=112634 waiting on condition [0x00007060f0ffe000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000708c75bf8> (a java.util.concurrent.ForkJoinPool) + at java.util.concurrent.ForkJoinPool.awaitWork(java.base@21.0.4/ForkJoinPool.java:2145) + at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.4/ForkJoinPool.java:2036) + at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.4/ForkJoinWorkerThread.java:187) + +"JobScheduler FJ pool 8/11" #438 [112635] daemon prio=6 os_prio=0 cpu=4377.63ms elapsed=634.07s tid=0x00006496ce01e560 nid=112635 waiting on condition [0x00007062095fe000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000708c75bf8> (a java.util.concurrent.ForkJoinPool) + at java.util.concurrent.ForkJoinPool.awaitWork(java.base@21.0.4/ForkJoinPool.java:2145) + at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.4/ForkJoinPool.java:2036) + at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.4/ForkJoinWorkerThread.java:187) + +"JobScheduler FJ pool 9/11" #439 [112636] daemon prio=6 os_prio=0 cpu=456.87ms elapsed=634.07s tid=0x00006496cd819b50 nid=112636 waiting on condition [0x00007062008ba000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000708c75bf8> (a java.util.concurrent.ForkJoinPool) + at java.util.concurrent.ForkJoinPool.awaitWork(java.base@21.0.4/ForkJoinPool.java:2145) + at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.4/ForkJoinPool.java:2036) + at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.4/ForkJoinWorkerThread.java:187) + +"JobScheduler FJ pool 7/11" #437 [112637] daemon prio=6 os_prio=0 cpu=789.13ms elapsed=634.07s tid=0x00006496d40cb0e0 nid=112637 waiting on condition [0x0000706200d97000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000708c75bf8> (a java.util.concurrent.ForkJoinPool) + at java.util.concurrent.ForkJoinPool.awaitWork(java.base@21.0.4/ForkJoinPool.java:2145) + at java.util.concurrent.ForkJoinPool.runWorker(java.base@21.0.4/ForkJoinPool.java:2036) + at java.util.concurrent.ForkJoinWorkerThread.run(java.base@21.0.4/ForkJoinWorkerThread.java:187) + +"Reader thread for BuildOutputInstantReaderImpl@146,741,617" #443 [112641] prio=4 os_prio=0 cpu=104.96ms elapsed=633.40s tid=0x00006496d22dbab0 nid=112641 waiting on condition [0x00007060f0cfb000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000741c00000> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:269) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(java.base@21.0.4/AbstractQueuedSynchronizer.java:1758) + at java.util.concurrent.LinkedBlockingQueue.poll(java.base@21.0.4/LinkedBlockingQueue.java:460) + at com.intellij.build.output.BuildOutputInstantReaderImpl.doReadLine(BuildOutputInstantReaderImpl.kt:142) + at com.intellij.build.output.BuildOutputInstantReaderImpl.readerRunnable$lambda$2(BuildOutputInstantReaderImpl.kt:53) + at com.intellij.build.output.BuildOutputInstantReaderImpl$$Lambda/0x00000008039190d8.run(Unknown Source) + at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:218) + at com.intellij.util.ConcurrencyUtil.lambda$underThreadNameRunnable$3(ConcurrencyUtil.java:206) + at com.intellij.util.ConcurrencyUtil$$Lambda/0x00000008032dc900.run(Unknown Source) + at java.util.concurrent.Executors$RunnableAdapter.call(java.base@21.0.4/Executors.java:572) + at java.util.concurrent.FutureTask.run(java.base@21.0.4/FutureTask.java:317) + at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"ApplicationImpl pooled thread 26" #445 [112644] prio=4 os_prio=0 cpu=141.09ms elapsed=633.09s tid=0x00006496d401cad0 nid=112644 waiting on condition [0x00007060f51fc000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x00000007323841a0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) + at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@21.0.4/AbstractQueuedSynchronizer.java:519) + at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@21.0.4/ForkJoinPool.java:4013) + at java.util.concurrent.ForkJoinPool.managedBlock(java.base@21.0.4/ForkJoinPool.java:3961) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.4/AbstractQueuedSynchronizer.java:1707) + at java.util.concurrent.ArrayBlockingQueue.take(java.base@21.0.4/ArrayBlockingQueue.java:420) + at org.gradle.tooling.internal.consumer.BlockingResultHandler.getResult(BlockingResultHandler.java:40) + at org.gradle.tooling.internal.consumer.DefaultBuildLauncher.run(DefaultBuildLauncher.java:83) + at org.jetbrains.plugins.gradle.service.task.GradleTaskManager.executeTasks(GradleTaskManager.java:166) + at org.jetbrains.plugins.gradle.service.task.GradleTaskManager.lambda$executeTasks$1(GradleTaskManager.java:119) + at org.jetbrains.plugins.gradle.service.task.GradleTaskManager$$Lambda/0x00000008048b2428.fun(Unknown Source) + at org.jetbrains.plugins.gradle.service.execution.GradleExecutionHelper.lambda$execute$0(GradleExecutionHelper.java:114) + at org.jetbrains.plugins.gradle.service.execution.GradleExecutionHelper$$Lambda/0x0000000803968d28.get(Unknown Source) + at org.jetbrains.plugins.gradle.service.execution.SystemPropertiesAdjuster$Companion.executeAdjusted(SystemPropertiesAdjuster.kt:49) + at org.jetbrains.plugins.gradle.service.execution.SystemPropertiesAdjuster.executeAdjusted(SystemPropertiesAdjuster.kt) + at org.jetbrains.plugins.gradle.service.execution.GradleExecutionHelper.lambda$execute$1(GradleExecutionHelper.java:114) + at org.jetbrains.plugins.gradle.service.execution.GradleExecutionHelper$$Lambda/0x0000000803959678.apply(Unknown Source) + at org.jetbrains.plugins.gradle.GradleConnectorService$Companion.withGradleConnection$lambda$3(GradleConnectorService.kt:254) + at org.jetbrains.plugins.gradle.GradleConnectorService$Companion$$Lambda/0x0000000803959f60.apply(Unknown Source) + at com.intellij.openapi.externalSystem.util.ExternalSystemTelemetryUtil.lambda$computeWithSpan$0(ExternalSystemTelemetryUtil.java:24) + at com.intellij.openapi.externalSystem.util.ExternalSystemTelemetryUtil$$Lambda/0x000000080394af68.invoke(Unknown Source) + at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.computeWithSpan(trace.kt:233) + at com.intellij.openapi.externalSystem.util.ExternalSystemTelemetryUtil.computeWithSpan(ExternalSystemTelemetryUtil.java:24) + at org.jetbrains.plugins.gradle.GradleConnectorService$Companion.withGradleConnection(GradleConnectorService.kt:246) + at org.jetbrains.plugins.gradle.GradleConnectorService.withGradleConnection(GradleConnectorService.kt) + at org.jetbrains.plugins.gradle.service.execution.GradleExecutionHelper.execute(GradleExecutionHelper.java:110) + at org.jetbrains.plugins.gradle.service.task.GradleTaskManager.executeTasks(GradleTaskManager.java:118) + at org.jetbrains.plugins.gradle.service.task.GradleTaskManager.executeTasks(GradleTaskManager.java:75) + at com.intellij.openapi.externalSystem.service.remote.RemoteExternalSystemTaskManagerImpl.lambda$executeTasks$0(RemoteExternalSystemTaskManagerImpl.java:43) + at com.intellij.openapi.externalSystem.service.remote.RemoteExternalSystemTaskManagerImpl$$Lambda/0x00000008048b7848.get(Unknown Source) + at com.intellij.openapi.externalSystem.service.remote.AbstractRemoteExternalSystemService.execute(AbstractRemoteExternalSystemService.java:40) + at com.intellij.openapi.externalSystem.service.remote.RemoteExternalSystemTaskManagerImpl.executeTasks(RemoteExternalSystemTaskManagerImpl.java:42) + at com.intellij.openapi.externalSystem.service.internal.ExternalSystemExecuteTaskTask.executeTasks(ExternalSystemExecuteTaskTask.java:116) + at com.intellij.openapi.externalSystem.service.internal.ExternalSystemExecuteTaskTask.doExecute(ExternalSystemExecuteTaskTask.java:100) + at com.intellij.openapi.externalSystem.service.internal.AbstractExternalSystemTask.lambda$execute$0(AbstractExternalSystemTask.java:141) + at com.intellij.openapi.externalSystem.service.internal.AbstractExternalSystemTask$$Lambda/0x000000080391bb50.run(Unknown Source) + at com.intellij.openapi.externalSystem.service.internal.AbstractExternalSystemTask.withExecutionProgressManager(AbstractExternalSystemTask.java:219) + at com.intellij.openapi.externalSystem.service.internal.AbstractExternalSystemTask.lambda$execute$1(AbstractExternalSystemTask.java:140) + at com.intellij.openapi.externalSystem.service.internal.AbstractExternalSystemTask$$Lambda/0x000000080391b910.run(Unknown Source) + at com.intellij.openapi.externalSystem.service.internal.AbstractExternalSystemTask.withProcessingManager(AbstractExternalSystemTask.java:208) + at com.intellij.openapi.externalSystem.service.internal.AbstractExternalSystemTask.execute(AbstractExternalSystemTask.java:139) + at com.intellij.openapi.externalSystem.service.internal.AbstractExternalSystemTask.execute(AbstractExternalSystemTask.java:122) + at com.intellij.openapi.externalSystem.service.execution.ExternalSystemRunnableState.executeTask(ExternalSystemRunnableState.java:396) + at com.intellij.openapi.externalSystem.service.execution.ExternalSystemRunnableState.lambda$execute$1(ExternalSystemRunnableState.java:242) + at com.intellij.openapi.externalSystem.service.execution.ExternalSystemRunnableState$$Lambda/0x00000008048809e0.run(Unknown Source) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport$executeOnPooledThread$1.run(AnyThreadWriteThreadingSupport.kt:134) + at java.util.concurrent.Executors$RunnableAdapter.call(java.base@21.0.4/Executors.java:572) + at com.intellij.util.concurrency.ContextCallable.call(ContextCallable.java:32) + at java.util.concurrent.FutureTask.run(java.base@21.0.4/FutureTask.java:317) + at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"Connection worker Thread 2" #450 [112695] prio=4 os_prio=0 cpu=53.85ms elapsed=581.55s tid=0x00006496d153b510 nid=112695 runnable [0x00007062035f9000] + java.lang.Thread.State: RUNNABLE + at sun.nio.ch.EPoll.wait(java.base@21.0.4/Native Method) + at sun.nio.ch.EPollSelectorImpl.doSelect(java.base@21.0.4/EPollSelectorImpl.java:121) + at sun.nio.ch.SelectorImpl.lockAndDoSelect(java.base@21.0.4/SelectorImpl.java:130) + - locked <0x0000000741c1a1f8> (a sun.nio.ch.Util$2) + - locked <0x0000000741c1a1a8> (a sun.nio.ch.EPollSelectorImpl) + at sun.nio.ch.SelectorImpl.select(java.base@21.0.4/SelectorImpl.java:147) + at org.gradle.internal.remote.internal.inet.SocketConnection$SocketInputStream.read(SocketConnection.java:185) + at com.esotericsoftware.kryo.io.Input.fill(Input.java:146) + at com.esotericsoftware.kryo.io.Input.require(Input.java:178) + at com.esotericsoftware.kryo.io.Input.readVarInt(Input.java:355) + at com.esotericsoftware.kryo.io.Input.readInt(Input.java:350) + at org.gradle.internal.serialize.kryo.KryoBackedDecoder.readSmallInt(KryoBackedDecoder.java:133) + at org.gradle.internal.serialize.DefaultSerializerRegistry$TaggedTypeSerializer.read(DefaultSerializerRegistry.java:159) + at org.gradle.internal.serialize.Serializers$StatefulSerializerAdapter$1.read(Serializers.java:36) + at org.gradle.internal.remote.internal.inet.SocketConnection.receive(SocketConnection.java:81) + at org.gradle.launcher.daemon.client.DaemonClientConnection.receive(DaemonClientConnection.java:77) + at org.gradle.launcher.daemon.client.DaemonClientConnection.receive(DaemonClientConnection.java:35) + at org.gradle.launcher.daemon.client.DaemonClient.monitorBuild(DaemonClient.java:250) + at org.gradle.launcher.daemon.client.DaemonClient.executeBuild(DaemonClient.java:212) + at org.gradle.launcher.daemon.client.DaemonClient.execute(DaemonClient.java:162) + at org.gradle.launcher.daemon.client.DaemonClient.execute(DaemonClient.java:98) + at org.gradle.tooling.internal.provider.DaemonBuildActionExecuter.execute(DaemonBuildActionExecuter.java:44) + at org.gradle.tooling.internal.provider.DaemonBuildActionExecuter.execute(DaemonBuildActionExecuter.java:30) + at org.gradle.tooling.internal.provider.LoggingBridgingBuildActionExecuter.execute(LoggingBridgingBuildActionExecuter.java:56) + at org.gradle.tooling.internal.provider.LoggingBridgingBuildActionExecuter.execute(LoggingBridgingBuildActionExecuter.java:37) + at org.gradle.tooling.internal.provider.ProviderConnection.run(ProviderConnection.java:265) + at org.gradle.tooling.internal.provider.ProviderConnection.run(ProviderConnection.java:172) + at org.gradle.tooling.internal.provider.DefaultConnection.getModel(DefaultConnection.java:149) + at org.gradle.tooling.internal.consumer.connection.CancellableModelBuilderBackedModelProducer.produceModel(CancellableModelBuilderBackedModelProducer.java:54) + at org.gradle.tooling.internal.consumer.connection.PluginClasspathInjectionSupportedCheckModelProducer.produceModel(PluginClasspathInjectionSupportedCheckModelProducer.java:38) + at org.gradle.tooling.internal.consumer.connection.AbstractConsumerConnection.run(AbstractConsumerConnection.java:64) + at org.gradle.tooling.internal.consumer.connection.ParameterValidatingConsumerConnection.run(ParameterValidatingConsumerConnection.java:49) + at org.gradle.tooling.internal.consumer.DefaultBuildLauncher$1.run(DefaultBuildLauncher.java:97) + at org.gradle.tooling.internal.consumer.DefaultBuildLauncher$1.run(DefaultBuildLauncher.java:89) + at org.gradle.tooling.internal.consumer.connection.LazyConsumerActionExecutor.run(LazyConsumerActionExecutor.java:143) + at org.gradle.tooling.internal.consumer.connection.CancellableConsumerActionExecutor.run(CancellableConsumerActionExecutor.java:45) + at org.gradle.tooling.internal.consumer.connection.ProgressLoggingConsumerActionExecutor.run(ProgressLoggingConsumerActionExecutor.java:61) + at org.gradle.tooling.internal.consumer.connection.RethrowingErrorsConsumerActionExecutor.run(RethrowingErrorsConsumerActionExecutor.java:38) + at org.gradle.tooling.internal.consumer.async.DefaultAsyncConsumerActionExecutor$1$1.run(DefaultAsyncConsumerActionExecutor.java:67) + at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) + at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:47) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"pool-4-thread-1" #451 [112696] prio=5 os_prio=0 cpu=194.46ms elapsed=581.53s tid=0x00006496a5d85ab0 nid=112696 waiting on condition [0x0000706202cbb000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x000000073236bab8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:269) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(java.base@21.0.4/AbstractQueuedSynchronizer.java:1758) + at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.4/ScheduledThreadPoolExecutor.java:1182) + at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@21.0.4/ScheduledThreadPoolExecutor.java:899) + at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.4/ThreadPoolExecutor.java:1070) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1130) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"DisconnectableInputStream source reader" #452 [112701] daemon prio=4 os_prio=0 cpu=0.45ms elapsed=581.50s tid=0x00006496ce3749b0 nid=112701 runnable [0x00007060f7db0000] + java.lang.Thread.State: RUNNABLE + at sun.nio.ch.UnixFileDispatcherImpl.read0(java.base@21.0.4/Native Method) + at sun.nio.ch.UnixFileDispatcherImpl.read(java.base@21.0.4/UnixFileDispatcherImpl.java:51) + at sun.nio.ch.IOUtil.readIntoNativeBuffer(java.base@21.0.4/IOUtil.java:340) + at sun.nio.ch.IOUtil.read(java.base@21.0.4/IOUtil.java:306) + at sun.nio.ch.IOUtil.read(java.base@21.0.4/IOUtil.java:269) + at sun.nio.ch.SourceChannelImpl.read(java.base@21.0.4/SourceChannelImpl.java:314) + at sun.nio.ch.ChannelInputStream.read(java.base@21.0.4/ChannelInputStream.java:71) + - locked <0x0000000741c11788> (a java.lang.Object) + at sun.nio.ch.ChannelInputStream.read(java.base@21.0.4/ChannelInputStream.java:103) + - locked <0x0000000741c11798> (a sun.nio.ch.ChannelInputStream) + at java.io.BufferedInputStream.read1(java.base@21.0.4/BufferedInputStream.java:345) + at java.io.BufferedInputStream.implRead(java.base@21.0.4/BufferedInputStream.java:420) + at java.io.BufferedInputStream.read(java.base@21.0.4/BufferedInputStream.java:399) + at com.intellij.openapi.externalSystem.util.DiscardingInputStream$read$3.invoke(DiscardingInputStream.kt:35) + at com.intellij.openapi.externalSystem.util.DiscardingInputStream$read$3.invoke(DiscardingInputStream.kt:34) + at com.intellij.openapi.externalSystem.util.DiscardingInputStream.inputStreamReadAction(DiscardingInputStream.kt:57) + at com.intellij.openapi.externalSystem.util.DiscardingInputStream.read(DiscardingInputStream.kt:34) + at org.gradle.util.internal.DisconnectableInputStream$1.run(DisconnectableInputStream.java:98) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"Forward input" #453 [112703] prio=4 os_prio=0 cpu=0.07ms elapsed=581.50s tid=0x00006496c8cf8b10 nid=112703 waiting on condition [0x00007061293fe000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000741c08b88> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) + at java.util.concurrent.locks.LockSupport.park(java.base@21.0.4/LockSupport.java:371) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@21.0.4/AbstractQueuedSynchronizer.java:519) + at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@21.0.4/ForkJoinPool.java:4013) + at java.util.concurrent.ForkJoinPool.managedBlock(java.base@21.0.4/ForkJoinPool.java:3961) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@21.0.4/AbstractQueuedSynchronizer.java:1707) + at org.gradle.util.internal.DisconnectableInputStream.read(DisconnectableInputStream.java:140) + at org.gradle.launcher.daemon.client.InputForwarder$1.run(InputForwarder.java:81) + at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64) + at org.gradle.internal.concurrent.AbstractManagedExecutor$1.run(AbstractManagedExecutor.java:47) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"DefaultDispatcher-worker-4" #455 [113566] daemon prio=5 os_prio=0 cpu=5549.54ms elapsed=565.67s tid=0x00006496a54b4570 nid=113566 waiting on condition [0x00007061f99fe000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"DefaultDispatcher-worker-6" #457 [113963] daemon prio=5 os_prio=0 cpu=5358.91ms elapsed=473.24s tid=0x00006496a148a2d0 nid=113963 waiting on condition [0x00007060f0efd000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"DefaultDispatcher-worker-11" #458 [113964] daemon prio=5 os_prio=0 cpu=5621.85ms elapsed=473.11s tid=0x00006496cc4ed780 nid=113964 waiting on condition [0x00007060f74a7000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"DefaultDispatcher-worker-1" #459 [113965] daemon prio=5 os_prio=0 cpu=5264.30ms elapsed=473.01s tid=0x00006496ce6874a0 nid=113965 waiting on condition [0x00007060f78ab000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"DefaultDispatcher-worker-10" #460 [114073] daemon prio=5 os_prio=0 cpu=6150.66ms elapsed=463.01s tid=0x00006496cc22dd70 nid=114073 waiting on condition [0x00007060f6a9d000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"DefaultDispatcher-worker-2" #461 [114076] daemon prio=5 os_prio=0 cpu=6277.31ms elapsed=461.40s tid=0x00006496cdf7d9d0 nid=114076 waiting on condition [0x00007061ffcfd000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"DefaultDispatcher-worker-13" #463 [114548] daemon prio=5 os_prio=0 cpu=998.43ms elapsed=284.40s tid=0x00006496cc0ed750 nid=114548 waiting on condition [0x00007061f6ffe000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"DefaultDispatcher-worker-14" #464 [114549] daemon prio=5 os_prio=0 cpu=980.38ms elapsed=284.40s tid=0x00006496a1402ab0 nid=114549 waiting on condition [0x0000706200316000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"DefaultDispatcher-worker-15" #465 [114550] daemon prio=5 os_prio=0 cpu=857.00ms elapsed=284.40s tid=0x00006496c8dc3520 nid=114550 waiting on condition [0x00007061f77fe000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"ApplicationImpl pooled thread 30" #466 [114551] prio=4 os_prio=0 cpu=499.69ms elapsed=284.39s tid=0x00006496cc77dfa0 nid=114551 waiting on condition [0x00007060f6fa2000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x000000070acb88e8> (a java.util.concurrent.SynchronousQueue$Transferer) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at java.util.concurrent.LinkedTransferQueue$DualNode.await(java.base@21.0.4/LinkedTransferQueue.java:452) + at java.util.concurrent.SynchronousQueue$Transferer.xferLifo(java.base@21.0.4/SynchronousQueue.java:194) + at java.util.concurrent.SynchronousQueue.xfer(java.base@21.0.4/SynchronousQueue.java:235) + at java.util.concurrent.SynchronousQueue.poll(java.base@21.0.4/SynchronousQueue.java:338) + at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.4/ThreadPoolExecutor.java:1069) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1130) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"ApplicationImpl pooled thread 31" #467 [114552] prio=4 os_prio=0 cpu=866.99ms elapsed=284.38s tid=0x00006496a54b3d60 nid=114552 waiting on condition [0x000070613b3fe000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x000000070acb88e8> (a java.util.concurrent.SynchronousQueue$Transferer) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at java.util.concurrent.LinkedTransferQueue$DualNode.await(java.base@21.0.4/LinkedTransferQueue.java:452) + at java.util.concurrent.SynchronousQueue$Transferer.xferLifo(java.base@21.0.4/SynchronousQueue.java:194) + at java.util.concurrent.SynchronousQueue.xfer(java.base@21.0.4/SynchronousQueue.java:235) + at java.util.concurrent.SynchronousQueue.poll(java.base@21.0.4/SynchronousQueue.java:338) + at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.4/ThreadPoolExecutor.java:1069) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1130) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"ApplicationImpl pooled thread 32" #472 [114567] prio=4 os_prio=0 cpu=47846.30ms elapsed=277.34s tid=0x00006496b92264a0 nid=114567 runnable [0x00007060f7ca7000] + java.lang.Thread.State: RUNNABLE + at org.jetbrains.kotlin.types.checker.ClassicTypeSystemContext$DefaultImpls.getType(ClassicTypeSystemContext.kt:241) + at org.jetbrains.kotlin.resolve.calls.components.ClassicTypeSystemContextForCS.getType(ClassicTypeSystemContextForCS.kt:21) + at org.jetbrains.kotlin.resolve.calls.inference.model.NewConstraintSystemImpl.getType(NewConstraintSystemImpl.kt) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector$TypeCheckerStateForConstraintInjector.getType(ConstraintInjector.kt) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporatorKt.getNestedArguments(ConstraintIncorporator.kt:366) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporatorKt.access$getNestedArguments(ConstraintIncorporator.kt:1) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.containsConstrainingTypeWithoutProjection(ConstraintIncorporator.kt:304) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.addNewConstraint(ConstraintIncorporator.kt:272) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.approximateIfNeededAndAddNewConstraint(ConstraintIncorporator.kt:223) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.generateNewConstraint(ConstraintIncorporator.kt:193) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.insideOtherConstraint(ConstraintIncorporator.kt:117) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.incorporate(ConstraintIncorporator.kt:55) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processGivenConstraints(ConstraintInjector.kt:243) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processConstraintsIgnoringForksData(ConstraintInjector.kt:196) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processConstraints(ConstraintInjector.kt:173) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processConstraints$default(ConstraintInjector.kt:168) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.addSubTypeConstraintAndIncorporateIt(ConstraintInjector.kt:114) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.addInitialSubtypeConstraint(ConstraintInjector.kt:71) + at org.jetbrains.kotlin.resolve.calls.inference.model.NewConstraintSystemImpl.addSubtypeConstraint(NewConstraintSystemImpl.kt:199) + at org.jetbrains.kotlin.resolve.calls.components.SimpleArgumentsChecksKt.checkSubCallArgument(SimpleArgumentsChecks.kt:225) + at org.jetbrains.kotlin.resolve.calls.components.SimpleArgumentsChecksKt.checkSimpleArgument(SimpleArgumentsChecks.kt:62) + at org.jetbrains.kotlin.resolve.calls.components.PostponeArgumentsChecksKt.resolveKtPrimitive(PostponeArgumentsChecks.kt:40) + at org.jetbrains.kotlin.resolve.calls.components.ResolutionPartsKt.resolveKotlinArgument(ResolutionParts.kt:529) + at org.jetbrains.kotlin.resolve.calls.components.ResolutionPartsKt.access$resolveKotlinArgument(ResolutionParts.kt:1) + at org.jetbrains.kotlin.resolve.calls.components.CheckArgumentsInParenthesis.process(ResolutionParts.kt:747) + at org.jetbrains.kotlin.resolve.calls.components.candidate.ResolutionCandidate.processPart(ResolutionCandidate.kt:136) + at org.jetbrains.kotlin.resolve.calls.components.candidate.ResolutionCandidate.processPart$default(ResolutionCandidate.kt:131) + at org.jetbrains.kotlin.resolve.calls.components.candidate.ResolutionCandidate.processParts(ResolutionCandidate.kt:122) + at org.jetbrains.kotlin.resolve.calls.components.candidate.ResolutionCandidate.isSuccessful(ResolutionCandidate.kt:31) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$SuccessfulResultCollector.pushCandidates(TowerResolver.kt:466) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:389) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:95) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:207) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:216) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.processImplicitReceiver(TowerResolver.kt:326) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processLexicalScope(TowerResolver.kt:250) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:305) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:114) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:101) + at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:184) + at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:41) + at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:114) + at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602) + at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213) + at org.jetbrains.kotlin.resolve.calls.CallResolver$$Lambda/0x0000000802ccd008.invoke(Unknown Source) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211) + at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199) + at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329) + at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86) + at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208) + at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185) + at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:396) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForBlock.visitCallExpression(ExpressionTypingVisitorDispatcher.java:59) + at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:175) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$$Lambda/0x0000000802cc3be8.invoke(Unknown Source) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:134) + at org.jetbrains.kotlin.types.expressions.ControlStructureTypingVisitor.visitReturnExpression(ControlStructureTypingVisitor.java:914) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitReturnExpression(ExpressionTypingVisitorDispatcher.java:287) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForBlock.visitReturnExpression(ExpressionTypingVisitorDispatcher.java:59) + at org.jetbrains.kotlin.psi.KtReturnExpression.accept(KtReturnExpression.java:33) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:175) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$$Lambda/0x0000000802cc3be8.invoke(Unknown Source) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:134) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitExpression(ExpressionTypingVisitorForStatements.java:543) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitExpression(ExpressionTypingVisitorForStatements.java:73) + at org.jetbrains.kotlin.psi.KtVisitor.visitExpressionWithLabel(KtVisitor.java:240) + at org.jetbrains.kotlin.psi.KtVisitor.visitReturnExpression(KtVisitor.java:236) + at org.jetbrains.kotlin.psi.KtReturnExpression.accept(KtReturnExpression.java:33) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:175) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$$Lambda/0x0000000802cc3be8.invoke(Unknown Source) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeOfLastExpressionInBlock(ExpressionTypingServices.java:451) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:328) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:586) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:73) + at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:78) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:175) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$$Lambda/0x0000000802cc3be8.invoke(Unknown Source) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166) + at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1054) + at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:997) + at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:710) + at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:427) + at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:225) + at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:283) + at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$3.invoke(ModuleResolutionFacadeImpl.kt:53) + at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$3.invoke(ModuleResolutionFacadeImpl.kt:52) + at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59) + at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105) + at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:64) + at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:52) + at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:43) + at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:130) + at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.safeAnalyzeNonSourceRootCode(ExtendedResolutionApi.kt:164) + at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.safeAnalyzeNonSourceRootCode(ExtendedResolutionApi.kt:158) + at org.jetbrains.kotlin.idea.references.KtFe10ReferenceResolutionHelperImpl.partialAnalyze(KtFe10ReferenceResolutionHelperImpl.kt:50) + at org.jetbrains.kotlin.references.fe10.base.KtFe10PolyVariantResolver.resolveToPsiElements(KtFe10PolyVariantResolver.kt:27) + at org.jetbrains.kotlin.references.fe10.base.KtFe10PolyVariantResolver.resolve(KtFe10PolyVariantResolver.kt:73) + at org.jetbrains.kotlin.references.fe10.base.KtFe10PolyVariantResolver.resolve(KtFe10PolyVariantResolver.kt:22) + at com.intellij.psi.impl.source.resolve.ResolveCache.lambda$resolveWithCaching$1(ResolveCache.java:167) + at com.intellij.psi.impl.source.resolve.ResolveCache$$Lambda/0x00000008027ec700.compute(Unknown Source) + at com.intellij.openapi.util.Computable.get(Computable.java:16) + at com.intellij.psi.impl.source.resolve.ResolveCache.lambda$loggingResolver$4(ResolveCache.java:242) + at com.intellij.psi.impl.source.resolve.ResolveCache$$Lambda/0x00000008027ec968.compute(Unknown Source) + at com.intellij.openapi.util.Computable.get(Computable.java:16) + at com.intellij.psi.impl.source.resolve.ResolveCache.resolve(ResolveCache.java:221) + at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:166) + at com.intellij.psi.impl.source.resolve.ResolveCache.resolveWithCaching(ResolveCache.java:148) + at org.jetbrains.kotlin.idea.references.AbstractKtReference.multiResolve(KtReference.kt:33) + at org.jetbrains.kotlin.idea.references.ReferenceUtilsKt.getUnwrappedTargets(referenceUtils.kt:46) + at org.jetbrains.kotlin.idea.references.AbstractKtReference.isReferenceTo(KtReference.kt:113) + at org.jetbrains.kotlin.idea.references.KtSimpleNameReference.isReferenceTo(KtSimpleNameReference.kt:23) + at com.intellij.psi.search.SingleTargetRequestResultProcessor.processTextOccurrence(SingleTargetRequestResultProcessor.java:36) + at com.intellij.psi.impl.search.PsiSearchHelperImpl$6.lambda$execute$0(PsiSearchHelperImpl.java:1098) + at com.intellij.psi.impl.search.PsiSearchHelperImpl$6$$Lambda/0x0000000802f3fb20.execute(Unknown Source) + at com.intellij.psi.impl.search.LowLevelSearchUtil.processTreeUp(LowLevelSearchUtil.java:90) + at com.intellij.psi.impl.search.LowLevelSearchUtil.lambda$processElementsAtOffsets$0(LowLevelSearchUtil.java:181) + at com.intellij.psi.impl.search.LowLevelSearchUtil$$Lambda/0x0000000802f46000.execute(Unknown Source) + at com.intellij.psi.impl.search.LowLevelSearchUtil.processOffsets(LowLevelSearchUtil.java:210) + at com.intellij.psi.impl.search.LowLevelSearchUtil.processElementsAtOffsets(LowLevelSearchUtil.java:180) + at com.intellij.psi.impl.search.PsiSearchHelperImpl$6.execute(PsiSearchHelperImpl.java:1094) + at com.intellij.psi.impl.search.PsiSearchHelperImpl$1.processInReadAction(PsiSearchHelperImpl.java:254) + at com.intellij.psi.impl.search.PsiSearchHelperImpl$1.processInReadAction(PsiSearchHelperImpl.java:238) + at com.intellij.openapi.application.ReadActionProcessor.lambda$process$0(ReadActionProcessor.java:11) + at com.intellij.openapi.application.ReadActionProcessor$$Lambda/0x0000000802c67d10.compute(Unknown Source) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runReadAction(AnyThreadWriteThreadingSupport.kt:228) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runReadAction(AnyThreadWriteThreadingSupport.kt:221) + at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:857) + at com.intellij.openapi.application.ReadAction.compute(ReadAction.java:66) + at com.intellij.openapi.application.ReadActionProcessor.process(ReadActionProcessor.java:11) + at com.intellij.concurrency.JobLauncherImpl.lambda$processImmediatelyIfTooFew$6(JobLauncherImpl.java:215) + at com.intellij.concurrency.JobLauncherImpl$$Lambda/0x00000008025c4900.run(Unknown Source) + at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:660) + at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000800f37868.compute(Unknown Source) + at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:735) + at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:691) + at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:659) + at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:79) + at com.intellij.concurrency.JobLauncherImpl.lambda$processImmediatelyIfTooFew$7(JobLauncherImpl.java:211) + at com.intellij.concurrency.JobLauncherImpl$$Lambda/0x00000008025c46c0.run(Unknown Source) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runReadAction$lambda$2(AnyThreadWriteThreadingSupport.kt:217) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport$$Lambda/0x00000008010b1b58.compute(Unknown Source) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runReadAction(AnyThreadWriteThreadingSupport.kt:228) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runReadAction(AnyThreadWriteThreadingSupport.kt:217) + at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:847) + at com.intellij.concurrency.JobLauncherImpl.processImmediatelyIfTooFew(JobLauncherImpl.java:222) + at com.intellij.concurrency.JobLauncherImpl.invokeConcurrentlyUnderProgressAsync(JobLauncherImpl.java:61) + at com.intellij.concurrency.JobLauncherImpl.invokeConcurrentlyUnderProgress(JobLauncherImpl.java:48) + at com.intellij.concurrency.JobLauncher.invokeConcurrentlyUnderProgress(JobLauncher.java:51) + at com.intellij.psi.impl.search.PsiSearchHelperImpl.bulkProcessElementsWithWord(PsiSearchHelperImpl.java:262) + at com.intellij.psi.impl.search.PsiSearchHelperImpl.processSingleRequest(PsiSearchHelperImpl.java:1177) + at com.intellij.psi.impl.search.PsiSearchHelperImpl.processRequests(PsiSearchHelperImpl.java:834) + at com.intellij.psi.search.SearchRequestQuery.processResults(SearchRequestQuery.java:21) + at com.intellij.util.AbstractQuery.doProcessResults(AbstractQuery.java:83) + at com.intellij.util.AbstractQuery.delegateProcessResults(AbstractQuery.java:100) + at com.intellij.util.MergeQuery.processResults(MergeQuery.java:22) + at com.intellij.util.AbstractQuery.doProcessResults(AbstractQuery.java:83) + at com.intellij.util.AbstractQuery.delegateProcessResults(AbstractQuery.java:100) + at com.intellij.util.UniqueResultsQuery.processResults(UniqueResultsQuery.java:37) + at com.intellij.util.AbstractQuery.doProcessResults(AbstractQuery.java:83) + at com.intellij.util.AbstractQuery.forEach(AbstractQuery.java:75) + at org.jetbrains.kotlin.idea.base.searching.usages.handlers.KotlinFindMemberUsagesHandler$MySearcher$buildTaskList$1.invoke(KotlinFindMemberUsagesHandler.kt:296) + at org.jetbrains.kotlin.idea.base.searching.usages.handlers.KotlinFindMemberUsagesHandler$MySearcher$buildTaskList$1.invoke(KotlinFindMemberUsagesHandler.kt:296) + at org.jetbrains.kotlin.idea.base.searching.usages.handlers.KotlinFindUsagesHandler$Searcher.executeTasks(KotlinFindUsagesHandler.kt:121) + at org.jetbrains.kotlin.idea.base.searching.usages.handlers.KotlinFindUsagesHandler.searchReferences(KotlinFindUsagesHandler.kt:80) + at org.jetbrains.kotlin.idea.base.searching.usages.handlers.KotlinFindUsagesHandler.findReferencesToHighlight(KotlinFindUsagesHandler.kt:93) + at org.jetbrains.kotlin.idea.base.searching.usages.handlers.KotlinFindMemberUsagesHandler.findReferencesToHighlight(KotlinFindMemberUsagesHandler.kt:403) + at com.intellij.codeInsight.highlighting.HighlightUsagesKt.getPsiUsageRanges(highlightUsages.kt:84) + at com.intellij.codeInsight.highlighting.HighlightUsagesKt.getUsageRanges(highlightUsages.kt:65) + at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.lambda$highlightTargetUsages$0(IdentifierHighlighterPass.java:238) + at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass$$Lambda/0x0000000803f18900.run(Unknown Source) + at com.intellij.util.AstLoadingFilter.lambda$toComputable$2(AstLoadingFilter.java:171) + at com.intellij.util.AstLoadingFilter$$Lambda/0x00000008037e8ea0.compute(Unknown Source) + at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:129) + at com.intellij.util.AstLoadingFilter.disallowTreeLoading(AstLoadingFilter.java:113) + at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.highlightTargetUsages(IdentifierHighlighterPass.java:237) + at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.highlightReferencesAndDeclarations(IdentifierHighlighterPass.java:212) + at com.intellij.codeInsight.daemon.impl.IdentifierHighlighterPass.doCollectInformation(IdentifierHighlighterPass.java:99) + at com.intellij.codeInsight.highlighting.BackgroundHighlighter.lambda$submitIdentifierHighlighterPass$8(BackgroundHighlighter.java:317) + at com.intellij.codeInsight.highlighting.BackgroundHighlighter$$Lambda/0x000000080241f300.accept(Unknown Source) + at com.intellij.codeInsight.daemon.impl.HighlightingSessionImpl.runInsideHighlightingSession(HighlightingSessionImpl.java:179) + at com.intellij.codeInsight.highlighting.BackgroundHighlighter.lambda$submitIdentifierHighlighterPass$9(BackgroundHighlighter.java:314) + at com.intellij.codeInsight.highlighting.BackgroundHighlighter$$Lambda/0x000000080241a238.run(Unknown Source) + at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:66) + at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:155) + at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:138) + at com.intellij.openapi.progress.util.ProgressIndicatorUtils$$Lambda/0x0000000801196800.compute(Unknown Source) + at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98) + at com.intellij.openapi.progress.ProgressManager$$Lambda/0x0000000800f36af0.run(Unknown Source) + at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:217) + at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000800f371b0.run(Unknown Source) + at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:660) + at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000800f37868.compute(Unknown Source) + at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:735) + at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:691) + at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:659) + at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:79) + at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:202) + at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98) + at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:135) + at com.intellij.codeInsight.highlighting.BackgroundHighlighter.lambda$submitIdentifierHighlighterPass$10(BackgroundHighlighter.java:311) + at com.intellij.codeInsight.highlighting.BackgroundHighlighter$$Lambda/0x0000000802418228.call(Unknown Source) + at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$OTelMonitor.callWrapped(NonBlockingReadActionImpl.java:840) + at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$OTelMonitor$MonitoredComputation.call(NonBlockingReadActionImpl.java:872) + at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.insideReadAction(NonBlockingReadActionImpl.java:604) + at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.lambda$attemptComputation$4(NonBlockingReadActionImpl.java:567) + at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission$$Lambda/0x0000000801197720.run(Unknown Source) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.tryRunReadAction(AnyThreadWriteThreadingSupport.kt:291) + at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:965) + at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:93) + at com.intellij.openapi.progress.util.ProgressIndicatorUtils$$Lambda/0x0000000801197960.run(Unknown Source) + at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:66) + at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:155) + at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:138) + at com.intellij.openapi.progress.util.ProgressIndicatorUtils$$Lambda/0x0000000801196800.compute(Unknown Source) + at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98) + at com.intellij.openapi.progress.ProgressManager$$Lambda/0x0000000800f36af0.run(Unknown Source) + at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:217) + at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000800f371b0.run(Unknown Source) + at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:660) + at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000800f37868.compute(Unknown Source) + at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:735) + at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:691) + at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:659) + at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:79) + at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:202) + at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98) + at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:135) + at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:93) + at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.attemptComputation(NonBlockingReadActionImpl.java:567) + at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.lambda$transferToBgThread$1(NonBlockingReadActionImpl.java:466) + at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission$$Lambda/0x0000000801197290.run(Unknown Source) + at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.lambda$transferToBgThread$2(NonBlockingReadActionImpl.java:481) + at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission$$Lambda/0x00000008011974d0.run(Unknown Source) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1144) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"DefaultDispatcher-worker-16" #474 [115219] daemon prio=6 os_prio=0 cpu=358.57ms elapsed=221.46s tid=0x00006496d3893880 nid=115219 waiting on condition [0x00007061f81f4000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"DefaultDispatcher-worker-17" #475 [115220] daemon prio=5 os_prio=0 cpu=1151.14ms elapsed=221.46s tid=0x00006496d416db30 nid=115220 waiting on condition [0x00007061f83fe000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"DefaultDispatcher-worker-18" #476 [115221] daemon prio=5 os_prio=0 cpu=752.11ms elapsed=221.46s tid=0x00006496cc12c270 nid=115221 waiting on condition [0x00007060f57fc000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"DefaultDispatcher-worker-19" #478 [116110] daemon prio=5 os_prio=0 cpu=47402.22ms elapsed=126.25s tid=0x00006496cdc6e0f0 nid=116110 runnable [0x000070620020f000] + java.lang.Thread.State: RUNNABLE + at org.jetbrains.kotlin.types.checker.ClassicTypeSystemContext$DefaultImpls.typeDepth(ClassicTypeSystemContext.kt:397) + at org.jetbrains.kotlin.resolve.calls.components.ClassicTypeSystemContextForCS.typeDepth(ClassicTypeSystemContextForCS.kt:21) + at org.jetbrains.kotlin.types.model.TypeSystemCommonSuperTypesContext.typeDepth(TypeSystemContext.kt:128) + at org.jetbrains.kotlin.types.checker.ClassicTypeSystemContext$DefaultImpls.typeDepth(ClassicTypeSystemContext.kt:397) + at org.jetbrains.kotlin.resolve.calls.components.ClassicTypeSystemContextForCS.typeDepth(ClassicTypeSystemContextForCS.kt:21) + at org.jetbrains.kotlin.types.model.TypeSystemCommonSuperTypesContext.typeDepth(TypeSystemContext.kt:127) + at org.jetbrains.kotlin.types.checker.ClassicTypeSystemContext$DefaultImpls.typeDepth(ClassicTypeSystemContext.kt:397) + at org.jetbrains.kotlin.resolve.calls.components.ClassicTypeSystemContextForCS.typeDepth(ClassicTypeSystemContextForCS.kt:21) + at org.jetbrains.kotlin.types.model.TypeSystemCommonSuperTypesContext.typeDepth(TypeSystemContext.kt:128) + at org.jetbrains.kotlin.types.checker.ClassicTypeSystemContext$DefaultImpls.typeDepth(ClassicTypeSystemContext.kt:397) + at org.jetbrains.kotlin.resolve.calls.components.ClassicTypeSystemContextForCS.typeDepth(ClassicTypeSystemContextForCS.kt:21) + at org.jetbrains.kotlin.types.model.TypeSystemCommonSuperTypesContext.typeDepth(TypeSystemContext.kt:128) + at org.jetbrains.kotlin.types.checker.ClassicTypeSystemContext$DefaultImpls.typeDepth(ClassicTypeSystemContext.kt:397) + at org.jetbrains.kotlin.resolve.calls.components.ClassicTypeSystemContextForCS.typeDepth(ClassicTypeSystemContextForCS.kt:21) + at org.jetbrains.kotlin.types.model.TypeSystemCommonSuperTypesContext.typeDepth(TypeSystemContext.kt:128) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.typeDepth(AbstractTypeApproximator.kt) + at org.jetbrains.kotlin.types.AbstractTypeApproximator.approximateToSuperType(AbstractTypeApproximator.kt:38) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.approximateCapturedTypes(ConstraintIncorporator.kt:336) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.approximateIfNeededAndAddNewConstraint$lambda$4(ConstraintIncorporator.kt:219) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator$$Lambda/0x0000000802eab580.invoke(Unknown Source) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.approximateIfNeededAndAddNewConstraint(ConstraintIncorporator.kt:228) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.generateNewConstraint(ConstraintIncorporator.kt:193) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.insideOtherConstraint(ConstraintIncorporator.kt:117) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.incorporate(ConstraintIncorporator.kt:55) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processGivenConstraints(ConstraintInjector.kt:243) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processConstraintsIgnoringForksData(ConstraintInjector.kt:196) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processConstraints(ConstraintInjector.kt:173) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processConstraints$default(ConstraintInjector.kt:168) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.addSubTypeConstraintAndIncorporateIt(ConstraintInjector.kt:114) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.addInitialSubtypeConstraint(ConstraintInjector.kt:71) + at org.jetbrains.kotlin.resolve.calls.inference.model.NewConstraintSystemImpl.addSubtypeConstraint(NewConstraintSystemImpl.kt:199) + at org.jetbrains.kotlin.resolve.calls.components.SimpleArgumentsChecksKt.checkSubCallArgument(SimpleArgumentsChecks.kt:225) + at org.jetbrains.kotlin.resolve.calls.components.SimpleArgumentsChecksKt.checkSimpleArgument(SimpleArgumentsChecks.kt:62) + at org.jetbrains.kotlin.resolve.calls.components.PostponeArgumentsChecksKt.resolveKtPrimitive(PostponeArgumentsChecks.kt:40) + at org.jetbrains.kotlin.resolve.calls.components.ResolutionPartsKt.resolveKotlinArgument(ResolutionParts.kt:529) + at org.jetbrains.kotlin.resolve.calls.components.ResolutionPartsKt.access$resolveKotlinArgument(ResolutionParts.kt:1) + at org.jetbrains.kotlin.resolve.calls.components.CheckArgumentsInParenthesis.process(ResolutionParts.kt:747) + at org.jetbrains.kotlin.resolve.calls.components.candidate.ResolutionCandidate.processPart(ResolutionCandidate.kt:136) + at org.jetbrains.kotlin.resolve.calls.components.candidate.ResolutionCandidate.processPart$default(ResolutionCandidate.kt:131) + at org.jetbrains.kotlin.resolve.calls.components.candidate.ResolutionCandidate.processParts(ResolutionCandidate.kt:122) + at org.jetbrains.kotlin.resolve.calls.components.candidate.ResolutionCandidate.isSuccessful(ResolutionCandidate.kt:31) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$SuccessfulResultCollector.pushCandidates(TowerResolver.kt:466) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:389) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:95) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:207) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:216) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.processImplicitReceiver(TowerResolver.kt:326) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processLexicalScope(TowerResolver.kt:250) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:305) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:114) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:101) + at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:184) + at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:41) + at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:114) + at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602) + at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213) + at org.jetbrains.kotlin.resolve.calls.CallResolver$$Lambda/0x0000000802ccd008.invoke(Unknown Source) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211) + at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199) + at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329) + at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86) + at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208) + at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185) + at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:396) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForBlock.visitCallExpression(ExpressionTypingVisitorDispatcher.java:59) + at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:175) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$$Lambda/0x0000000802cc3be8.invoke(Unknown Source) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:134) + at org.jetbrains.kotlin.types.expressions.ControlStructureTypingVisitor.visitReturnExpression(ControlStructureTypingVisitor.java:914) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitReturnExpression(ExpressionTypingVisitorDispatcher.java:287) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForBlock.visitReturnExpression(ExpressionTypingVisitorDispatcher.java:59) + at org.jetbrains.kotlin.psi.KtReturnExpression.accept(KtReturnExpression.java:33) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:175) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$$Lambda/0x0000000802cc3be8.invoke(Unknown Source) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:134) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitExpression(ExpressionTypingVisitorForStatements.java:543) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitExpression(ExpressionTypingVisitorForStatements.java:73) + at org.jetbrains.kotlin.psi.KtVisitor.visitExpressionWithLabel(KtVisitor.java:240) + at org.jetbrains.kotlin.psi.KtVisitor.visitReturnExpression(KtVisitor.java:236) + at org.jetbrains.kotlin.psi.KtReturnExpression.accept(KtReturnExpression.java:33) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:175) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$$Lambda/0x0000000802cc3be8.invoke(Unknown Source) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeOfLastExpressionInBlock(ExpressionTypingServices.java:451) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:328) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:586) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:73) + at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:78) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:175) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$$Lambda/0x0000000802cc3be8.invoke(Unknown Source) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166) + at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1054) + at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:997) + at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:710) + at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:427) + at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:225) + at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:283) + at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$3.invoke(ModuleResolutionFacadeImpl.kt:53) + at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$3.invoke(ModuleResolutionFacadeImpl.kt:52) + at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59) + at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105) + at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:64) + at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:52) + at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:43) + at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:130) + at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:122) + at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:30) + at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:38) + at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:252) + at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.resolveToClassIfConstructorCallImpl(kotlinInternalUastUtils.kt:394) + at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService.resolveToClassIfConstructorCall(KotlinUastResolveProviderService.kt:303) + at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.getClassReference(KotlinUFunctionCallExpression.kt:55) + at org.jetbrains.uast.UCallExpression.accept(UCallExpression.kt:97) + at org.jetbrains.uast.UReturnExpression.accept(UReturnExpression.kt:22) + at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15) + at org.jetbrains.uast.UBlockExpression.accept(UBlockExpression.kt:21) + at org.jetbrains.uast.UMethod.accept(UMethod.kt:45) + at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15) + at org.jetbrains.uast.kotlin.AbstractKotlinUClass.accept(AbstractKotlinUClass.kt:213) + at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15) + at org.jetbrains.uast.UFile.accept(UFile.kt:89) + at com.demonwav.mcdev.translations.TranslationFoldingBuilder.buildFoldRegions(folding.kt:96) + at com.intellij.lang.folding.LanguageFolding.buildFoldingDescriptorsNoPlaceholderCaching(LanguageFolding.java:90) + at com.intellij.lang.folding.CompositeFoldingBuilder.buildFoldRegions(CompositeFoldingBuilder.java:40) + at com.intellij.lang.folding.LanguageFolding.buildFoldingDescriptorsNoPlaceholderCaching(LanguageFolding.java:90) + at com.intellij.lang.folding.LanguageFolding.buildFoldingDescriptors(LanguageFolding.java:72) + at com.intellij.codeInsight.folding.impl.FoldingUpdate.getFoldingsFor(FoldingUpdate.java:272) + at com.intellij.codeInsight.folding.impl.FoldingUpdate.getFoldingsFor(FoldingUpdate.java:240) + at com.intellij.codeInsight.folding.impl.CodeFoldingManagerImpl.buildInitialFoldings(CodeFoldingManagerImpl.java:150) + at com.intellij.openapi.fileEditor.impl.text.FoldingTextEditorInitializer$initializeEditor$foldingState$1$1$1.invoke(FoldingTextEditorInitializer.kt:35) + at com.intellij.openapi.fileEditor.impl.text.FoldingTextEditorInitializer$initializeEditor$foldingState$1$1$1.invoke(FoldingTextEditorInitializer.kt:34) + at com.intellij.openapi.progress.CoroutinesKt.jobToIndicator$lambda$2(coroutines.kt:445) + at com.intellij.openapi.progress.CoroutinesKt$$Lambda/0x00000008016ea8b8.compute(Unknown Source) + at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98) + at com.intellij.openapi.progress.ProgressManager$$Lambda/0x0000000800f36af0.run(Unknown Source) + at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:217) + at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000800f371b0.run(Unknown Source) + at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:660) + at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000800f37868.compute(Unknown Source) + at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:735) + at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:691) + at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:659) + at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:79) + at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:202) + at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98) + at com.intellij.openapi.progress.CoroutinesKt.jobToIndicator(coroutines.kt:433) + at com.intellij.openapi.progress.CoroutinesKt.contextToIndicator(coroutines.kt:425) + at com.intellij.openapi.progress.CoroutinesKt.blockingContextToIndicator(coroutines.kt:401) + at com.intellij.openapi.fileEditor.impl.text.FoldingTextEditorInitializer$initializeEditor$foldingState$1$1.invoke(FoldingTextEditorInitializer.kt:34) + at com.intellij.openapi.fileEditor.impl.text.FoldingTextEditorInitializer$initializeEditor$foldingState$1$1.invoke(FoldingTextEditorInitializer.kt:33) + at com.intellij.openapi.fileEditor.impl.text.PsiAwareTextEditorImplKt.catchingExceptions(PsiAwareTextEditorImpl.kt:117) + at com.intellij.openapi.fileEditor.impl.text.FoldingTextEditorInitializer$initializeEditor$foldingState$1.invoke(FoldingTextEditorInitializer.kt:33) + at com.intellij.openapi.fileEditor.impl.text.FoldingTextEditorInitializer$initializeEditor$foldingState$1.invoke(FoldingTextEditorInitializer.kt:31) + at com.intellij.openapi.application.rw.InternalReadAction.insideReadAction(InternalReadAction.kt:104) + at com.intellij.openapi.application.rw.InternalReadAction.access$insideReadAction(InternalReadAction.kt:15) + at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:94) + at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:93) + at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$2$lambda$1$lambda$0(cancellableReadAction.kt:31) + at com.intellij.openapi.application.rw.CancellableReadActionKt$$Lambda/0x0000000800e33080.run(Unknown Source) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.tryRunReadAction(AnyThreadWriteThreadingSupport.kt:291) + at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:965) + at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$2$lambda$1(cancellableReadAction.kt:29) + at com.intellij.openapi.application.rw.CancellableReadActionKt$$Lambda/0x0000000800e2ee08.run(Unknown Source) + at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:66) + at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:155) + at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal(cancellableReadAction.kt:27) + at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable(InternalReadAction.kt:93) + at com.intellij.openapi.application.rw.InternalReadAction.tryReadAction(InternalReadAction.kt:77) + at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:64) + at com.intellij.openapi.application.rw.InternalReadAction.access$readLoop(InternalReadAction.kt:15) + at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invokeSuspend(InternalReadAction.kt:43) + at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invoke(InternalReadAction.kt) + at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invoke(InternalReadAction.kt) + at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62) + at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:163) + at kotlinx.coroutines.BuildersKt.withContext(Unknown Source) + at com.intellij.openapi.application.rw.InternalReadAction.runReadAction(InternalReadAction.kt:39) + at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport.executeReadAction(PlatformReadWriteActionSupport.kt:38) + at com.intellij.openapi.application.ReadWriteActionSupport.executeReadAction$default(ReadWriteActionSupport.kt:15) + at com.intellij.openapi.application.CoroutinesKt.constrainedReadAction(coroutines.kt:58) + at com.intellij.openapi.application.CoroutinesKt.readAction(coroutines.kt:25) + at com.intellij.openapi.fileEditor.impl.text.FoldingTextEditorInitializer.initializeEditor(FoldingTextEditorInitializer.kt:31) + at com.intellij.openapi.fileEditor.impl.text.PsiAwareTextEditorProvider$createInitTask$1$1$1.invokeSuspend(PsiAwareTextEditorProvider.kt:138) + at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) + at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104) + at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:608) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:873) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:763) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"DefaultDispatcher-worker-21" #480 [116111] daemon prio=5 os_prio=0 cpu=459.95ms elapsed=126.25s tid=0x00006496c6a383a0 nid=116111 waiting on condition [0x00007060f0af9000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"DefaultDispatcher-worker-20" #479 [116112] daemon prio=5 os_prio=0 cpu=240.74ms elapsed=126.25s tid=0x00006496d398d280 nid=116112 waiting on condition [0x00007062039fe000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:924) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:860) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:795) + at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750) + +"ApplicationImpl pooled thread 35" #481 [116328] prio=4 os_prio=0 cpu=153.03ms elapsed=75.27s tid=0x00006496d3f7f020 nid=116328 waiting on condition [0x00007060f0dfc000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x000000070acb88e8> (a java.util.concurrent.SynchronousQueue$Transferer) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at java.util.concurrent.LinkedTransferQueue$DualNode.await(java.base@21.0.4/LinkedTransferQueue.java:452) + at java.util.concurrent.SynchronousQueue$Transferer.xferLifo(java.base@21.0.4/SynchronousQueue.java:194) + at java.util.concurrent.SynchronousQueue.xfer(java.base@21.0.4/SynchronousQueue.java:235) + at java.util.concurrent.SynchronousQueue.poll(java.base@21.0.4/SynchronousQueue.java:338) + at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.4/ThreadPoolExecutor.java:1069) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1130) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"I/O pool 45" #485 [116346] prio=4 os_prio=0 cpu=10.65ms elapsed=69.37s tid=0x00006496d14cffb0 nid=116346 waiting on condition [0x00007060e72fd000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x0000000748c476e0> (a java.util.concurrent.SynchronousQueue$Transferer) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at java.util.concurrent.LinkedTransferQueue$DualNode.await(java.base@21.0.4/LinkedTransferQueue.java:452) + at java.util.concurrent.SynchronousQueue$Transferer.xferLifo(java.base@21.0.4/SynchronousQueue.java:194) + at java.util.concurrent.SynchronousQueue.xfer(java.base@21.0.4/SynchronousQueue.java:235) + at java.util.concurrent.SynchronousQueue.poll(java.base@21.0.4/SynchronousQueue.java:338) + at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.4/ThreadPoolExecutor.java:1069) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1130) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"ApplicationImpl pooled thread 36" #486 [116349] prio=4 os_prio=0 cpu=157.97ms elapsed=64.30s tid=0x00006496d38342f0 nid=116349 waiting on condition [0x00007061245fe000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@21.0.4/Native Method) + - parking to wait for <0x000000070acb88e8> (a java.util.concurrent.SynchronousQueue$Transferer) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@21.0.4/LockSupport.java:410) + at java.util.concurrent.LinkedTransferQueue$DualNode.await(java.base@21.0.4/LinkedTransferQueue.java:452) + at java.util.concurrent.SynchronousQueue$Transferer.xferLifo(java.base@21.0.4/SynchronousQueue.java:194) + at java.util.concurrent.SynchronousQueue.xfer(java.base@21.0.4/SynchronousQueue.java:235) + at java.util.concurrent.SynchronousQueue.poll(java.base@21.0.4/SynchronousQueue.java:338) + at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@21.0.4/ThreadPoolExecutor.java:1069) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@21.0.4/ThreadPoolExecutor.java:1130) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@21.0.4/ThreadPoolExecutor.java:642) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:735) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(java.base@21.0.4/Executors.java:732) + at java.security.AccessController.executePrivileged(java.base@21.0.4/AccessController.java:778) + at java.security.AccessController.doPrivileged(java.base@21.0.4/AccessController.java:400) + at java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(java.base@21.0.4/Executors.java:732) + at java.lang.Thread.runWith(java.base@21.0.4/Thread.java:1596) + at java.lang.Thread.run(java.base@21.0.4/Thread.java:1583) + +"Attach Listener" #489 [116731] daemon prio=9 os_prio=0 cpu=49.17ms elapsed=9.44s tid=0x00006496d40f8250 nid=116731 waiting on condition [0x0000000000000000] + java.lang.Thread.State: RUNNABLE + +"GC Thread#9" os_prio=0 cpu=5635.22ms elapsed=1302.90s tid=0x00006496a1b515f0 nid=109925 runnable + +"GC Thread#8" os_prio=0 cpu=5686.64ms elapsed=1302.99s tid=0x00006496a182dc80 nid=109918 runnable + +"G1 Conc#2" os_prio=0 cpu=94737.73ms elapsed=1303.00s tid=0x00006496a15ff7b0 nid=109917 runnable + +"G1 Conc#1" os_prio=0 cpu=94326.18ms elapsed=1303.00s tid=0x00006496a186c820 nid=109916 runnable + +"GC Thread#7" os_prio=0 cpu=5751.16ms elapsed=1303.00s tid=0x00006496a17f6930 nid=109915 runnable + +"GC Thread#6" os_prio=0 cpu=5597.01ms elapsed=1303.00s tid=0x00006496a17f5a70 nid=109914 runnable + +"GC Thread#5" os_prio=0 cpu=5576.78ms elapsed=1303.06s tid=0x00006496a141dce0 nid=109890 runnable + +"GC Thread#4" os_prio=0 cpu=5422.19ms elapsed=1303.06s tid=0x00006496a141c8d0 nid=109889 runnable + +"GC Thread#3" os_prio=0 cpu=5636.49ms elapsed=1303.06s tid=0x00006496a141b550 nid=109888 runnable + +"GC Thread#2" os_prio=0 cpu=5638.75ms elapsed=1303.06s tid=0x00006496a1491400 nid=109887 runnable + +"GC Thread#1" os_prio=0 cpu=5578.71ms elapsed=1303.06s tid=0x00006496a1490520 nid=109886 runnable + +"VM Thread" os_prio=0 cpu=921.80ms elapsed=1303.23s tid=0x00006496a0a703b0 nid=109854 runnable + +"VM Periodic Task Thread" os_prio=0 cpu=266.56ms elapsed=1303.25s tid=0x00006496a0a26cc0 nid=109838 waiting on condition + +"G1 Service" os_prio=0 cpu=139.74ms elapsed=1303.25s tid=0x00006496a0a16690 nid=109837 runnable + +"G1 Refine#0" os_prio=0 cpu=608.34ms elapsed=1303.25s tid=0x00006496a0a15210 nid=109836 runnable + +"G1 Conc#0" os_prio=0 cpu=93879.99ms elapsed=1303.25s tid=0x00006496a09af580 nid=109834 runnable + +"G1 Main Marker" os_prio=0 cpu=493.87ms elapsed=1303.25s tid=0x00006496a09ae110 nid=109833 runnable + +"GC Thread#0" os_prio=0 cpu=5630.50ms elapsed=1303.25s tid=0x00006496a099cc60 nid=109832 runnable + +JNI global refs: 143, weak refs: 453 + +JNI global refs memory usage: 2123, weak refs: 13057 + + + +---------- Coroutine dump ---------- + +- BlockingCoroutine{Active} [BlockingEventLoop@d42f802] + - "Application":supervisor:ChildScope{Active} + - "ApplicationImpl@857138638 container":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.platform.ide.provisioner)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x org.jetbrains.plugins.yaml)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x intellij.grid.core.impl)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + -[x8 of] "(ApplicationImpl@857138638 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + -[x7 of] "(ApplicationImpl@857138638 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x hg4idea)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.jetbrains.plugins.webDeployment)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.jetbrains.plugins.webDeployment))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.jetbrains.plugins.webDeployment))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x PsiViewer)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.history.integration.LocalHistoryImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.history.integration.LocalHistoryImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at com.intellij.history.integration.LocalHistoryImpl$init$3.invokeSuspend(LocalHistoryImpl.kt:99) + - "(ApplicationImpl@857138638 x training)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x training))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x training))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x com.intellij.diagram)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.searcheverywhere.ml)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.searcheverywhere.ml))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.searcheverywhere.ml))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.ide.startup.importSettings.jb.JbAfterRestartSettingsApplier":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x PythonCore)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x PythonCore))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x PythonCore))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x PythonCore)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.jetbrains.rust)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.jetbrains.rust))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.rust.cargo.project.autolink.UnlinkedProjectEditorListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.jetbrains.rust))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.rust.cargo.project.autolink.UnlinkedProjectEditorListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.rust.ide.typing.paste.RsImportCopyPasteProcessor":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "org.rust.ide.typing.paste.RsPopularCratesCopyPasteProcessor":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.settingsSync)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x intellij.charts)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.configurationScript)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x Subversion)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x org.jetbrains.plugins.textmate)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "org.jetbrains.plugins.textmate.TextMateServiceImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.platform.images)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.copyright)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.css)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.java)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.compiler.server.BuildManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "BuildManager RequestProcessor Pool":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638), LimitedDispatcher@6b171255] + - "BuildManager Auto-Make Trigger":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638), LimitedDispatcher@3c9b06b] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.java))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.java))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x com.intellij.java)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.tracing.ide)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x Lombook Plugin)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x org.jetbrains.plugins.javaFX)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.plugins.javaFX))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.plugins.javaFX))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x org.jetbrains.plugins.javaFX)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.java.ide)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.ide.RecentProjectsManagerBase":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.ide.RecentProjectsManagerBase":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.ide.RecentProjectsManagerBase$1.invokeSuspend(RecentProjectsManagerBase.kt:118) + - "com.intellij.ide.RecentProjectsManagerBase":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.ide.RecentProjectsManagerBase":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "(ApplicationImpl@857138638 x net.masterthought.dlanguage)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x net.masterthought.dlanguage))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x net.masterthought.dlanguage))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x org.intellij.plugins.markdown)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.intellij.plugins.markdown))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x2 of] "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), uninitialized, ModalityState.ANY] + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), uninitialized, ModalityState.ANY] + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at com.intellij.openapi.fileEditor.impl.text.TextEditorImpl$2$1.invokeSuspend(TextEditorImpl.kt:101) + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.actionSystem.impl.FloatingToolbar$1.invokeSuspend(FloatingToolbar.kt:70) + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.intellij.plugins.markdown))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x2 of] "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), uninitialized, ModalityState.ANY] + -[x2 of] "(ApplicationImpl@857138638 x org.jetbrains.plugins.terminal)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.jetbrains.sh)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.properties)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x DevKit)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x DevKit))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x DevKit))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x com.intellij.java-i18n)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + -[x3 of] "(ApplicationImpl@857138638 x com.intellij.javaee)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.spring)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + -[x2 of] "(ApplicationImpl@857138638 x com.intellij.spring.boot)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.gradle)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.gradle))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.gradle.service.project.GradleHeadlessLoggingProjectActivity":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.gradle))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x org.jetbrains.idea.gradle.dsl)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.liquibase)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x org.jetbrains.completion.full.line)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.completion.full.line))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.completion.full.line))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.completion.full.line.services.FullLineServiceApplicationScope":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.javaee.web)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x intellij.platform.ijent.impl)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.jsp)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.kotlin.idea.macros.KotlinBundledUsageDetector$ModelChangeListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.kotlin.idea.macros.KotlinBundledUsageDetector$ModelChangeListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x9 of] "(ApplicationImpl@857138638 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + -[x3 of] "(ApplicationImpl@857138638 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x com.intellij.completion.ml.ranking)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.spring.integration)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.jetbrains.restClient)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x intellij.indexing.shared.core)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x intellij.indexing.shared.core))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x intellij.indexing.shared.core))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x intellij.caches.shared)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x intellij.grid.impl)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.database.loaders.DataLoaderManager$Associations":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.database.loaders.DataLoaderManager$Associations":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.database.loaders.DataLoaderManager$Associations$1.invokeSuspend(DataLoaderManager.kt:217) + - "com.intellij.database.loaders.DataLoaderManager$Associations":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.database.loaders.DataLoaderManager$Associations":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x intellij.grid.impl))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x intellij.grid.impl))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x4 of] "(ApplicationImpl@857138638 x Pythonid)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x XPathView)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.tasks)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x org.intellij.intelliLang)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x org.intellij.groovy)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.intellij.groovy))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.intellij.groovy))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x4 of] "(ApplicationImpl@857138638 x Docker)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.kubernetes)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x tanvd.grazi)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x tanvd.grazi))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.grazie.spellcheck.GrazieSpellcheckerLifecycle":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.grazie.spellcheck.GrazieSpellcheckerLifecycle":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638), LimitedDispatcher@322cea94] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x tanvd.grazi))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x net.ashald.envfile)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x Git4Idea)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x Git4Idea))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x Git4Idea))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x org.jetbrains.plugins.gitlab)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "org.jetbrains.plugins.gitlab.CachingGitLabServersManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x org.jetbrains.plugins.github)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.plugins.github))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.github.authentication.accounts.GHCachingAccountInformationProvider":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "org.jetbrains.plugins.github.authentication.accounts.GHCachingAccountInformationProvider":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "org.jetbrains.plugins.github.authentication.accounts.GHCachingAccountInformationProvider":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at org.jetbrains.plugins.github.authentication.accounts.GHCachingAccountInformationProvider$1.invokeSuspend(GHCachingAccountInformationProvider.kt:32) + - "org.jetbrains.plugins.github.util.CachingGHUserAvatarLoader":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "org.jetbrains.plugins.github.util.CachingGHUserAvatarLoader":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.plugins.github))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x org.jetbrains.idea.maven)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.idea.maven))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.idea.maven))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x org.jetbrains.plugins.gradle)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.plugins.gradle))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.plugins.gradle))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x com.intellij.reactivestreams)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x JavaScript)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x JavaScript))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.lang.javascript.service.ide.JSLanguageServiceFileEditorListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.lang.javascript.service.ide.JSLanguageServiceFileEditorListener":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at com.intellij.lang.javascript.service.ide.JSLanguageServiceEditorListenerBase$1.invokeSuspend(JSLanguageServiceEditorListenerBase.kt:33) + - "com.intellij.lang.typescript.compiler.PrioritySuspendingTaskQueueFactory":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x JavaScript))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.lang.javascript.service.ide.JSLanguageServiceFileEditorListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.lang.javascript.service.ide.JSLanguageServiceFileEditorListener":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at com.intellij.lang.javascript.service.ide.JSLanguageServiceEditorListenerBase$1.invokeSuspend(JSLanguageServiceEditorListenerBase.kt:33) + - "(ApplicationImpl@857138638 x JavaScriptDebugger)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.database)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.database.dataSource.DataSourceModelStorageImpl$App":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.database))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.database))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x com.intellij.javaee.app.servers.integration)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x JBoss)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x Tomcat)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.persistence)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.javaee.jpa)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x NodeJS)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.demonwav.minecraft-dev)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.demonwav.minecraft-dev))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.demonwav.mcdev.creator.custom.TemplateService":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.demonwav.minecraft-dev))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x LivePlugin)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x LivePlugin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x LivePlugin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x net.labymod.intellij.singlehotswap)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x org.jetbrains.plugins.node-remote-interpreter)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + -[x2 of] "(ApplicationImpl@857138638 x org.intellij.qodana)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.intellij.qodana))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.intellij.qodana))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x nix-idea)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.intellij.spring.mvc)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.jetbrains.codeWithMe)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.jetbrains.rdserver.ui.actionPopupMenu.BackendActionManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.jetbrains.rdserver.ui.actionPopupMenu.BackendActionManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.jetbrains.rdserver.ui.actionPopupMenu.BackendActionManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.actionSystem.impl.ActionManagerImpl$MyTimer$2.invokeSuspend(ActionManagerImpl.kt:1273) + - "com.jetbrains.rdserver.ui.actionPopupMenu.BackendActionManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.jetbrains.rdserver.ui.actionPopupMenu.BackendActionManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at com.intellij.openapi.actionSystem.impl.ActionManagerImpl$MyTimer$2$1.invokeSuspend(ActionManagerImpl.kt:1275) + at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:213) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.jetbrains.rdserver.settings.BackendBroadcastSettingsStorageService":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.jetbrains.rdserver.settings.BackendBroadcastSettingsStorageService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.jetbrains.rd.platform.codeWithMe.settings.RdSettingsStorageService$2.invokeSuspend(RdSettingsStorageService.kt:61) + - "com.jetbrains.rdserver.settings.BackendBroadcastSettingsStorageService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.jetbrains.rd.platform.codeWithMe.settings.RdSettingsStorageService$3.invokeSuspend(RdSettingsStorageService.kt:71) + - "com.jetbrains.rdserver.settings.BackendBroadcastSettingsStorageService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.EDT] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.platform.util.coroutines.flow.FlowKt$debounceBatch$1.invokeSuspend(flow.kt:147) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.remoteDev.tests.impl.DistributedTestHost":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.station.core.services.IdeStationServerService":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.jetbrains.codeWithMe))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.jetbrains.codeWithMe))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x2 of] "(ApplicationImpl@857138638 x com.jetbrains.codeWithMe)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.jetbrains.gateway)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.jetbrains.gateway.terminal)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + -[x2 of] "(ApplicationImpl@857138638 x org.jetbrains.plugins.docker.gateway)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x AngularJS)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + -[x3 of] "ApplicationImpl@857138638 container":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + - "ApplicationImpl@857138638 container":ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "ApplicationImpl@857138638 container":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + - "com.intellij.ide.ScreenReaderStateManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.ide.ScreenReaderStateManager":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + - "ApplicationImpl@857138638 container":StandaloneCoroutine{Completing} [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + - "ApplicationImpl@857138638 container":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at com.intellij.internal.statistic.updater.StatisticsJobsSchedulerKt.runValidationRulesUpdate(StatisticsJobsScheduler.kt:113) + at com.intellij.internal.statistic.updater.StatisticsJobsScheduler$execute$2$4.invokeSuspend(StatisticsJobsScheduler.kt:50) + - "com.intellij.internal.statistic.service.fus.collectors.FUStateUsagesLogger":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.internal.statistic.service.fus.collectors.FUStateUsagesLogger":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at com.intellij.internal.statistic.service.fus.collectors.FUStateUsagesLogger.logApplicationStateRegularly(FUStateUsagesLogger.kt:156) + at com.intellij.internal.statistic.service.fus.collectors.FUStateUsagesLogger$1.invokeSuspend(FUStateUsagesLogger.kt:53) + - "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents$1.invokeSuspend(FeatureUsageSettingsEvents.kt:66) + - "com.intellij.openapi.vfs.newvfs.persistent.ExecuteOnCoroutine":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "PersistentFsLoader":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638), Dispatchers.IO] + - "ApplicationImpl@857138638 container":ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.diagnostic.PerformanceWatcherImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.diagnostic.PerformanceWatcherImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.diagnostic.PerformanceWatcherImpl$1.invokeSuspend(PerformanceWatcherImpl.kt:96) + - "com.intellij.diagnostic.PerformanceWatcherImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.diagnostic.PerformanceWatcherImpl":StandaloneCoroutine{Active}, state: RUNNING [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at com.intellij.diagnostic.PerformanceWatcherImpl$startEdtSampling$1.invokeSuspend(PerformanceWatcherImpl.kt:129) + - "com.intellij.util.net.ssl.CertificateManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "FileTypeManager Redetect":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638), LimitedDispatcher@502a55e0] + - "com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.fileTypes.impl.AlarmAdapterKt$singleAlarm$1.invokeSuspend(AlarmAdapter.kt:24) + - "com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.ide.IdeTooltipManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.openapi.editor.impl.EditorFactoryImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.configurationStore.SaveAndSyncHandlerImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "refresh requests flow processing":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), ModalityState.NON_MODAL, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$3$1.invokeSuspend(Delay.kt:226) + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:441) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at com.intellij.configurationStore.SaveAndSyncHandlerImpl$1.invokeSuspend(SaveAndSyncHandlerImpl.kt:72) + - "refresh requests flow processing":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), ModalityState.NON_MODAL, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1$1.emit(Delay.kt:204) + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:392) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "save requests flow processing":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.configurationStore.SaveAndSyncHandlerImpl$2.invokeSuspend(SaveAndSyncHandlerImpl.kt:86) + - "com.intellij.configurationStore.SaveAndSyncHandlerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.configurationStore.SaveAndSyncHandlerImpl.listenIdleAndActivate(SaveAndSyncHandlerImpl.kt:216) + at com.intellij.configurationStore.SaveAndSyncHandlerImpl$3.invokeSuspend(SaveAndSyncHandlerImpl.kt:116) + - "com.intellij.configurationStore.SaveAndSyncHandlerImpl":ProducerCoroutine{Completing} [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + - "com.intellij.configurationStore.SaveAndSyncHandlerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:92) + - "com.intellij.configurationStore.SaveAndSyncHandlerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "background sync":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at com.intellij.configurationStore.SaveAndSyncHandlerImpl$startBackgroundSync$job$1.invokeSuspend(SaveAndSyncHandlerImpl.kt:319) + - "com.intellij.ide.plugins.marketplace.MarketplaceRequests":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.openapi.wm.impl.WindowButtonsConfiguration":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.openapi.progress.impl.PlatformTaskSupport":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.util.indexing.diagnostic.IndexDiagnosticDumper":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.openapi.wm.impl.customFrameDecorations.frameButtons.LinuxIconThemeConfiguration":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "org.jetbrains.ide.BuiltInServerManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.util.indexing.FileBasedIndexImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.ide.IdleTracker":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.ide.IdleTracker":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Idle listener: com.intellij.compiler.server.BuildManager$$Lambda/0x000000080073b2c8":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at com.intellij.ide.IdleTracker$addIdleListener$1.invokeSuspend(IdleTracker.kt:79) + - "Idle listener: com.intellij.compiler.server.BuildManager$$Lambda/0x000000080073b2c8":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.ide.ui.customization.CustomActionsSchema":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.ide.ui.laf.LafManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.ide.ui.laf.LafDynamicPluginManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.ide.ui.html.GlobalStyleSheetUpdateService":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.ide.ui.html.GlobalStyleSheetUpdateService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.ide.ui.html.GlobalStyleSheetUpdateService$init$2.invokeSuspend(GlobalStyleSheetHolder.kt:102) + - "com.intellij.ide.ui.html.GlobalStyleSheetUpdateService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.ide.ui.html.GlobalStyleSheetUpdateService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.platform.ide.impl.presentationAssistant.PresentationAssistant":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.ide.actionMacro.ActionMacroManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.codeInsight.intention.impl.IntentionShortcutManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x org.jetbrains.plugins.remote-run)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "ProjectImpl@1629408250 container":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "ProjectImpl@1629408250 container":ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x org.editorconfig.editorconfigjetbrains)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x org.jetbrains.plugins.yaml)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.analysis.pwa)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.vcs.changes.ChangeListManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.vcs.impl.VcsInitialization":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.vcs.roots.VcsRootScanner":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.vcs.roots.VcsRootScanner":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.vcs.roots.VcsRootScanner$4.invokeSuspend(VcsRootScanner.kt:61) + - "com.intellij.openapi.vcs.roots.VcsRootScanner":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.vcs.roots.VcsRootScanner":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "(ProjectImpl@1629408250 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.vcs.log.impl.VcsProjectLog":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "Close VCS log":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "(ProjectImpl@1629408250 x hg4idea)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.jetbrains.plugins.webDeployment)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x PsiViewer)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.diagram)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x4 of] "(ProjectImpl@1629408250 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x PythonCore)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x2 of] "(ProjectImpl@1629408250 x com.jetbrains.rust)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.jetbrains.performancePlugin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.configurationScript)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x Subversion)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.platform.images)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.copyright)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.css)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.java)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.jarRepository.RepositoryLibraryUtils":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.projectRoots.impl.SdkmanrcWatcherService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.codeInsight.daemon.problems.pass.ProjectPsiChangesProcessor":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.codeInsight.daemon.problems.pass.ProjectPsiChangesProcessor":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at com.intellij.codeInsight.daemon.problems.pass.ProjectPsiChangesProcessor$1.invokeSuspend(ProjectProblemFileSelectionListener.kt:129) + - "com.intellij.codeInsight.daemon.problems.pass.ProjectPsiChangesProcessor":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.ide.FileNotInSourceRootService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.jarRepository.LibraryIdSynchronizationQueue":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.jarRepository.LibraryIdSynchronizationQueue":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at com.intellij.jarRepository.LibraryIdSynchronizationQueue$1.invokeSuspend(LibraryIdSynchronizationQueue.kt:31) + - "(ProjectImpl@1629408250 x com.intellij.dsm)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x org.jetbrains.plugins.remote-run)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.jetbrains.sh)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.spring.boot.initializr)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.openRewrite)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openRewrite.recipe.OpenRewriteRecipeService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.jpa.jpb.model)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.spring)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x3 of] "(ProjectImpl@1629408250 x com.intellij.spring.boot)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.spring.data)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.gradle)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.uiDesigner)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x3 of] "(ProjectImpl@1629408250 x com.intellij.liquibase)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.javaee.web)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x org.jetbrains.plugins.hocon)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.jsp)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.kotlin.idea.macros.KotlinBundledUsageDetector":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.kotlin.idea.core.script.configuration.CompositeScriptConfigurationManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.kotlin.idea.configuration.KotlinProjectConfigurationService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x5 of] "(ProjectImpl@1629408250 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLogger":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLogger":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLogger$setup$1.invokeSuspend(KotlinGradleFUSLogger.kt:158) + - "org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLogger":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLogger$setup$2.invokeSuspend(KotlinGradleFUSLogger.kt:166) + - "(ProjectImpl@1629408250 x com.jetbrains.restWebServices)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.completion.ml.ranking)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.completion.ml.ngram.NGramModelRunnerManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.jetbrains.restClient)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.httpClient.http.request.run.v2.HttpRequestRunLineMarkerV2EnablingListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.swagger)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.swagger.core.visualEditing.SwVisualEditingActionsService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x2 of] "(ProjectImpl@1629408250 x intellij.indexing.shared)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x intellij.grid.impl)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x5 of] "(ProjectImpl@1629408250 x Pythonid)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x XPathView)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.tasks)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.tasks.timeTracking)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x org.intellij.intelliLang)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x Coverage)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x org.intellij.groovy)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.kubernetes)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.kubernetes.ui.KustomizeYamlPanelUpdater":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.kubernetes.api.KubernetesApiProvider":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "k8s.apiProvider":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "k8s.apiProvider":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "k8s.apiProvider":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "k8s.apiProvider":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.kubernetes.util.SyncPublisherKt$asFlow$1.invokeSuspend(SyncPublisher.kt:46) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "(ProjectImpl@1629408250 x PerforceDirectPlugin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x Git4Idea)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "git4idea.GitDisposable":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "GitRepositoryImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "GitTagHolder":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "git4idea.annotate.GitAnnotationService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "git4idea.ignore.GitIgnoreInStoreDirGenerator":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x org.jetbrains.plugins.gitlab)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.GitLabMergeRequestsToolWindowController":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.GitLabMergeRequestsToolWindowController":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1.invokeSuspend(CoroutineUtil.kt:224) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1.invokeSuspend(CoroutineUtil.kt:203) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1$1.invokeSuspend(CoroutineUtil.kt:209) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1.invokeSuspend(CoroutineUtil.kt:224) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1.invokeSuspend(CoroutineUtil.kt:203) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1$1.invokeSuspend(CoroutineUtil.kt:209) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: RUNNING [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + -[x3 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x2 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.collaboration.auth.PasswordSafeCredentialsRepository$canPersistCredentials$1.invokeSuspend(PasswordSafeCredentialsRepository.kt:39) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x3 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x2 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x3 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabRepositoryAndAccountSelectorViewModel$1.invokeSuspend(GitLabRepositoryAndAccountSelectorViewModel.kt:43) + -[x2 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x2 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.api.GitLabProjectConnectionManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.gitlab.api.GitLabProjectConnectionManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:57) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__TransformKt$runningFold$$inlined$unsafeFlow$1.collect(Transform.kt:114) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at git4idea.remote.hosting.GitAsyncExtensionsKt$discoverServers$1.invokeSuspend(gitAsyncExtensions.kt:128) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:57) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.editor.GitLabMergeRequestEditorReviewController":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x3 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.editor.GitLabMergeRequestEditorReviewController":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at org.jetbrains.plugins.gitlab.mergerequest.ui.editor.GitLabMergeRequestEditorReviewController$setupReview$1.invokeSuspend(GitLabMergeRequestEditorReviewController.kt:54) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.editor.GitLabMergeRequestEditorReviewController":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.editor.GitLabMergeRequestEditorReviewController":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.review.GitLabMergeRequestOnCurrentBranchService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.gitlab.mergerequest.ui.review.GitLabMergeRequestOnCurrentBranchService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__EmittersKt$onStart$$inlined$unsafeFlow$1.collect(Emitters.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.review.GitLabMergeRequestOnCurrentBranchService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "(ProjectImpl@1629408250 x org.jetbrains.idea.maven)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.idea.maven.project.MavenProjectsManagerEx":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.idea.maven.utils.MavenHighlightingUpdater":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x org.jetbrains.plugins.gradle)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.reactivestreams)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x intellij.ktor)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x JavaScript)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.lang.javascript.linter.eslint.service.EslintLanguageServiceManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.database)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.database.dataSource.DataSourceModelStorageImpl$Prj":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.javaee.app.servers.integration)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.persistence)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.javaee.jpa)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.javaee.reverseEngineering)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.hibernate)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.stylelint)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x NodeJS)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.demonwav.minecraft-dev)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.demonwav.mcdev.facet.MinecraftFacetDetector$FacetDetectorScopeProvider":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x tslint)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x org.jetbrains.plugins.node-remote-interpreter)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x intellij.prettierJS)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x Karma)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x org.intellij.qodana)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.qodana.inspectionKts.KtsInspectionsManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.qodana.inspectionKts.KtsInspectionsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__EmittersKt$onEmpty$$inlined$unsafeFlow$1.collect(Emitters.kt:113) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215) + - "org.jetbrains.qodana.inspectionKts.KtsInspectionsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at org.jetbrains.qodana.inspectionKts.KtsInspectionsManager$inspectionFilesFlow$1.invokeSuspend(KtsInspectionsManager.kt:121) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.qodana.inspectionKts.KtsInspectionsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at org.jetbrains.qodana.coroutines.FlowKt$vfsChangesMapFlow$1.invokeSuspend(flow.kt:54) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.qodana.coroutines.QodanaProjectScopeService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.qodana.coroutines.QodanaProjectScopeService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.spring.mvc)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.jetbrains.codeWithMe)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.jetbrains.rdserver.settings.BackendBroadcastSettingsStorageService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.jetbrains.rdserver.settings.BackendBroadcastSettingsStorageService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.jetbrains.rd.platform.codeWithMe.settings.RdSettingsStorageService$2.invokeSuspend(RdSettingsStorageService.kt:61) + - "com.jetbrains.rdserver.settings.BackendBroadcastSettingsStorageService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.jetbrains.rd.platform.codeWithMe.settings.RdSettingsStorageService$3.invokeSuspend(RdSettingsStorageService.kt:71) + - "com.jetbrains.rdserver.settings.BackendBroadcastSettingsStorageService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.platform.util.coroutines.flow.FlowKt$debounceBatch$1.invokeSuspend(flow.kt:147) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.GitLabMergeRequestsToolWindowController.manageToolWindow(GitLabToolWindowFactory.kt:47) + at org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.GitLabToolWindowFactory.manage(GitLabToolWindowFactory.kt:28) + at com.intellij.openapi.wm.impl.ToolWindowManagerImpl$registerToolWindow$2.invokeSuspend(ToolWindowManagerImpl.kt:1134) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.GitLabMergeRequestsToolWindowController$manageToolWindow$2$1.invokeSuspend(GitLabToolWindowFactory.kt:49) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.GitLabMergeRequestsToolWindowController$manageToolWindow$2$2.invokeSuspend(GitLabToolWindowFactory.kt:56) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowFactory.manage(GHPRToolWindowFactory.kt:41) + at com.intellij.openapi.wm.impl.ToolWindowManagerImpl$registerToolWindow$2.invokeSuspend(ToolWindowManagerImpl.kt:1134) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController$manageIconInToolbar$2$1.invokeSuspend(GHPRToolWindowFactory.kt:59) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController$manageIconInToolbar$2$2.invokeSuspend(GHPRToolWindowFactory.kt:67) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController$manageIconInToolbar$2$3.invokeSuspend(GHPRToolWindowFactory.kt:79) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.cwm.plugin.following.FollowMeManagerService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.cwm.plugin.users.BackendUserManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.cwm.plugin.common.toolbar.CodeWithMeToolbarUpdater":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.cwm.plugin.q.c":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x AngularJS)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$1.invokeSuspend(FileEditorManagerImpl.kt:236) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$1$invokeSuspend$$inlined$flatMapLatest$1.invokeSuspend(FileEditorManagerImpl.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$1$invokeSuspend$$inlined$flatMapLatest$2.invokeSuspend(FileEditorManagerImpl.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$special$$inlined$flatMapLatest$1.invokeSuspend(FileEditorManagerImpl.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$special$$inlined$flatMapLatest$2.invokeSuspend(FileEditorManagerImpl.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.platform.util.coroutines.flow.FlowKt$zipWithNext$1.invokeSuspend(flow.kt:107) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$2.invokeSuspend(FileEditorManagerImpl.kt:280) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$4.invokeSuspend(FileEditorManagerImpl.kt:289) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "EditorSplitters file icon update":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at com.intellij.openapi.fileEditor.impl.MergingUpdateChannel.start(MergingUpdateChannel.kt:28) + at com.intellij.openapi.fileEditor.impl.EditorsSplitters$3.invokeSuspend(EditorsSplitters.kt:206) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.fileEditor.impl.EditorsSplitters$special$$inlined$flatMapLatest$1.invokeSuspend(EditorsSplitters.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "EditorSplitters frame title update":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.fileEditor.impl.EditorsSplitters$5.invokeSuspend(EditorsSplitters.kt:231) + - "EditorSplitters frame title update":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "EditorSplitters frame title update":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "FileEditorManagerImpl file update":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at com.intellij.openapi.fileEditor.impl.MergingUpdateChannel.start(MergingUpdateChannel.kt:28) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$processFileUpdateRequests$1.invokeSuspend(FileEditorManagerImpl.kt:423) + - "FileEditorManagerImpl file title update":StandaloneCoroutine{Active}, state: RUNNING [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at com.intellij.openapi.fileEditor.impl.MergingUpdateChannel.start(MergingUpdateChannel.kt:28) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$processFileUpdateRequests$2.invokeSuspend(FileEditorManagerImpl.kt:426) + - "EditorWindow":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x3 of] "EditorWindow":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.fileEditor.impl.EditorWindow$watchForTabActions$1.invokeSuspend(EditorWindow.kt:423) + - "EditorWindow":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "EditorWindow":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.ui.tabs.impl.JBTabsImpl$addTimerUpdate$1.invokeSuspend(JBTabsImpl.kt:759) + - "EditorComposite(file=file:///home/nea/src/Firmament/src/main/kotlin/features/mining/PickaxeAbility.kt)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "EditorComposite(file=file:///home/nea/src/Firmament/src/main/kotlin/features/mining/PickaxeAbility.kt)":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$createCompositeByEditorWithModel$1.invokeSuspend(FileEditorManagerImpl.kt:1343) + - "EditorWindow":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.fileEditor.impl.EditorWindow$watchForTabActions$1.invokeSuspend(EditorWindow.kt:423) + - "EditorWindow":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "AsyncEditorLoader(file=PickaxeAbility.kt)":ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), uninitialized, ModalityState.ANY] + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), uninitialized, ModalityState.ANY] + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer.execute(FloatingCodeToolbarEditorCustomizer.kt:25) + at com.intellij.openapi.fileEditor.impl.text.TextEditorImpl$2$1.invokeSuspend(TextEditorImpl.kt:101) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.actionSystem.impl.FloatingToolbar$1.invokeSuspend(FloatingToolbar.kt:70) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), uninitialized, ModalityState.ANY] + - "EditorComposite(file=file:///home/nea/src/Firmament/README.md)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "EditorComposite(file=file:///home/nea/src/Firmament/README.md)":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$createCompositeByEditorWithModel$1.invokeSuspend(FileEditorManagerImpl.kt:1343) + - "EditorWindow":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.fileEditor.impl.EditorWindow$watchForTabActions$1.invokeSuspend(EditorWindow.kt:423) + - "EditorWindow":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "AsyncEditorLoader(file=README.md)":ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), uninitialized, ModalityState.ANY] + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), uninitialized, ModalityState.ANY] + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), uninitialized, ModalityState.ANY] + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at com.intellij.openapi.fileEditor.impl.text.TextEditorImpl$2$1.invokeSuspend(TextEditorImpl.kt:101) + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.actionSystem.impl.FloatingToolbar$1.invokeSuspend(FloatingToolbar.kt:70) + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "EditorComposite(file=file:///home/nea/src/Firmament/src/main/kotlin/gui/config/ManagedConfig.kt)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "EditorComposite(file=file:///home/nea/src/Firmament/src/main/kotlin/gui/config/ManagedConfig.kt)":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), ModalityState.ANY, ClientId(value=Host), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.openapi.fileEditor.impl.EditorComposite$2.invokeSuspend(EditorComposite.kt:160) + - "EditorComposite(file=file:///home/nea/src/Firmament/src/main/kotlin/gui/config/ManagedConfig.kt)":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$createCompositeByEditorWithModel$1.invokeSuspend(FileEditorManagerImpl.kt:1343) + - "EditorWindow":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.fileEditor.impl.EditorWindow$watchForTabActions$1.invokeSuspend(EditorWindow.kt:423) + - "EditorWindow":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "AsyncEditorLoader(file=ManagedConfig.kt)":ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), uninitialized, ModalityState.ANY] + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), uninitialized, ModalityState.ANY] + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer.execute(FloatingCodeToolbarEditorCustomizer.kt:25) + at com.intellij.openapi.fileEditor.impl.text.TextEditorImpl$2$1.invokeSuspend(TextEditorImpl.kt:101) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.actionSystem.impl.FloatingToolbar$1.invokeSuspend(FloatingToolbar.kt:70) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), uninitialized, ModalityState.ANY] + - "DockableEditorTabbedContainer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "DockableEditorContainerFactory":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.workspaceModel.ide.impl.WorkspaceModelImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.project.ExternalStorageConfigurationManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl$2.invokeSuspend(WorkspaceModelCacheImpl.kt:79) + - "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents$1.invokeSuspend(FeatureUsageSettingsEvents.kt:66) + - "com.intellij.platform.backend.observation.PlatformActivityTrackerService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.workspaceModel.ide.impl.legacyBridge.project.ProjectRootManagerBridge":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.kotlin.idea.gradleJava.scripting.ProjectGradleSettingsListener$CoroutineScopeService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.workspaceModel.ide.impl.legacyBridge.module.ModuleManagerComponentBridge":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.workspaceModel.ide.impl.legacyBridge.facet.FacetEntityChangeListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.ide.startup.impl.StartupManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x21 of] "ModuleBridgeImpl container":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x PythonCore)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x com.jetbrains.rust)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x com.intellij.java)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x org.jetbrains.idea.eclipse)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x net.masterthought.dlanguage)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x DevKit)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x com.intellij.spring)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x com.intellij.spring.boot)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x com.intellij.uiDesigner)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + -[x3 of] "(ModuleBridgeImpl x Pythonid)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x org.jetbrains.idea.maven)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x com.demonwav.minecraft-dev)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x org.jetbrains.security.package-checker)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.kotlin.idea.macros.KotlinBundledUsageDetector$ModelChangeListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.platform.navbar.frontend.NavBarService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.platform.navbar.frontend.NavBarService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt$staticNavBarPanel$handleWindow$2.invokeSuspend(StaticNavBarPanel.kt:48) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt.staticNavBarPanel$handleWindow(StaticNavBarPanel.kt:39) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt$staticNavBarPanel$1$1$1$1.invokeSuspend(StaticNavBarPanel.kt:64) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$1.invokeSuspend(NavBarVmImpl.kt:41) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at com.intellij.platform.navbar.frontend.NavBarService$contextItems$1.invokeSuspend(NavBarService.kt:87) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$2.invokeSuspend(NavBarVmImpl.kt:51) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.platform.util.coroutines.flow.FlowKt$zipWithNext$1.invokeSuspend(flow.kt:107) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$handleSelectionChange$2.invokeSuspend(NavBarVmImpl.kt:114) + at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:213) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$3.invokeSuspend(NavBarVmImpl.kt:54) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.NavBarService$1.invokeSuspend(NavBarService.kt:50) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.NavBarService$1$1.invokeSuspend(NavBarService.kt:57) + at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:213) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.platform.navbar.monolith.MonolithNavbarServiceDelegate$activityFlow$1.invokeSuspend(MonolithNavBarServiceDelegate.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x7 of] "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.status.EditorBasedStatusBarPopup$1.invokeSuspend(EditorBasedStatusBarPopup.kt:104) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__MergeKt$flattenConcat$1$1.emit(Merge.kt:79) + at kotlinx.coroutines.flow.FlowKt__MergeKt$flatMapConcat$$inlined$map$1$2.emit(Merge.kt:219) + at kotlinx.coroutines.flow.FlowKt__LimitKt.emitAbort$FlowKt__LimitKt(Limit.kt:70) + at kotlinx.coroutines.flow.FlowKt__LimitKt$take$2$1.emit(Limit.kt:60) + at com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager$dataContext$1$currentFileEditor$2$1.invokeSuspend(StatusBarWidgetsManager.kt:63) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.FlowKt__LimitKt$take$$inlined$unsafeFlow$1.collect(Limit.kt:115) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.status.IdeStatusBarImplKt$createComponentByWidgetPresentation$1.invokeSuspend(IdeStatusBarImpl.kt:797) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.status.IdeStatusBarImplKt$createComponentByWidgetPresentation$2.invokeSuspend(IdeStatusBarImpl.kt:814) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Completing} [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:92) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:92) + - "com.intellij.ui.EditorNotificationsImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "EditorNotificationsImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.ui.EditorNotificationsImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.ui.EditorNotificationsImpl$6.invokeSuspend(EditorNotificationsImpl.kt:112) + - "com.intellij.ui.EditorNotificationsImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.ui.EditorNotificationsImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "(ProjectImpl@1629408250 x com.gmail.blueboxware.libgdxplugin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215) + - "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__EmittersKt$onStart$$inlined$unsafeFlow$1.collect(Emitters.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__EmittersKt$onEmpty$$inlined$unsafeFlow$1.collect(Emitters.kt:113) + at com.intellij.codeInspection.ex.Dynamic_inspectionsKt$dynamicInspectionsFlow$$inlined$flatMapLatest$1.invokeSuspend(dynamic-inspections.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__EmittersKt$onEmpty$$inlined$unsafeFlow$1.collect(Emitters.kt:113) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.codeInspection.ex.Dynamic_inspectionsKt$dynamicInspectionsFlow$epUpdatedFlow$1.invokeSuspend(dynamic-inspections.kt:72) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":LazyStandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar$updateInspectionProfilesSubscription$1.invokeSuspend(ProjectInspectionToolRegistrar.kt:31) + - "com.intellij.ide.project.impl.BaseProjectDirectoriesImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.ide.project.impl.BaseProjectDirectoriesImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.ide.project.impl.BaseProjectDirectoriesImpl$1.invokeSuspend(BaseProjectDirectoriesImpl.kt:30) + - "com.intellij.openapi.project.DumbServiceImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.project.DumbServiceImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.xdebugger.impl.XDebuggerManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "XDebuggerExecutionPointManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + - "XDebuggerExecutionPointManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "XDebuggerExecutionPointManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "XDebuggerExecutionPointManager/UI":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + -[x2 of] "XDebuggerExecutionPointManager/UI":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.xdebugger.impl.ui.ExecutionPositionUiKt$showExecutionPositionUi$1.invokeSuspend(ExecutionPositionUi.kt:49) + - "XDebuggerExecutionPointManager/UI":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "XDebuggerExecutionPointManager/UI":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "XDebuggerExecutionPointManager/UI":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.xdebugger.impl.ui.ExecutionPositionUiKt$showExecutionPositionUi$1$2.invokeSuspend(ExecutionPositionUi.kt:51) + at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:213) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "XDebuggerExecutionPointManager/UI":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.xdebugger.impl.XDebuggerExecutionPointManager$1.invokeSuspend(XDebuggerExecutionPointManager.kt:67) + - "com.intellij.xdebugger.impl.XDebuggerManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.xdebugger.impl.XDebuggerLineChangeHandler$1.invokeSuspend(XDebuggerLineChangeHandler.kt:27) + - "com.intellij.xdebugger.impl.XDebuggerManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "(ProjectImpl@1629408250 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.dvcs.ignore.IgnoredToExcludedSynchronizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.dvcs.ignore.IgnoredToExcludedSynchronizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.dvcs.ignore.IgnoredToExcludedSynchronizer$1.invokeSuspend(IgnoredToExcludedSynchronizer.kt:77) + - "ProjectImpl@1629408250 container":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.status.EditorBasedStatusBarPopup$1.invokeSuspend(EditorBasedStatusBarPopup.kt:104) + - "ProjectImpl@1629408250 container":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "ProjectImpl@1629408250 container":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "ProjectImpl@1629408250 container":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at com.intellij.openapi.wm.impl.status.EditorBasedStatusBarPopup.doUpdate(EditorBasedStatusBarPopup.kt:151) + at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:213) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.platform.lsp.impl.LspServerManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.platform.lsp.impl.LspServerManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.platform.lsp.impl.LspServerManagerImpl$addWorkspaceModelListener$1.invokeSuspend(LspServerManagerImpl.kt:290) + - "ProjectImpl@1629408250 container":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.status.EditorBasedStatusBarPopup$1.invokeSuspend(EditorBasedStatusBarPopup.kt:104) + - "ProjectImpl@1629408250 container":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "ProjectImpl@1629408250 container":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.ui.docking.impl.DockManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.execution.runToolbar.RunToolbarSlotManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.codeInsight.daemon.impl.HighlightingMarkupGrave":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.codeInsight.daemon.impl.HighlightingMarkupGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at com.intellij.openapi.fileEditor.impl.text.TextEditorCache$createCache$1.invokeSuspend(TextEditorCache.kt:47) + - "com.intellij.codeInsight.daemon.impl.HighlightingMarkupGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at com.intellij.util.io.ManagedPersistentCache$forceOnTimer$2$1.invokeSuspend(ManagedPersistentCache.kt:97) + - "com.intellij.codeInsight.daemon.impl.HighlightingMarkupGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "com.intellij.openapi.fileEditor.impl.text.foldingGrave.FoldingModelGrave":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.fileEditor.impl.text.foldingGrave.FoldingModelGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at com.intellij.openapi.fileEditor.impl.text.TextEditorCache$createCache$1.invokeSuspend(TextEditorCache.kt:47) + - "com.intellij.openapi.fileEditor.impl.text.foldingGrave.FoldingModelGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at com.intellij.util.io.ManagedPersistentCache$forceOnTimer$2$1.invokeSuspend(ManagedPersistentCache.kt:97) + - "com.intellij.openapi.fileEditor.impl.text.foldingGrave.FoldingModelGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "com.intellij.codeInsight.daemon.impl.grave.CodeVisionGrave":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.codeInsight.daemon.impl.grave.CodeVisionGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at com.intellij.openapi.fileEditor.impl.text.TextEditorCache$createCache$1.invokeSuspend(TextEditorCache.kt:47) + - "com.intellij.codeInsight.daemon.impl.grave.CodeVisionGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at com.intellij.util.io.ManagedPersistentCache$forceOnTimer$2$1.invokeSuspend(ManagedPersistentCache.kt:97) + - "com.intellij.codeInsight.daemon.impl.grave.CodeVisionGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "com.intellij.codeInsight.daemon.impl.DeclarativeHintsGrave":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.codeInsight.daemon.impl.DeclarativeHintsGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at com.intellij.openapi.fileEditor.impl.text.TextEditorCache$createCache$1.invokeSuspend(TextEditorCache.kt:47) + - "com.intellij.codeInsight.daemon.impl.DeclarativeHintsGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at com.intellij.util.io.ManagedPersistentCache$forceOnTimer$2$1.invokeSuspend(ManagedPersistentCache.kt:97) + - "com.intellij.codeInsight.daemon.impl.DeclarativeHintsGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "com.intellij.codeInsight.hints.ParamHintsGrave":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.codeInsight.hints.ParamHintsGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at com.intellij.openapi.fileEditor.impl.text.TextEditorCache$createCache$1.invokeSuspend(TextEditorCache.kt:47) + - "com.intellij.codeInsight.hints.ParamHintsGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at com.intellij.util.io.ManagedPersistentCache$forceOnTimer$2$1.invokeSuspend(ManagedPersistentCache.kt:97) + - "com.intellij.codeInsight.hints.ParamHintsGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "(ProjectImpl@1629408250 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.platform.ide.newUsersOnboarding.NewUsersOnboardingService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.util.indexing.UnindexedFilesScannerExecutorImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "Scanning (root)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + - "Scanning (root)":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179) + at com.intellij.util.indexing.UnindexedFilesScannerExecutorImpl$1.invokeSuspend(UnindexedFilesScannerExecutorImpl.kt:82) + -[x2 of] "Scanning (root)":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + -[x2 of] "Scanning (root)":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.IO] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "(ProjectImpl@1629408250 x intellij.indexing.shared.core)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.indexing.shared.download.ShadeIndexDumbModeTracker":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x org.jetbrains.plugins.github)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x2 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1.invokeSuspend(CoroutineUtil.kt:224) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1.invokeSuspend(CoroutineUtil.kt:203) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1$1.invokeSuspend(CoroutineUtil.kt:209) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + -[x3 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x2 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.collaboration.auth.PasswordSafeCredentialsRepository$canPersistCredentials$1.invokeSuspend(PasswordSafeCredentialsRepository.kt:39) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x3 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + -[x2 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x3 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel$selectorVm$2$1.invokeSuspend(GHPRToolWindowViewModel.kt:59) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel$selectorVm$2$2.invokeSuspend(GHPRToolWindowViewModel.kt:77) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:57) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__TransformKt$runningFold$$inlined$unsafeFlow$1.collect(Transform.kt:114) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at git4idea.remote.hosting.GitAsyncExtensionsKt$discoverServers$1.invokeSuspend(gitAsyncExtensions.kt:128) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:57) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + - "org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x3 of] "org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController$setupReview$1.invokeSuspend(GHPRReviewInEditorController.kt:60) + - "org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.ui.review.GHPROnCurrentBranchService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.github.pullrequest.ui.review.GHPROnCurrentBranchService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + - "org.jetbrains.plugins.github.pullrequest.ui.review.GHPROnCurrentBranchService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__EmittersKt$onStart$$inlined$unsafeFlow$1.collect(Emitters.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.github.pullrequest.ui.review.GHPROnCurrentBranchService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector$1.invokeSuspend(GHPRStatisticsCollector.kt:175) + - "com.intellij.application.options.codeStyle.cache.CodeStyleCachedValueProviderService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.codeInsight.preview.ImageOrColorPreviewService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "ImageOrColorPreviewService requests collector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.codeInsight.preview.ImageOrColorPreviewService$1.invokeSuspend(ImageOrColorPreviewService.kt:57) + - "ImageOrColorPreviewService requests collector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "ImageOrColorPreviewService requests collector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.codeInsight.preview.ImageOrColorPreviewService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "com.intellij.util.indexing.DumbModeWhileScanningTrigger":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.util.indexing.DumbModeWhileScanningTrigger":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179) + at com.intellij.util.indexing.DumbModeWhileScanningTrigger$subscribe$1.invokeSuspend(DumbModeWhileScanningTrigger.kt:54) + - "com.intellij.util.indexing.DumbModeWhileScanningTrigger":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.util.indexing.DumbModeWhileScanningTrigger":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.util.indexing.PerProjectIndexingQueue$estimatedFilesCount$$inlined$flatMapLatest$1.invokeSuspend(PerProjectIndexingQueue.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.webSymbols.context.impl.WebSymbolsContextDiscoveryInfo":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x2 of] "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), uninitialized, ModalityState.ANY] + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer.execute(FloatingCodeToolbarEditorCustomizer.kt:25) + at com.intellij.openapi.fileEditor.impl.text.TextEditorImpl$2$1.invokeSuspend(TextEditorImpl.kt:101) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.actionSystem.impl.FloatingToolbar$1.invokeSuspend(FloatingToolbar.kt:70) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.intellij.plugins.markdown))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x2 of] "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), uninitialized, ModalityState.ANY] + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), uninitialized, ModalityState.ANY] + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at com.intellij.openapi.fileEditor.impl.text.TextEditorImpl$2$1.invokeSuspend(TextEditorImpl.kt:101) + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.actionSystem.impl.FloatingToolbar$1.invokeSuspend(FloatingToolbar.kt:70) + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.jetbrains.rust))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.rust.cargo.project.autolink.UnlinkedProjectEditorListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x JavaScript))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.lang.javascript.service.ide.JSLanguageServiceFileEditorListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.lang.javascript.service.ide.JSLanguageServiceFileEditorListener":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at com.intellij.lang.javascript.service.ide.JSLanguageServiceEditorListenerBase$1.invokeSuspend(JSLanguageServiceEditorListenerBase.kt:33) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250), uninitialized, ModalityState.ANY] + - "com.intellij.openapi.project.SmartModeScheduler":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.project.SmartModeScheduler":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.project.SmartModeScheduler$2.invokeSuspend(SmartModeScheduler.kt:70) + - "com.intellij.openapi.project.SmartModeScheduler":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.project.SmartModeScheduler":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.project.SmartModeScheduler$3.invokeSuspend(SmartModeScheduler.kt:77) + - "(ProjectImpl@1629408250 x org.intellij.plugins.markdown)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.intellij.plugins.markdown.util.MarkdownPluginScope":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "org.intellij.plugins.markdown.util.MarkdownPluginScope":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.util.indexing.diagnostic.DumbModeFromScanningTrackerService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.util.indexing.diagnostic.DumbModeFromScanningTrackerService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.util.indexing.diagnostic.DumbModeFromScanningTrackerService$1.invokeSuspend(DumbModeFromScanningTrackerService.kt:21) + - "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), run activity, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.codeInsight.daemon.impl.StatusBarUpdaterKt.initStatusBarUpdater(StatusBarUpdater.kt:59) + at com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerStatusBarUpdater$execute$2.invokeSuspend(StatusBarUpdater.kt:34) + at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:496) + - "run activity":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), run activity, Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "run activity":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), run activity, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), run activity, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.LibraryDependentToolWindowManager$execute$2.invokeSuspend(LibraryDependentToolWindowManager.kt:65) + at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:496) + - "run activity":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), run activity, Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "run activity":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), run activity, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.codeInsight.navigation.CtrlMouseHandler2":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), run activity, Dispatchers.Default] + at com.intellij.util.indexing.projectFilter.ProjectIndexableFilesFilterHealthCheckStarter.execute(ProjectIndexableFilesFilterHealthCheck.kt:61) + at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:496) + - "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), run activity, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.openapi.projectRoots.impl.UnknownSdkStartupChecker.execute(UnknownSdkStartupChecker.kt:31) + at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:496) + -[x7 of] "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x training))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.spellchecker.grazie.GrazieSpellCheckerEngine":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.externalSystem.service.project.manage.ExternalProjectsManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.searcheverywhere.ml))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x PythonCore))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.jetbrains.performancePlugin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x2 of] "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.java))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x net.masterthought.dlanguage))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.microservices.jvm))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij.microservices.jvm)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.microservices.jvm.beans.BeansViewService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.microservices.jvm.beans.BeansViewService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.microservices.jvm.beans.BeansViewService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.microservices.jvm.beans.BeansViewService$addChangeListener$1.invokeSuspend(BeansViewService.kt:44) + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.jpa.jpb.model))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.gradle))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.ml.inline.completion))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.completion.full.line))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.internal.statistic.service.fus.collectors.ProjectFUStateUsagesLogger":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.internal.statistic.service.fus.collectors.ProjectFUStateUsagesLogger":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at com.intellij.internal.statistic.service.fus.collectors.ProjectFUStateUsagesLogger.logProjectStateRegularly(FUStateUsagesLogger.kt:213) + at com.intellij.internal.statistic.service.fus.collectors.ProjectFUStateUsagesLogger$1.invokeSuspend(FUStateUsagesLogger.kt:202) + - "(ProjectImpl@1629408250 x com.intellij.tailwindcss)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x3 of] "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.swagger))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x intellij.indexing.shared.core))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.intellij.groovy))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x Git4Idea))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x2 of] "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x intellij.indexing.shared))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.idea.maven))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.plugins.gradle))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x intellij.ktor))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.plugins.gradle.maven))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.demonwav.minecraft-dev))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x LivePlugin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.gmail.blueboxware.libgdxplugin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.plugins.vue))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x2 of] "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.intellij.qodana))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.jetbrains.codeWithMe))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.analysis.pwa))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x intellij.grid.impl))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.database))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x org.jetbrains.plugins.vue)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.project.InitialVfsRefreshService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.project.InitialVfsRefreshService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "(ProjectImpl@1629408250 x org.jetbrains.plugins.astro)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.platform.ide.impl.statistic.ToolWindowStateCollector":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + -[x2 of] "com.intellij.platform.ide.impl.statistic.ToolWindowStateCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at com.intellij.platform.ide.impl.statistic.ToolWindowStateCollector$stateChanged$flow$1$1$1.invokeSuspend(ToolWindowStateListener.kt:52) + - "com.intellij.platform.ide.impl.statistic.ToolWindowStateCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.EDT] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.ide.structureView.impl.StructureViewFactoryImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x idea.plugin.protoeditor)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.util.indexing.projectFilter.ProjectIndexableFilesFilterHealthCheck":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.externalSystem.service.project.manage.SourceFolderManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.smartUpdate.SmartUpdate":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.jetbrains.plugins.webDeployment))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.plugins.javaFX))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x DevKit))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.updateSettings.impl.pluginsAdvertisement.PluginAdvertiserServiceImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x tanvd.grazi))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.openapi.externalSystem.autolink.UnlinkedProjectStartupActivity$CoroutineScopeService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.plugins.github))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x JavaScript))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1629408250 x JavaScript)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.framework.detection.impl.FrameworkDetectionManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.framework.detection.impl.FrameworkDetectionManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.framework.detection.impl.FrameworkDetectorQueue$scheduleFlow$1.invokeSuspend(FrameworkDetectorQueue.kt:54) + - "com.intellij.framework.detection.impl.FrameworkDetectionManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.framework.detection.impl.FrameworkDetectionManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "(ProjectImpl@1629408250 x org.jetbrains.security.package-checker)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.packageChecker.model.ProjectDependenciesModuleAggregator":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "com.intellij.packageChecker.model.ProjectDependenciesModuleAggregator":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.packageChecker.model.ProjectDependenciesModuleAggregator":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.packageChecker.model.ProjectDependenciesModuleAggregator":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "com.intellij.packageChecker.model.ProjectDependenciesModuleAggregator":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.packageChecker.model.ProjectDependenciesModuleAggregator":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at com.intellij.packageChecker.model.ProjectDependenciesModuleAggregator$special$$inlined$flatMapLatest$1.invokeSuspend(ProjectDependenciesModuleAggregator.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + -[x4 of] "com.intellij.packageChecker.model.ProjectDependenciesModuleAggregator":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215) + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelImpl":StandaloneCoroutine{Active}, state: RUNNING [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:152) + at kotlinx.coroutines.flow.FlowKt__ErrorsKt$catch$$inlined$unsafeFlow$1.collect(Errors.kt:112) + at com.intellij.packageChecker.model.impl.ProjectDependenciesModelImpl$allPackages$1.invokeSuspend(ProjectDependenciesModelImpl.kt:85) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "(ProjectImpl@1629408250 x org.jetbrains.security.package-checker)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.configurationStore.StoreReloadManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "configuration store reload request flow processing":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at com.intellij.configurationStore.StoreReloadManagerImpl$1.invokeSuspend(StoreReloadManagerImpl.kt:56) + - "configuration store reload request flow processing":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.ide.actionsOnSave.impl.ActionsOnSaveManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.lang.documentation.ide.impl.DocumentationManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.lang.documentation.ide.impl.DocumentationManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at com.intellij.ui.BalloonLayoutImpl$1.invokeSuspend(BalloonLayoutImpl.kt:75) + - "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":StandaloneCoroutine{Active}, state: RUNNING [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + - "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$3$1.invokeSuspend(Delay.kt:226) + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:441) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at com.intellij.ui.BalloonLayoutImpl$1.invokeSuspend(BalloonLayoutImpl.kt:75) + - "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1$1.emit(Delay.kt:204) + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:392) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.workspaceModel.ide.impl.GlobalWorkspaceModelCacheImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.workspaceModel.ide.impl.GlobalWorkspaceModelCacheImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at com.intellij.workspaceModel.ide.impl.GlobalWorkspaceModelCacheImpl$1.invokeSuspend(GlobalWorkspaceModelCacheImpl.kt:46) + - "com.intellij.workspaceModel.ide.impl.GlobalWorkspaceModelCacheImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.workspaceModel.ide.impl.jps.serialization.JpsGlobalModelSynchronizerImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.diagnostic.ThreadDumpService":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.openapi.vfs.newvfs.RefreshQueueImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "RefreshQueue Pool":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638), LimitedDispatcher@4df8d2e6] + - "Async Refresh Event Processing":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638), LimitedDispatcher@18d5f987] + - "(ApplicationImpl@857138638 x com.intellij.settingsSync)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.settingsSync.git.SettingsHistoryToolWindowFactory":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.ui.IconDeferrerImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x org.editorconfig.editorconfigjetbrains)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.util.indexing.ProjectFileBasedIndexStartupActivity":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + -[x2 of] "(ApplicationImpl@857138638 x intellij.indexing.shared)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x intellij.indexing.shared))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x intellij.indexing.shared))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.ui.IconCalculatingService":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x org.jetbrains.plugins.sass)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.codeInsight.inline.completion.listeners.InlineCompletionEditorListener":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + -[x5 of] "com.intellij.codeInsight.inline.completion.listeners.InlineCompletionEditorListener":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.codeInsight.inline.completion.listeners.InlineCompletionEditorListener":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at com.intellij.codeInsight.inline.completion.utils.SafeInlineCompletionExecutor$1.invokeSuspend(SafeInlineCompletionExecutor.kt:35) + - "com.intellij.util.concurrency.InvokerService":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Invoker.0.Thread.ReadAction=YES: Project(name=Firmament, containerState=COMPONENT_CREATED, componentStore=/home/nea/src/Firmament)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Invoker.1.Thread.ReadAction=NO: com.intellij.platform.execution.serviceView.ServiceModel@4de90c26":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Invoker.2.Thread.ReadAction=YES: Project(name=reproduction-infinite-compile, containerState=COMPONENT_CREATED, componentStore=/home/nea/src/reproduction-infinite-compile)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Invoker.3.Thread.ReadAction=YES: com.intellij.ide.projectView.impl.ProjectViewPane@8fd8f35":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Invoker.4.EDT: com.intellij.ui.tree.AsyncTreeModel@3afaba0f":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Invoker.5.Thread.ReadAction=NO: com.intellij.platform.execution.serviceView.ServiceModel@7fa4d669":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Invoker.6.Thread.ReadAction=NO: com.intellij.build.BuildTreeConsoleView@39c3e85":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Invoker.7.EDT: com.intellij.ui.tree.AsyncTreeModel@2abd4631":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Invoker.8.Thread.ReadAction=YES: com.intellij.analysis.problemsView.toolWindow.ProblemsTreeModel@15db6ad3":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Invoker.9.EDT: com.intellij.ui.tree.AsyncTreeModel@23d2354":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Invoker.10.Thread.ReadAction=YES: com.intellij.analysis.problemsView.toolWindow.ProblemsTreeModel@3cd9839e":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Invoker.11.EDT: com.intellij.ui.tree.AsyncTreeModel@414719e2":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Invoker.12.Thread.ReadAction=YES: com.intellij.openapi.externalSystem.view.ExternalProjectsStructure@286bd733":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Invoker.13.EDT: com.intellij.ui.tree.AsyncTreeModel@56d28714":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Invoker.14.Thread.ReadAction=NO: com.intellij.build.BuildTreeConsoleView@45df62c0":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "Invoker.15.EDT: com.intellij.ui.tree.AsyncTreeModel@5e7f8f49":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.ide.passwordSafe.impl.PasswordSafeImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.platform.ide.diagnostic.startUpPerformanceReporter.IdeStartUpPerformanceService":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.jetbrains.performancePlugin)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.jetbrains.performancePlugin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.jetbrains.performancePlugin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x com.intellij.java)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.java))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.java))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x com.intellij.microservices.jvm)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.microservices.jvm))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.microservices.jvm))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x com.intellij.jpa.jpb.model)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.jpa.jpb.model))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.jpa.jpb.model))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x com.intellij.ml.inline.completion)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.ml.inline.completion))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.ml.inline.completion))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x com.intellij.swagger)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.swagger))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.swagger))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x intellij.ktor)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x intellij.ktor))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x intellij.ktor))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x org.jetbrains.plugins.gradle.maven)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.plugins.gradle.maven))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.plugins.gradle.maven))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x2 of] "ApplicationImpl@857138638 container":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ApplicationImpl@857138638 x com.gmail.blueboxware.libgdxplugin)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.gmail.blueboxware.libgdxplugin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.gmail.blueboxware.libgdxplugin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x org.jetbrains.plugins.vue)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x org.jetbrains.plugins.vue))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.plugins.vue))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x com.intellij.analysis.pwa)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x com.intellij.analysis.pwa))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.analysis.pwa))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.rd.util.RdCoroutineHost$ScopeHolder":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + -[x2 of] SupervisorJobImpl{Active} + - "com.intellij.diagnostic.IdeHeartbeatEventReporterService":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.diagnostic.IdeHeartbeatEventReporterService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at com.intellij.diagnostic.IdeHeartbeatEventReporterService.heartBeatRoutine(IdeHeartbeatEventReporter.kt:120) + at com.intellij.diagnostic.IdeHeartbeatEventReporterService$1.invokeSuspend(IdeHeartbeatEventReporter.kt:49) + - "(ApplicationImpl@857138638 x JavaScript)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "(ProjectImpl@1629408250 x (ApplicationImpl@857138638 x JavaScript))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1629408250)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x JavaScript))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ApplicationImpl@857138638 x org.jetbrains.security.package-checker)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "ApplicationImpl@857138638 container":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEventScheduler$initialize$1.invokeSuspend(FeatureUsageSettingsEventScheduler.kt:32) + - "ProjectImpl@1246452040 container":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "ProjectImpl@1246452040 container":ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.editorconfig.editorconfigjetbrains)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.jetbrains.plugins.yaml)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.analysis.pwa)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.vcs.changes.ChangeListManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.vcs.impl.VcsInitialization":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.vcs.roots.VcsRootScanner":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.vcs.roots.VcsRootScanner":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.vcs.roots.VcsRootScanner$4.invokeSuspend(VcsRootScanner.kt:61) + - "com.intellij.openapi.vcs.roots.VcsRootScanner":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.vcs.roots.VcsRootScanner":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "(ProjectImpl@1246452040 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.vcs.log.impl.VcsProjectLog":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "Close VCS log":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "(ProjectImpl@1246452040 x hg4idea)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.jetbrains.plugins.webDeployment)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x PsiViewer)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.diagram)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x4 of] "(ProjectImpl@1246452040 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x PythonCore)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x2 of] "(ProjectImpl@1246452040 x com.jetbrains.rust)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.jetbrains.performancePlugin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.configurationScript)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x Subversion)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.platform.images)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.copyright)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.css)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.java)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.jarRepository.RepositoryLibraryUtils":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.projectRoots.impl.SdkmanrcWatcherService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.codeInsight.daemon.problems.pass.ProjectPsiChangesProcessor":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.codeInsight.daemon.problems.pass.ProjectPsiChangesProcessor":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at com.intellij.codeInsight.daemon.problems.pass.ProjectPsiChangesProcessor$1.invokeSuspend(ProjectProblemFileSelectionListener.kt:129) + - "com.intellij.codeInsight.daemon.problems.pass.ProjectPsiChangesProcessor":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.ide.FileNotInSourceRootService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.jarRepository.LibraryIdSynchronizationQueue":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.jarRepository.LibraryIdSynchronizationQueue":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at com.intellij.jarRepository.LibraryIdSynchronizationQueue$1.invokeSuspend(LibraryIdSynchronizationQueue.kt:31) + - "(ProjectImpl@1246452040 x com.intellij.dsm)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.jetbrains.plugins.remote-run)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.jetbrains.sh)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.spring.boot.initializr)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.openRewrite)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openRewrite.recipe.OpenRewriteRecipeService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.jpa.jpb.model)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.spring)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x3 of] "(ProjectImpl@1246452040 x com.intellij.spring.boot)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.spring.data)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.gradle)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.uiDesigner)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x3 of] "(ProjectImpl@1246452040 x com.intellij.liquibase)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.javaee.web)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.jetbrains.plugins.hocon)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.jsp)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.kotlin.idea.core.script.configuration.CompositeScriptConfigurationManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.kotlin.idea.macros.KotlinBundledUsageDetector":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.kotlin.idea.configuration.KotlinProjectConfigurationService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x5 of] "(ProjectImpl@1246452040 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLogger":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLogger":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLogger$setup$1.invokeSuspend(KotlinGradleFUSLogger.kt:158) + - "org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLogger":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLogger$setup$2.invokeSuspend(KotlinGradleFUSLogger.kt:166) + - "(ProjectImpl@1246452040 x com.jetbrains.restWebServices)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.completion.ml.ranking)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.completion.ml.ngram.NGramModelRunnerManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.jetbrains.restClient)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.httpClient.http.request.run.v2.HttpRequestRunLineMarkerV2EnablingListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.swagger)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.swagger.core.visualEditing.SwVisualEditingActionsService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x2 of] "(ProjectImpl@1246452040 x intellij.indexing.shared)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x intellij.grid.impl)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x5 of] "(ProjectImpl@1246452040 x Pythonid)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x XPathView)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.tasks)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.tasks.timeTracking)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.intellij.intelliLang)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x Coverage)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.intellij.groovy)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.kubernetes)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.kubernetes.api.KubernetesApiProvider":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "k8s.apiProvider":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "k8s.apiProvider":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "k8s.apiProvider":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "k8s.apiProvider":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.kubernetes.util.SyncPublisherKt$asFlow$1.invokeSuspend(SyncPublisher.kt:46) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.kubernetes.ui.KustomizeYamlPanelUpdater":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x PerforceDirectPlugin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x Git4Idea)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "git4idea.GitDisposable":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "GitRepositoryImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "GitTagHolder":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "git4idea.annotate.GitAnnotationService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "git4idea.ignore.GitIgnoreInStoreDirGenerator":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.jetbrains.plugins.gitlab)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.gitlab.mergerequest.ui.editor.GitLabMergeRequestEditorReviewController":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x2 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.editor.GitLabMergeRequestEditorReviewController":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at org.jetbrains.plugins.gitlab.mergerequest.ui.editor.GitLabMergeRequestEditorReviewController$setupReview$1.invokeSuspend(GitLabMergeRequestEditorReviewController.kt:54) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.editor.GitLabMergeRequestEditorReviewController":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.editor.GitLabMergeRequestEditorReviewController":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1.invokeSuspend(CoroutineUtil.kt:224) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1.invokeSuspend(CoroutineUtil.kt:203) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1$1.invokeSuspend(CoroutineUtil.kt:209) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1.invokeSuspend(CoroutineUtil.kt:224) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1.invokeSuspend(CoroutineUtil.kt:203) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1$1.invokeSuspend(CoroutineUtil.kt:209) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: RUNNING [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + -[x3 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x2 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.collaboration.auth.PasswordSafeCredentialsRepository$canPersistCredentials$1.invokeSuspend(PasswordSafeCredentialsRepository.kt:39) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x3 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x2 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x3 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabRepositoryAndAccountSelectorViewModel$1.invokeSuspend(GitLabRepositoryAndAccountSelectorViewModel.kt:43) + -[x2 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x2 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.api.GitLabProjectConnectionManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.gitlab.api.GitLabProjectConnectionManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:57) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__TransformKt$runningFold$$inlined$unsafeFlow$1.collect(Transform.kt:114) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at git4idea.remote.hosting.GitAsyncExtensionsKt$discoverServers$1.invokeSuspend(gitAsyncExtensions.kt:128) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:57) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.GitLabMergeRequestsToolWindowController":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.GitLabMergeRequestsToolWindowController":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + - "org.jetbrains.plugins.gitlab.mergerequest.ui.review.GitLabMergeRequestOnCurrentBranchService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.gitlab.mergerequest.ui.review.GitLabMergeRequestOnCurrentBranchService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__EmittersKt$onStart$$inlined$unsafeFlow$1.collect(Emitters.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.gitlab.mergerequest.ui.review.GitLabMergeRequestOnCurrentBranchService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "(ProjectImpl@1246452040 x org.jetbrains.idea.maven)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.idea.maven.project.MavenProjectsManagerEx":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.idea.maven.utils.MavenHighlightingUpdater":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.jetbrains.plugins.gradle)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.reactivestreams)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x intellij.ktor)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x JavaScript)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.lang.javascript.linter.eslint.service.EslintLanguageServiceManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.database)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.database.dataSource.DataSourceModelStorageImpl$Prj":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.javaee.app.servers.integration)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.persistence)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.javaee.jpa)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.javaee.reverseEngineering)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.hibernate)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij.stylelint)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x NodeJS)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.demonwav.minecraft-dev)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.demonwav.mcdev.facet.MinecraftFacetDetector$FacetDetectorScopeProvider":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x tslint)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.jetbrains.plugins.node-remote-interpreter)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x intellij.prettierJS)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x Karma)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.intellij.qodana)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.qodana.inspectionKts.KtsInspectionsManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.qodana.inspectionKts.KtsInspectionsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__EmittersKt$onEmpty$$inlined$unsafeFlow$1.collect(Emitters.kt:113) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215) + - "org.jetbrains.qodana.inspectionKts.KtsInspectionsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at org.jetbrains.qodana.inspectionKts.KtsInspectionsManager$inspectionFilesFlow$1.invokeSuspend(KtsInspectionsManager.kt:121) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.qodana.inspectionKts.KtsInspectionsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at org.jetbrains.qodana.coroutines.FlowKt$vfsChangesMapFlow$1.invokeSuspend(flow.kt:54) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "(ProjectImpl@1246452040 x com.intellij.spring.mvc)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.jetbrains.codeWithMe)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.jetbrains.rdserver.settings.BackendBroadcastSettingsStorageService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.jetbrains.rdserver.settings.BackendBroadcastSettingsStorageService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.jetbrains.rd.platform.codeWithMe.settings.RdSettingsStorageService$2.invokeSuspend(RdSettingsStorageService.kt:61) + - "com.jetbrains.rdserver.settings.BackendBroadcastSettingsStorageService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.jetbrains.rd.platform.codeWithMe.settings.RdSettingsStorageService$3.invokeSuspend(RdSettingsStorageService.kt:71) + - "com.jetbrains.rdserver.settings.BackendBroadcastSettingsStorageService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.platform.util.coroutines.flow.FlowKt$debounceBatch$1.invokeSuspend(flow.kt:147) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.GitLabMergeRequestsToolWindowController.manageToolWindow(GitLabToolWindowFactory.kt:47) + at org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.GitLabToolWindowFactory.manage(GitLabToolWindowFactory.kt:28) + at com.intellij.openapi.wm.impl.ToolWindowManagerImpl$registerToolWindow$2.invokeSuspend(ToolWindowManagerImpl.kt:1134) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.GitLabMergeRequestsToolWindowController$manageToolWindow$2$1.invokeSuspend(GitLabToolWindowFactory.kt:49) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.GitLabMergeRequestsToolWindowController$manageToolWindow$2$2.invokeSuspend(GitLabToolWindowFactory.kt:56) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowFactory.manage(GHPRToolWindowFactory.kt:41) + at com.intellij.openapi.wm.impl.ToolWindowManagerImpl$registerToolWindow$2.invokeSuspend(ToolWindowManagerImpl.kt:1134) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController$manageIconInToolbar$2$1.invokeSuspend(GHPRToolWindowFactory.kt:59) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController$manageIconInToolbar$2$2.invokeSuspend(GHPRToolWindowFactory.kt:67) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController$manageIconInToolbar$2$3.invokeSuspend(GHPRToolWindowFactory.kt:79) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.jetbrains.rdserver.toolWindow.BackendServerToolWindowManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController$manageIconInToolbar$2$3$invokeSuspend$$inlined$flatMapLatest$1.invokeSuspend(GHPRToolWindowFactory.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.cwm.plugin.following.FollowMeManagerService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.cwm.plugin.users.BackendUserManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.cwm.plugin.common.toolbar.CodeWithMeToolbarUpdater":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.cwm.plugin.q.c":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x AngularJS)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$1.invokeSuspend(FileEditorManagerImpl.kt:236) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$1$invokeSuspend$$inlined$flatMapLatest$1.invokeSuspend(FileEditorManagerImpl.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$1$invokeSuspend$$inlined$flatMapLatest$2.invokeSuspend(FileEditorManagerImpl.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$special$$inlined$flatMapLatest$1.invokeSuspend(FileEditorManagerImpl.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$special$$inlined$flatMapLatest$2.invokeSuspend(FileEditorManagerImpl.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.platform.util.coroutines.flow.FlowKt$zipWithNext$1.invokeSuspend(flow.kt:107) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$2.invokeSuspend(FileEditorManagerImpl.kt:280) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$4.invokeSuspend(FileEditorManagerImpl.kt:289) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "EditorSplitters file icon update":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at com.intellij.openapi.fileEditor.impl.MergingUpdateChannel.start(MergingUpdateChannel.kt:28) + at com.intellij.openapi.fileEditor.impl.EditorsSplitters$3.invokeSuspend(EditorsSplitters.kt:206) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.fileEditor.impl.EditorsSplitters$special$$inlined$flatMapLatest$1.invokeSuspend(EditorsSplitters.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "EditorSplitters frame title update":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.fileEditor.impl.EditorsSplitters$5.invokeSuspend(EditorsSplitters.kt:231) + - "EditorSplitters frame title update":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "EditorSplitters frame title update":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "FileEditorManagerImpl file update":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at com.intellij.openapi.fileEditor.impl.MergingUpdateChannel.start(MergingUpdateChannel.kt:28) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$processFileUpdateRequests$1.invokeSuspend(FileEditorManagerImpl.kt:423) + - "FileEditorManagerImpl file title update":StandaloneCoroutine{Active}, state: RUNNING [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at com.intellij.openapi.fileEditor.impl.MergingUpdateChannel.start(MergingUpdateChannel.kt:28) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$processFileUpdateRequests$2.invokeSuspend(FileEditorManagerImpl.kt:426) + - "EditorWindow":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "EditorWindow":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.ui.tabs.impl.JBTabsImpl$addTimerUpdate$1.invokeSuspend(JBTabsImpl.kt:759) + -[x2 of] "EditorWindow":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.fileEditor.impl.EditorWindow$watchForTabActions$1.invokeSuspend(EditorWindow.kt:423) + - "EditorWindow":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "DockableEditorTabbedContainer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "DockableEditorContainerFactory":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "EditorComposite(file=User.kt)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "EditorComposite(file=User.kt)":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$createCompositeByEditorWithModel$1.invokeSuspend(FileEditorManagerImpl.kt:1343) + - "AsyncEditorLoader(file=User.kt)":ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), uninitialized, ModalityState.ANY] + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), uninitialized, ModalityState.ANY] + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer.execute(FloatingCodeToolbarEditorCustomizer.kt:25) + at com.intellij.openapi.fileEditor.impl.text.TextEditorImpl$2$1.invokeSuspend(TextEditorImpl.kt:101) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.actionSystem.impl.FloatingToolbar$1.invokeSuspend(FloatingToolbar.kt:70) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), uninitialized, ModalityState.ANY] + - "EditorWindow":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.fileEditor.impl.EditorWindow$watchForTabActions$1.invokeSuspend(EditorWindow.kt:423) + - "EditorWindow":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "EditorComposite(file=ManagedConfig.kt)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "EditorComposite(file=ManagedConfig.kt)":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$createCompositeByEditorWithModel$1.invokeSuspend(FileEditorManagerImpl.kt:1343) + - "AsyncEditorLoader(file=ManagedConfig.kt)":ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), uninitialized, ModalityState.ANY] + - "call TextEditorInitializers":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), call TextEditorInitializers, ModalityState.ANY, Dispatchers.Default] + at com.intellij.openapi.fileEditor.impl.text.PsiAwareTextEditorProvider$createInitTask$1.invokeSuspend(PsiAwareTextEditorProvider.kt:128) + - "com.intellij.openapi.fileEditor.impl.text.FoldingTextEditorInitializer":StandaloneCoroutine{Active}, state: RUNNING [ComponentManager(ProjectImpl@1246452040), com.intellij.openapi.fileEditor.impl.text.FoldingTextEditorInitializer, ModalityState.ANY, Dispatchers.Default] + at org.jetbrains.kotlin.types.DelegatingSimpleType.getArguments(SpecialTypes.kt:33) + at org.jetbrains.kotlin.types.checker.ClassicTypeSystemContext$DefaultImpls.getArgument(ClassicTypeSystemContext.kt:215) + at org.jetbrains.kotlin.resolve.calls.components.ClassicTypeSystemContextForCS.getArgument(ClassicTypeSystemContextForCS.kt:21) + at org.jetbrains.kotlin.resolve.calls.inference.model.NewConstraintSystemImpl.getArgument(NewConstraintSystemImpl.kt) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector$TypeCheckerStateForConstraintInjector.getArgument(ConstraintInjector.kt) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporatorKt.getNestedArguments$lambda$0(ConstraintIncorporator.kt:356) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporatorKt.getNestedArguments(ConstraintIncorporator.kt:369) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporatorKt.access$getNestedArguments(ConstraintIncorporator.kt:1) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.containsConstrainingTypeWithoutProjection(ConstraintIncorporator.kt:304) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.addNewConstraint(ConstraintIncorporator.kt:272) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.approximateIfNeededAndAddNewConstraint(ConstraintIncorporator.kt:223) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.generateNewConstraint(ConstraintIncorporator.kt:193) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.insideOtherConstraint(ConstraintIncorporator.kt:117) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.incorporate(ConstraintIncorporator.kt:55) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processGivenConstraints(ConstraintInjector.kt:243) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processConstraintsIgnoringForksData(ConstraintInjector.kt:196) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processConstraints(ConstraintInjector.kt:173) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processConstraints$default(ConstraintInjector.kt:168) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.addSubTypeConstraintAndIncorporateIt(ConstraintInjector.kt:114) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.addInitialSubtypeConstraint(ConstraintInjector.kt:71) + at org.jetbrains.kotlin.resolve.calls.inference.model.NewConstraintSystemImpl.addSubtypeConstraint(NewConstraintSystemImpl.kt:199) + at org.jetbrains.kotlin.resolve.calls.components.SimpleArgumentsChecksKt.checkSubCallArgument(SimpleArgumentsChecks.kt:225) + at org.jetbrains.kotlin.resolve.calls.components.SimpleArgumentsChecksKt.checkSimpleArgument(SimpleArgumentsChecks.kt:62) + at org.jetbrains.kotlin.resolve.calls.components.PostponeArgumentsChecksKt.resolveKtPrimitive(PostponeArgumentsChecks.kt:40) + at org.jetbrains.kotlin.resolve.calls.components.ResolutionPartsKt.resolveKotlinArgument(ResolutionParts.kt:529) + at org.jetbrains.kotlin.resolve.calls.components.ResolutionPartsKt.access$resolveKotlinArgument(ResolutionParts.kt:1) + at org.jetbrains.kotlin.resolve.calls.components.CheckArgumentsInParenthesis.process(ResolutionParts.kt:747) + at org.jetbrains.kotlin.resolve.calls.components.candidate.ResolutionCandidate.processPart(ResolutionCandidate.kt:136) + at org.jetbrains.kotlin.resolve.calls.components.candidate.ResolutionCandidate.processPart$default(ResolutionCandidate.kt:131) + at org.jetbrains.kotlin.resolve.calls.components.candidate.ResolutionCandidate.processParts(ResolutionCandidate.kt:122) + at org.jetbrains.kotlin.resolve.calls.components.candidate.ResolutionCandidate.isSuccessful(ResolutionCandidate.kt:31) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$SuccessfulResultCollector.pushCandidates(TowerResolver.kt:466) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.processTowerData(TowerResolver.kt:389) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.access$processTowerData(TowerResolver.kt:95) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:207) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.process(TowerResolver.kt:216) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.processImplicitReceiver(TowerResolver.kt:326) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processLexicalScope(TowerResolver.kt:250) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run$processScopes(TowerResolver.kt:280) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver$Task.run(TowerResolver.kt:305) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.run(TowerResolver.kt:114) + at org.jetbrains.kotlin.resolve.calls.tower.TowerResolver.runResolve(TowerResolver.kt:101) + at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveCall(KotlinCallResolver.kt:184) + at org.jetbrains.kotlin.resolve.calls.KotlinCallResolver.resolveAndCompleteCall(KotlinCallResolver.kt:41) + at org.jetbrains.kotlin.resolve.calls.tower.PSICallResolver.runResolutionAndInference(PSICallResolver.kt:114) + at org.jetbrains.kotlin.resolve.calls.CallResolver.doResolveCallOrGetCachedResults(CallResolver.java:602) + at org.jetbrains.kotlin.resolve.calls.CallResolver.lambda$computeTasksAndResolveCall$0(CallResolver.java:213) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:211) + at org.jetbrains.kotlin.resolve.calls.CallResolver.computeTasksAndResolveCall(CallResolver.java:199) + at org.jetbrains.kotlin.resolve.calls.CallResolver.resolveFunctionCall(CallResolver.java:329) + at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getResolvedCallForFunction(CallExpressionResolver.kt:86) + at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfoWithoutFinalTypeCheck(CallExpressionResolver.kt:208) + at org.jetbrains.kotlin.resolve.calls.CallExpressionResolver.getCallExpressionTypeInfo(CallExpressionResolver.kt:185) + at org.jetbrains.kotlin.types.expressions.BasicExpressionTypingVisitor.visitCallExpression(BasicExpressionTypingVisitor.java:731) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitCallExpression(ExpressionTypingVisitorDispatcher.java:396) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForBlock.visitCallExpression(ExpressionTypingVisitorDispatcher.java:59) + at org.jetbrains.kotlin.psi.KtCallExpression.accept(KtCallExpression.java:35) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:175) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:134) + at org.jetbrains.kotlin.types.expressions.ControlStructureTypingVisitor.visitReturnExpression(ControlStructureTypingVisitor.java:914) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.visitReturnExpression(ExpressionTypingVisitorDispatcher.java:287) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher$ForBlock.visitReturnExpression(ExpressionTypingVisitorDispatcher.java:59) + at org.jetbrains.kotlin.psi.KtReturnExpression.accept(KtReturnExpression.java:33) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:175) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:134) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitExpression(ExpressionTypingVisitorForStatements.java:543) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitExpression(ExpressionTypingVisitorForStatements.java:73) + at org.jetbrains.kotlin.psi.KtVisitor.visitExpressionWithLabel(KtVisitor.java:240) + at org.jetbrains.kotlin.psi.KtVisitor.visitReturnExpression(KtVisitor.java:236) + at org.jetbrains.kotlin.psi.KtReturnExpression.accept(KtReturnExpression.java:33) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:175) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getTypeOfLastExpressionInBlock(ExpressionTypingServices.java:451) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedTypeWithWritableScope(ExpressionTypingServices.java:328) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:207) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.getBlockReturnedType(ExpressionTypingServices.java:184) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:586) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorForStatements.visitBlockExpression(ExpressionTypingVisitorForStatements.java:73) + at org.jetbrains.kotlin.psi.KtBlockExpression.accept(KtBlockExpression.java:78) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.lambda$getTypeInfo$0(ExpressionTypingVisitorDispatcher.java:175) + at org.jetbrains.kotlin.util.PerformanceCounter.time(PerformanceCounter.kt:90) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:164) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingVisitorDispatcher.getTypeInfo(ExpressionTypingVisitorDispatcher.java:147) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:179) + at org.jetbrains.kotlin.types.expressions.ExpressionTypingServices.checkFunctionReturnType(ExpressionTypingServices.java:166) + at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:1054) + at org.jetbrains.kotlin.resolve.BodyResolver.resolveFunctionBody(BodyResolver.java:997) + at org.jetbrains.kotlin.idea.project.ResolveElementCache.functionAdditionalResolve(ResolveElementCache.kt:710) + at org.jetbrains.kotlin.idea.project.ResolveElementCache.performElementAdditionalResolve(ResolveElementCache.kt:427) + at org.jetbrains.kotlin.idea.project.ResolveElementCache.getElementsAdditionalResolve(ResolveElementCache.kt:225) + at org.jetbrains.kotlin.idea.project.ResolveElementCache.resolveToElement(ResolveElementCache.kt:283) + at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$3.invoke(ModuleResolutionFacadeImpl.kt:53) + at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl$analyze$3.invoke(ModuleResolutionFacadeImpl.kt:52) + at com.intellij.openapi.progress.impl.CancellationCheck.withCancellationCheck(CancellationCheck.kt:59) + at com.intellij.openapi.progress.impl.CancellationCheck$Companion.runWithCancellationCheck(CancellationCheck.kt:105) + at org.jetbrains.kotlin.idea.util.application.ApplicationUtilsKt.runWithCancellationCheck(ApplicationUtils.kt:64) + at org.jetbrains.kotlin.idea.caches.resolve.ModuleResolutionFacadeImpl.analyze(ModuleResolutionFacadeImpl.kt:52) + at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:43) + at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:130) + at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:122) + at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContext(IdeaKotlinUastResolveProviderService.kt:30) + at org.jetbrains.uast.kotlin.internal.IdeaKotlinUastResolveProviderService.getBindingContextIfAny(IdeaKotlinUastResolveProviderService.kt:38) + at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.analyze(kotlinInternalUastUtils.kt:252) + at org.jetbrains.uast.kotlin.KotlinInternalUastUtilsKt.resolveToClassIfConstructorCallImpl(kotlinInternalUastUtils.kt:394) + at org.jetbrains.uast.kotlin.KotlinUastResolveProviderService.resolveToClassIfConstructorCall(KotlinUastResolveProviderService.kt:303) + at org.jetbrains.uast.kotlin.KotlinUFunctionCallExpression.getClassReference(KotlinUFunctionCallExpression.kt:55) + at org.jetbrains.uast.UCallExpression.accept(UCallExpression.kt:97) + at org.jetbrains.uast.UReturnExpression.accept(UReturnExpression.kt:22) + at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15) + at org.jetbrains.uast.UBlockExpression.accept(UBlockExpression.kt:21) + at org.jetbrains.uast.UMethod.accept(UMethod.kt:45) + at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15) + at org.jetbrains.uast.kotlin.AbstractKotlinUClass.accept(AbstractKotlinUClass.kt:213) + at org.jetbrains.uast.internal.ImplementationUtilsKt.acceptList(implementationUtils.kt:15) + at org.jetbrains.uast.UFile.accept(UFile.kt:89) + at com.demonwav.mcdev.translations.TranslationFoldingBuilder.buildFoldRegions(folding.kt:96) + at com.intellij.lang.folding.LanguageFolding.buildFoldingDescriptorsNoPlaceholderCaching(LanguageFolding.java:90) + at com.intellij.lang.folding.CompositeFoldingBuilder.buildFoldRegions(CompositeFoldingBuilder.java:40) + at com.intellij.lang.folding.LanguageFolding.buildFoldingDescriptorsNoPlaceholderCaching(LanguageFolding.java:90) + at com.intellij.lang.folding.LanguageFolding.buildFoldingDescriptors(LanguageFolding.java:72) + at com.intellij.codeInsight.folding.impl.FoldingUpdate.getFoldingsFor(FoldingUpdate.java:272) + at com.intellij.codeInsight.folding.impl.FoldingUpdate.getFoldingsFor(FoldingUpdate.java:240) + at com.intellij.codeInsight.folding.impl.CodeFoldingManagerImpl.buildInitialFoldings(CodeFoldingManagerImpl.java:150) + at com.intellij.openapi.fileEditor.impl.text.FoldingTextEditorInitializer$initializeEditor$foldingState$1$1$1.invoke(FoldingTextEditorInitializer.kt:35) + at com.intellij.openapi.fileEditor.impl.text.FoldingTextEditorInitializer$initializeEditor$foldingState$1$1$1.invoke(FoldingTextEditorInitializer.kt:34) + at com.intellij.openapi.progress.CoroutinesKt.jobToIndicator$lambda$2(coroutines.kt:445) + at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98) + at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:217) + at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:660) + at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:735) + at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:691) + at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:659) + at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:79) + at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:202) + at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98) + at com.intellij.openapi.progress.CoroutinesKt.jobToIndicator(coroutines.kt:433) + at com.intellij.openapi.progress.CoroutinesKt.contextToIndicator(coroutines.kt:425) + at com.intellij.openapi.progress.CoroutinesKt.blockingContextToIndicator(coroutines.kt:401) + at com.intellij.openapi.fileEditor.impl.text.FoldingTextEditorInitializer$initializeEditor$foldingState$1$1.invoke(FoldingTextEditorInitializer.kt:34) + at com.intellij.openapi.fileEditor.impl.text.FoldingTextEditorInitializer$initializeEditor$foldingState$1$1.invoke(FoldingTextEditorInitializer.kt:33) + at com.intellij.openapi.fileEditor.impl.text.PsiAwareTextEditorImplKt.catchingExceptions(PsiAwareTextEditorImpl.kt:117) + at com.intellij.openapi.fileEditor.impl.text.FoldingTextEditorInitializer$initializeEditor$foldingState$1.invoke(FoldingTextEditorInitializer.kt:33) + at com.intellij.openapi.fileEditor.impl.text.FoldingTextEditorInitializer$initializeEditor$foldingState$1.invoke(FoldingTextEditorInitializer.kt:31) + at com.intellij.openapi.application.rw.InternalReadAction.insideReadAction(InternalReadAction.kt:104) + at com.intellij.openapi.application.rw.InternalReadAction.access$insideReadAction(InternalReadAction.kt:15) + at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:94) + at com.intellij.openapi.application.rw.InternalReadAction$tryReadCancellable$2.invoke(InternalReadAction.kt:93) + at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$2$lambda$1$lambda$0(cancellableReadAction.kt:31) + at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.tryRunReadAction(AnyThreadWriteThreadingSupport.kt:291) + at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:965) + at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$2$lambda$1(cancellableReadAction.kt:29) + at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:66) + at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:155) + at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal(cancellableReadAction.kt:27) + at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable(InternalReadAction.kt:93) + at com.intellij.openapi.application.rw.InternalReadAction.tryReadAction(InternalReadAction.kt:77) + at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:64) + at com.intellij.openapi.application.rw.InternalReadAction.access$readLoop(InternalReadAction.kt:15) + at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invokeSuspend(InternalReadAction.kt:43) + at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invoke(InternalReadAction.kt) + at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invoke(InternalReadAction.kt) + at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62) + at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:163) + at kotlinx.coroutines.BuildersKt.withContext(Unknown Source) + at com.intellij.openapi.application.rw.InternalReadAction.runReadAction(InternalReadAction.kt:39) + at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport.executeReadAction(PlatformReadWriteActionSupport.kt:38) + at com.intellij.openapi.application.ReadWriteActionSupport.executeReadAction$default(ReadWriteActionSupport.kt:15) + at com.intellij.openapi.application.CoroutinesKt.constrainedReadAction(coroutines.kt:58) + at com.intellij.openapi.application.CoroutinesKt.readAction(coroutines.kt:25) + at com.intellij.openapi.fileEditor.impl.text.FoldingTextEditorInitializer.initializeEditor(FoldingTextEditorInitializer.kt:31) + at com.intellij.openapi.fileEditor.impl.text.PsiAwareTextEditorProvider$createInitTask$1$1$1.invokeSuspend(PsiAwareTextEditorProvider.kt:138) + - JobImpl{Active} + - "AsyncEditorLoader.wait":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), AsyncEditorLoader.wait, ModalityState.ANY, Dispatchers.Default] + at com.intellij.openapi.fileEditor.impl.text.AsyncEditorLoader$start$1.invokeSuspend(AsyncEditorLoader.kt:133) + - "AsyncEditorLoader.wait":StandaloneCoroutine{Completing} [ComponentManager(ProjectImpl@1246452040), AsyncEditorLoader.wait, ModalityState.ANY, Dispatchers.Default] + - "AsyncEditorLoader.wait":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), AsyncEditorLoader.wait, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "AsyncEditorLoader.wait":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), AsyncEditorLoader.wait, ModalityState.ANY, Dispatchers.EDT] + at com.intellij.util.ui.Animator$resume$1.invokeSuspend(Animator.kt:124) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), uninitialized, ModalityState.ANY] + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer.execute(FloatingCodeToolbarEditorCustomizer.kt:25) + at com.intellij.openapi.fileEditor.impl.text.TextEditorImpl$2$1.invokeSuspend(TextEditorImpl.kt:101) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.actionSystem.impl.FloatingToolbar$1.invokeSuspend(FloatingToolbar.kt:70) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), uninitialized, ModalityState.ANY] + - "EditorWindow":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.fileEditor.impl.EditorWindow$watchForTabActions$1.invokeSuspend(EditorWindow.kt:423) + - "EditorWindow":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.workspaceModel.ide.impl.WorkspaceModelImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.project.ExternalStorageConfigurationManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl$2.invokeSuspend(WorkspaceModelCacheImpl.kt:79) + - "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents$1.invokeSuspend(FeatureUsageSettingsEvents.kt:66) + - "com.intellij.platform.backend.observation.PlatformActivityTrackerService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.kotlin.idea.gradleJava.scripting.ProjectGradleSettingsListener$CoroutineScopeService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.ide.startup.impl.StartupManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.workspaceModel.ide.impl.legacyBridge.project.ProjectRootManagerBridge":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.workspaceModel.ide.impl.legacyBridge.module.ModuleManagerComponentBridge":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.workspaceModel.ide.impl.legacyBridge.facet.FacetEntityChangeListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x3 of] "ModuleBridgeImpl container":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x PythonCore)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x com.jetbrains.rust)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x com.intellij.java)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x org.jetbrains.idea.eclipse)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x net.masterthought.dlanguage)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x DevKit)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x com.intellij.spring)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x com.intellij.spring.boot)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x com.intellij.uiDesigner)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + -[x3 of] "(ModuleBridgeImpl x Pythonid)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x org.jetbrains.idea.maven)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x com.demonwav.minecraft-dev)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ModuleBridgeImpl x org.jetbrains.security.package-checker)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)] + - "(ProjectImpl@1246452040 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.platform.navbar.frontend.NavBarService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.platform.navbar.frontend.NavBarService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt$staticNavBarPanel$handleWindow$2.invokeSuspend(StaticNavBarPanel.kt:48) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt.staticNavBarPanel$handleWindow(StaticNavBarPanel.kt:39) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt$staticNavBarPanel$1$1$1$1.invokeSuspend(StaticNavBarPanel.kt:64) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$1.invokeSuspend(NavBarVmImpl.kt:41) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at com.intellij.platform.navbar.frontend.NavBarService$contextItems$1.invokeSuspend(NavBarService.kt:87) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$2.invokeSuspend(NavBarVmImpl.kt:51) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.platform.util.coroutines.flow.FlowKt$zipWithNext$1.invokeSuspend(flow.kt:107) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$handleSelectionChange$2.invokeSuspend(NavBarVmImpl.kt:114) + at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:213) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$3.invokeSuspend(NavBarVmImpl.kt:54) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.NavBarService$1.invokeSuspend(NavBarService.kt:50) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.NavBarService$1$1.invokeSuspend(NavBarService.kt:57) + at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:213) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.platform.navbar.monolith.MonolithNavbarServiceDelegate$activityFlow$1.invokeSuspend(MonolithNavBarServiceDelegate.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.kotlin.idea.macros.KotlinBundledUsageDetector$ModelChangeListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x7 of] "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.status.EditorBasedStatusBarPopup$1.invokeSuspend(EditorBasedStatusBarPopup.kt:104) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__MergeKt$flattenConcat$1$1.emit(Merge.kt:79) + at kotlinx.coroutines.flow.FlowKt__MergeKt$flatMapConcat$$inlined$map$1$2.emit(Merge.kt:219) + at kotlinx.coroutines.flow.FlowKt__LimitKt.emitAbort$FlowKt__LimitKt(Limit.kt:70) + at kotlinx.coroutines.flow.FlowKt__LimitKt$take$2$1.emit(Limit.kt:60) + at com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager$dataContext$1$currentFileEditor$2$1.invokeSuspend(StatusBarWidgetsManager.kt:63) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.FlowKt__LimitKt$take$$inlined$unsafeFlow$1.collect(Limit.kt:115) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.status.IdeStatusBarImplKt$createComponentByWidgetPresentation$1.invokeSuspend(IdeStatusBarImpl.kt:797) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.status.IdeStatusBarImplKt$createComponentByWidgetPresentation$2.invokeSuspend(IdeStatusBarImpl.kt:814) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Completing} [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:92) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:92) + - "(ProjectImpl@1246452040 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.dvcs.ignore.IgnoredToExcludedSynchronizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.dvcs.ignore.IgnoredToExcludedSynchronizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.dvcs.ignore.IgnoredToExcludedSynchronizer$1.invokeSuspend(IgnoredToExcludedSynchronizer.kt:77) + - "com.intellij.ide.project.impl.BaseProjectDirectoriesImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.ide.project.impl.BaseProjectDirectoriesImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.ide.project.impl.BaseProjectDirectoriesImpl$1.invokeSuspend(BaseProjectDirectoriesImpl.kt:30) + - "(ProjectImpl@1246452040 x com.gmail.blueboxware.libgdxplugin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215) + - "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__EmittersKt$onStart$$inlined$unsafeFlow$1.collect(Emitters.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__EmittersKt$onEmpty$$inlined$unsafeFlow$1.collect(Emitters.kt:113) + at com.intellij.codeInspection.ex.Dynamic_inspectionsKt$dynamicInspectionsFlow$$inlined$flatMapLatest$1.invokeSuspend(dynamic-inspections.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__EmittersKt$onEmpty$$inlined$unsafeFlow$1.collect(Emitters.kt:113) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.codeInspection.ex.Dynamic_inspectionsKt$dynamicInspectionsFlow$epUpdatedFlow$1.invokeSuspend(dynamic-inspections.kt:72) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":LazyStandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar$updateInspectionProfilesSubscription$1.invokeSuspend(ProjectInspectionToolRegistrar.kt:31) + - "com.intellij.ui.EditorNotificationsImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "EditorNotificationsImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.ui.EditorNotificationsImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.ui.EditorNotificationsImpl$6.invokeSuspend(EditorNotificationsImpl.kt:112) + - "com.intellij.ui.EditorNotificationsImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.ui.EditorNotificationsImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.xdebugger.impl.XDebuggerManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "XDebuggerExecutionPointManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + - "XDebuggerExecutionPointManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "XDebuggerExecutionPointManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "XDebuggerExecutionPointManager/UI":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + -[x2 of] "XDebuggerExecutionPointManager/UI":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.xdebugger.impl.ui.ExecutionPositionUiKt$showExecutionPositionUi$1.invokeSuspend(ExecutionPositionUi.kt:49) + - "XDebuggerExecutionPointManager/UI":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "XDebuggerExecutionPointManager/UI":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "XDebuggerExecutionPointManager/UI":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.xdebugger.impl.ui.ExecutionPositionUiKt$showExecutionPositionUi$1$2.invokeSuspend(ExecutionPositionUi.kt:51) + at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:213) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "XDebuggerExecutionPointManager/UI":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.xdebugger.impl.XDebuggerExecutionPointManager$1.invokeSuspend(XDebuggerExecutionPointManager.kt:67) + - "com.intellij.xdebugger.impl.XDebuggerManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.xdebugger.impl.XDebuggerLineChangeHandler$1.invokeSuspend(XDebuggerLineChangeHandler.kt:27) + - "com.intellij.xdebugger.impl.XDebuggerManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.openapi.project.DumbServiceImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.project.DumbServiceImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.platform.lsp.impl.LspServerManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.platform.lsp.impl.LspServerManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.platform.lsp.impl.LspServerManagerImpl$addWorkspaceModelListener$1.invokeSuspend(LspServerManagerImpl.kt:290) + - "ProjectImpl@1246452040 container":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.status.EditorBasedStatusBarPopup$1.invokeSuspend(EditorBasedStatusBarPopup.kt:104) + - "ProjectImpl@1246452040 container":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "ProjectImpl@1246452040 container":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.codeInsight.daemon.impl.HighlightingMarkupGrave":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.codeInsight.daemon.impl.HighlightingMarkupGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at com.intellij.openapi.fileEditor.impl.text.TextEditorCache$createCache$1.invokeSuspend(TextEditorCache.kt:47) + - "com.intellij.codeInsight.daemon.impl.HighlightingMarkupGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at com.intellij.util.io.ManagedPersistentCache$forceOnTimer$2$1.invokeSuspend(ManagedPersistentCache.kt:97) + - "com.intellij.codeInsight.daemon.impl.HighlightingMarkupGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "com.intellij.codeInsight.daemon.impl.DeclarativeHintsGrave":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.codeInsight.daemon.impl.DeclarativeHintsGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at com.intellij.openapi.fileEditor.impl.text.TextEditorCache$createCache$1.invokeSuspend(TextEditorCache.kt:47) + - "com.intellij.codeInsight.daemon.impl.DeclarativeHintsGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at com.intellij.util.io.ManagedPersistentCache$forceOnTimer$2$1.invokeSuspend(ManagedPersistentCache.kt:97) + - "com.intellij.codeInsight.daemon.impl.DeclarativeHintsGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "com.intellij.openapi.fileEditor.impl.text.foldingGrave.FoldingModelGrave":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.fileEditor.impl.text.foldingGrave.FoldingModelGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at com.intellij.openapi.fileEditor.impl.text.TextEditorCache$createCache$1.invokeSuspend(TextEditorCache.kt:47) + - "com.intellij.openapi.fileEditor.impl.text.foldingGrave.FoldingModelGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at com.intellij.util.io.ManagedPersistentCache$forceOnTimer$2$1.invokeSuspend(ManagedPersistentCache.kt:97) + - "com.intellij.openapi.fileEditor.impl.text.foldingGrave.FoldingModelGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "com.intellij.codeInsight.hints.ParamHintsGrave":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.codeInsight.hints.ParamHintsGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at com.intellij.openapi.fileEditor.impl.text.TextEditorCache$createCache$1.invokeSuspend(TextEditorCache.kt:47) + - "com.intellij.codeInsight.hints.ParamHintsGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at com.intellij.util.io.ManagedPersistentCache$forceOnTimer$2$1.invokeSuspend(ManagedPersistentCache.kt:97) + - "com.intellij.codeInsight.hints.ParamHintsGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "com.intellij.codeInsight.daemon.impl.grave.CodeVisionGrave":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.codeInsight.daemon.impl.grave.CodeVisionGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at com.intellij.openapi.fileEditor.impl.text.TextEditorCache$createCache$1.invokeSuspend(TextEditorCache.kt:47) + - "com.intellij.codeInsight.daemon.impl.grave.CodeVisionGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at com.intellij.util.io.ManagedPersistentCache$forceOnTimer$2$1.invokeSuspend(ManagedPersistentCache.kt:97) + - "com.intellij.codeInsight.daemon.impl.grave.CodeVisionGrave":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "com.intellij.ui.docking.impl.DockManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.application.options.codeStyle.cache.CodeStyleCachedValueProviderService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.codeInsight.preview.ImageOrColorPreviewService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "ImageOrColorPreviewService requests collector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.codeInsight.preview.ImageOrColorPreviewService$1.invokeSuspend(ImageOrColorPreviewService.kt:57) + - "ImageOrColorPreviewService requests collector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "ImageOrColorPreviewService requests collector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.codeInsight.preview.ImageOrColorPreviewService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "com.intellij.util.indexing.UnindexedFilesScannerExecutorImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "Scanning (root)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + - "Scanning (root)":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179) + at com.intellij.util.indexing.UnindexedFilesScannerExecutorImpl$1.invokeSuspend(UnindexedFilesScannerExecutorImpl.kt:82) + -[x2 of] "Scanning (root)":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + -[x2 of] "Scanning (root)":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "(ProjectImpl@1246452040 x org.jetbrains.plugins.github)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x2 of] "org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController$setupReview$1.invokeSuspend(GHPRReviewInEditorController.kt:60) + - "org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1.invokeSuspend(CoroutineUtil.kt:224) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1.invokeSuspend(CoroutineUtil.kt:203) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController$setupReview$1$invokeSuspend$$inlined$flatMapLatest$1.invokeSuspend(GHPRReviewInEditorController.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1$1.invokeSuspend(CoroutineUtil.kt:209) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x2 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1.invokeSuspend(CoroutineUtil.kt:224) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1.invokeSuspend(CoroutineUtil.kt:203) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1$1.invokeSuspend(CoroutineUtil.kt:209) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1$1$1$1.invokeSuspend(CoroutineUtil.kt:216) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at org.jetbrains.plugins.github.pullrequest.GHPRListViewModel$1.invokeSuspend(GHPRListViewModel.kt:83) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + -[x6 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.collaboration.ui.codereview.list.search.ReviewListSearchPanelViewModelBase$partialState$1.invokeSuspend(ReviewListSearchPanelViewModelBase.kt:55) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + -[x6 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.collaboration.ui.codereview.list.search.ReviewListSearchPanelViewModelBase$partialState$2.invokeSuspend(ReviewListSearchPanelViewModelBase.kt:60) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.collaboration.ui.codereview.list.search.ReviewListSearchPanelViewModelBase$updateHistoryOnSearchChanges$1.invokeSuspend(ReviewListSearchPanelViewModelBase.kt:30) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__TransformKt$runningFold$$inlined$unsafeFlow$1.collect(Transform.kt:114) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at org.jetbrains.plugins.github.pullrequest.ui.filters.GHPRSearchPanelViewModel$1.invokeSuspend(GHPRSearchPanelViewModel.kt:67) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at org.jetbrains.plugins.github.pullrequest.GHPRListViewModel$6.invokeSuspend(GHPRListViewModel.kt:121) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ZipKt$combineTransform$$inlined$combineTransformUnsafe$FlowKt__ZipKt$1.invokeSuspend(Zip.kt:269) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at git4idea.remote.hosting.GitAsyncExtensionsKt$infoFlow$1.invokeSuspend(gitAsyncExtensions.kt:43) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowProjectViewModel":StandaloneCoroutine{Active}, state: RUNNING [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at com.intellij.collaboration.async.CoroutineUtilKt$withInitial$1.invokeSuspend(CoroutineUtil.kt:249) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + -[x3 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x2 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.collaboration.auth.PasswordSafeCredentialsRepository$canPersistCredentials$1.invokeSuspend(PasswordSafeCredentialsRepository.kt:39) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at git4idea.remote.hosting.ui.RepositoryAndAccountSelectorViewModelBase$missingCredentialsState$1$1.invokeSuspend(RepositoryAndAccountSelectorViewModelBase.kt:51) + at git4idea.remote.hosting.ui.RepositoryAndAccountSelectorViewModelBase$missingCredentialsState$1.invokeSuspend(RepositoryAndAccountSelectorViewModelBase.kt:50) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.collaboration.auth.AccountManagerBase$getCredentialsFlow$$inlined$transform$1.invokeSuspend(AccountManagerBase.kt:36) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x3 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + -[x2 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + -[x3 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel$selectorVm$2$1.invokeSuspend(GHPRToolWindowViewModel.kt:59) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel$selectorVm$2$2.invokeSuspend(GHPRToolWindowViewModel.kt:77) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:57) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__TransformKt$runningFold$$inlined$unsafeFlow$1.collect(Transform.kt:114) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at git4idea.remote.hosting.GitAsyncExtensionsKt$discoverServers$1.invokeSuspend(gitAsyncExtensions.kt:128) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:57) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + - "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), git4idea.remote.hosting.ValidatingHostedGitRepositoryConnectionFactory$connect$$inlined$CoroutineExceptionHandler$1@7acee558, Dispatchers.Default] + - "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), git4idea.remote.hosting.ValidatingHostedGitRepositoryConnectionFactory$connect$$inlined$CoroutineExceptionHandler$1@7acee558, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.collaboration.auth.AccountManagerBase$getCredentialsFlow$$inlined$transform$1.invokeSuspend(AccountManagerBase.kt:36) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), git4idea.remote.hosting.ValidatingHostedGitRepositoryConnectionFactory$connect$$inlined$CoroutineExceptionHandler$1@7acee558, Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at git4idea.remote.hosting.ValidatingHostedGitRepositoryConnectionFactory$connect$$inlined$transform$1.invokeSuspend(HostedGitRepositoryConnectionFactory.kt:36) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharingDeferred$1.invokeSuspend(Share.kt:336) + - "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), git4idea.remote.hosting.ValidatingHostedGitRepositoryConnectionFactory$connect$$inlined$CoroutineExceptionHandler$1@7acee558, Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at git4idea.remote.hosting.ValidatingHostedGitRepositoryConnectionFactory$connect$2.invokeSuspend(HostedGitRepositoryConnectionFactory.kt:54) + - "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), git4idea.remote.hosting.ValidatingHostedGitRepositoryConnectionFactory$connect$$inlined$CoroutineExceptionHandler$1@7acee558, Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at git4idea.remote.hosting.ValidatingHostedGitRepositoryConnectionFactory$connect$3.invokeSuspend(HostedGitRepositoryConnectionFactory.kt:62) + - "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), git4idea.remote.hosting.ValidatingHostedGitRepositoryConnectionFactory$connect$$inlined$CoroutineExceptionHandler$1@7acee558, Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager$createConnection$2.invokeSuspend(GHRepositoryConnectionManager.kt:41) + - "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), git4idea.remote.hosting.ValidatingHostedGitRepositoryConnectionFactory$connect$$inlined$CoroutineExceptionHandler$1@7acee558, Dispatchers.Default] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager$createConnection$3.invokeSuspend(GHRepositoryConnectionManager.kt:50) + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + - "org.jetbrains.plugins.github.pullrequest.ui.review.GHPROnCurrentBranchService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.pullrequest.ui.review.GHPROnCurrentBranchService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + - "org.jetbrains.plugins.github.pullrequest.ui.review.GHPROnCurrentBranchService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__EmittersKt$onStart$$inlined$unsafeFlow$1.collect(Emitters.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "org.jetbrains.plugins.github.pullrequest.ui.review.GHPROnCurrentBranchService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.ui.review.GHPROnCurrentBranchService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at org.jetbrains.plugins.github.pullrequest.ui.review.GHPROnCurrentBranchService$vmState$2$invoke$$inlined$flatMapLatest$1.invokeSuspend(GHPROnCurrentBranchService.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "org.jetbrains.plugins.github.pullrequest.ui.review.GHPROnCurrentBranchService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "org.jetbrains.plugins.github.pullrequest.data.GHPRDataContextRepository":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.pullrequest.data.GHPRDataContextRepository":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.pullrequest.data.GHPRDataContext":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.pullrequest.data.GHPRDataContext":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + - "GitHub Reactions Image Loader":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.pullrequest.data.service.GHPRRepositoryDataServiceImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.pullrequest.data.service.GHPRRepositoryDataServiceImpl":LazyDeferredCoroutine{New}, state: CREATED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + - "org.jetbrains.plugins.github.pullrequest.data.service.GHPRChangesServiceImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + - "org.jetbrains.plugins.github.pullrequest.data.GHPRDataProviderRepositoryImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.pullrequest.data.GHPRDataContext":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT.immediate] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at org.jetbrains.plugins.github.pullrequest.data.GHPRDataContext$3.invokeSuspend(GHPRDataContext.kt:49) + - "org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector$1.invokeSuspend(GHPRStatisticsCollector.kt:175) + - "com.intellij.vcs.github.ultimate.cache.GitHubActionsCatalog":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.vcs.github.ultimate.cache.GitHubActionsCatalog":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.vcs.github.ultimate.cache.GitHubActionsCatalog$refreshCache$1$1.invokeSuspend(GitHubActionsCatalog.kt:147) + - "com.intellij.vcs.github.ultimate.cache.GitHubActionsCatalog":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.vcs.github.ultimate.cache.GitHubActionsCatalog":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.vcs.github.ultimate.cache.providers.LocalActionsProvider$readActionsFromIndex$2.invokeSuspend(LocalActionsProvider.kt:89) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.vcs.github.ultimate.cache.GitHubActionsCatalog":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.vcs.github.ultimate.cache.GitHubActionsCatalog$refreshCache$1$1.invokeSuspend(GitHubActionsCatalog.kt:147) + - "com.intellij.vcs.github.ultimate.cache.GitHubActionsCatalog":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.flow.internal.ChannelFlowMerge$collectTo$2.emit(Merge.kt:62) + at kotlinx.coroutines.flow.FlowKt__MergeKt$flatMapMerge$$inlined$map$1$2.emit(Merge.kt:219) + at kotlinx.coroutines.flow.FlowKt__TransformKt$filterNotNull$$inlined$unsafeTransform$1$2.emit(Transform.kt:219) + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:33) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.vcs.github.ultimate.cache.GitHubActionsCatalog":ProducerCoroutine{Completing} [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + - "com.intellij.vcs.github.ultimate.cache.GitHubActionsCatalog":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:65) + - "com.intellij.vcs.github.ultimate.cache.GitHubActionsCatalog":ProducerCoroutine{Completing} [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + - "com.intellij.vcs.github.ultimate.cache.GitHubActionsCatalog":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:65) + - "com.intellij.vcs.github.ultimate.cache.GitHubActionsCatalog":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.vcs.github.ultimate.cache.providers.RemoteActionsProvider$fetchGithubActionsRepos$2.invokeSuspend(RemoteActionsProvider.kt:63) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + -[x16 of] "com.intellij.vcs.github.ultimate.cache.GitHubActionsCatalog":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:65) + - "com.intellij.vcs.github.ultimate.cache.GitHubActionsCatalog":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.IO] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.vcs.github.ultimate.cache.providers.RemoteActionsProvider$fetchActionVersions$2.invokeSuspend(RemoteActionsProvider.kt:83) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.vcs.github.ultimate.cache.providers.LocalActionsProvider":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.vcs.github.ultimate.cache.providers.RemoteActionsProvider":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.authentication.accounts.GithubProjectDefaultAccountHolder":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.authentication.accounts.GithubProjectDefaultAccountHolder":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.jetbrains.plugins.github.authentication.accounts.GithubProjectDefaultAccountHolder":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.collaboration.auth.PersistentDefaultAccountHolder$1.invokeSuspend(PersistentDefaultAccountHolder.kt:31) + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.intellij.plugins.markdown))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x2 of] "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), uninitialized, ModalityState.ANY] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.jetbrains.rust))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "org.rust.cargo.project.autolink.UnlinkedProjectEditorListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x JavaScript))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.lang.javascript.service.ide.JSLanguageServiceFileEditorListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.lang.javascript.service.ide.JSLanguageServiceFileEditorListener":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at com.intellij.lang.javascript.service.ide.JSLanguageServiceEditorListenerBase$1.invokeSuspend(JSLanguageServiceEditorListenerBase.kt:33) + - "(ProjectImpl@1246452040 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.platform.ide.newUsersOnboarding.NewUsersOnboardingService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.jetbrains.plugins.terminal)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x intellij.indexing.shared.core)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.indexing.shared.download.ShadeIndexDumbModeTracker":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.util.indexing.DumbModeWhileScanningTrigger":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.util.indexing.DumbModeWhileScanningTrigger":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179) + at com.intellij.util.indexing.DumbModeWhileScanningTrigger$subscribe$1.invokeSuspend(DumbModeWhileScanningTrigger.kt:54) + - "com.intellij.util.indexing.DumbModeWhileScanningTrigger":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.util.indexing.DumbModeWhileScanningTrigger":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.util.indexing.PerProjectIndexingQueue$estimatedFilesCount$$inlined$flatMapLatest$1.invokeSuspend(PerProjectIndexingQueue.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "(ProjectImpl@1246452040 x com.jetbrains.codeWithMe)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.project.SmartModeScheduler":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.project.SmartModeScheduler":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.project.SmartModeScheduler$2.invokeSuspend(SmartModeScheduler.kt:70) + - "com.intellij.openapi.project.SmartModeScheduler":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.project.SmartModeScheduler":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.openapi.project.SmartModeScheduler$3.invokeSuspend(SmartModeScheduler.kt:77) + - "(ProjectImpl@1246452040 x com.intellij.tailwindcss)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.platform.ide.impl.statistic.ToolWindowStateCollector":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x4 of] "com.intellij.platform.ide.impl.statistic.ToolWindowStateCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at com.intellij.platform.ide.impl.statistic.ToolWindowStateCollector$stateChanged$flow$1$1$1.invokeSuspend(ToolWindowStateListener.kt:52) + - "com.intellij.platform.ide.impl.statistic.ToolWindowStateCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.EDT] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.util.indexing.diagnostic.DumbModeFromScanningTrackerService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.util.indexing.diagnostic.DumbModeFromScanningTrackerService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.util.indexing.diagnostic.DumbModeFromScanningTrackerService$1.invokeSuspend(DumbModeFromScanningTrackerService.kt:21) + - "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), run activity, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.codeInsight.daemon.impl.StatusBarUpdaterKt.initStatusBarUpdater(StatusBarUpdater.kt:59) + at com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerStatusBarUpdater$execute$2.invokeSuspend(StatusBarUpdater.kt:34) + at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:496) + - "run activity":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), run activity, Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "run activity":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), run activity, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), run activity, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.LibraryDependentToolWindowManager$execute$2.invokeSuspend(LibraryDependentToolWindowManager.kt:65) + at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:496) + - "run activity":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), run activity, Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "run activity":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), run activity, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.codeInsight.navigation.CtrlMouseHandler2":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), run activity, Dispatchers.Default] + at com.intellij.util.indexing.projectFilter.ProjectIndexableFilesFilterHealthCheckStarter.execute(ProjectIndexableFilesFilterHealthCheck.kt:61) + at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:496) + - "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), run activity, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.openapi.projectRoots.impl.UnknownSdkStartupChecker.execute(UnknownSdkStartupChecker.kt:31) + at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:496) + -[x7 of] "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x training))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.searcheverywhere.ml))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x PythonCore))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.jetbrains.performancePlugin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.spellchecker.grazie.GrazieSpellCheckerEngine":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.externalSystem.service.project.manage.ExternalProjectsManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x2 of] "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.java))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x net.masterthought.dlanguage))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.microservices.jvm))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.jpa.jpb.model))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.gradle))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.ml.inline.completion))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.completion.full.line))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x3 of] "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.swagger))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x intellij.indexing.shared.core))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.internal.statistic.service.fus.collectors.ProjectFUStateUsagesLogger":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.internal.statistic.service.fus.collectors.ProjectFUStateUsagesLogger":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at com.intellij.internal.statistic.service.fus.collectors.ProjectFUStateUsagesLogger.logProjectStateRegularly(FUStateUsagesLogger.kt:213) + at com.intellij.internal.statistic.service.fus.collectors.ProjectFUStateUsagesLogger$1.invokeSuspend(FUStateUsagesLogger.kt:202) + - "(ProjectImpl@1246452040 x com.intellij.microservices.jvm)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.microservices.jvm.beans.BeansViewService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.microservices.jvm.beans.BeansViewService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.microservices.jvm.beans.BeansViewService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.microservices.jvm.beans.BeansViewService$addChangeListener$1.invokeSuspend(BeansViewService.kt:44) + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.intellij.groovy))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x Git4Idea))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x2 of] "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x intellij.indexing.shared))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.idea.maven))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.plugins.gradle))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x intellij.ktor))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.plugins.gradle.maven))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.demonwav.minecraft-dev))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x LivePlugin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.gmail.blueboxware.libgdxplugin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.plugins.vue))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + -[x2 of] "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.intellij.qodana))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.jetbrains.codeWithMe))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.analysis.pwa))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x intellij.grid.impl))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.intellij.database))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.jetbrains.plugins.vue)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.jetbrains.plugins.astro)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.project.InitialVfsRefreshService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.project.InitialVfsRefreshService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28) + - "(ProjectImpl@1246452040 x com.intellij.properties)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.util.indexing.projectFilter.ProjectIndexableFilesFilterHealthCheck":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x idea.plugin.protoeditor)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.execution.runToolbar.RunToolbarSlotManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.externalSystem.service.project.manage.SourceFolderManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.externalSystem.autolink.UnlinkedProjectStartupActivity$CoroutineScopeService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.smartUpdate.SmartUpdate":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x com.jetbrains.plugins.webDeployment))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.plugins.javaFX))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x DevKit))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x tanvd.grazi))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x org.jetbrains.plugins.github))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x (ApplicationImpl@857138638 x JavaScript))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.openapi.updateSettings.impl.pluginsAdvertisement.PluginAdvertiserServiceImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x JavaScript)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.framework.detection.impl.FrameworkDetectionManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.framework.detection.impl.FrameworkDetectionManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.framework.detection.impl.FrameworkDetectorQueue$scheduleFlow$1.invokeSuspend(FrameworkDetectorQueue.kt:54) + - "com.intellij.framework.detection.impl.FrameworkDetectionManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.framework.detection.impl.FrameworkDetectionManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "(ProjectImpl@1246452040 x org.jetbrains.security.package-checker)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.packageChecker.model.ProjectDependenciesModuleAggregator":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "com.intellij.packageChecker.model.ProjectDependenciesModuleAggregator":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.packageChecker.model.ProjectDependenciesModuleAggregator":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.packageChecker.model.ProjectDependenciesModuleAggregator":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "com.intellij.packageChecker.model.ProjectDependenciesModuleAggregator":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.packageChecker.model.ProjectDependenciesModuleAggregator":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at com.intellij.packageChecker.model.ProjectDependenciesModuleAggregator$special$$inlined$flatMapLatest$1.invokeSuspend(ProjectDependenciesModuleAggregator.kt:189) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + -[x3 of] "com.intellij.packageChecker.model.ProjectDependenciesModuleAggregator":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215) + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelImpl":StandaloneCoroutine{Active}, state: RUNNING [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:152) + at kotlinx.coroutines.flow.FlowKt__ErrorsKt$catch$$inlined$unsafeFlow$1.collect(Errors.kt:112) + at com.intellij.packageChecker.model.impl.ProjectDependenciesModelImpl$allPackages$1.invokeSuspend(ProjectDependenciesModelImpl.kt:85) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.webSymbols.context.impl.WebSymbolsContextDiscoveryInfo":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.ide.structureView.impl.StructureViewFactoryImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "(ProjectImpl@1246452040 x org.jetbrains.security.package-checker)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.ide.actionsOnSave.impl.ActionsOnSaveManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.lang.documentation.ide.impl.DocumentationManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.lang.documentation.ide.impl.DocumentationManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "com.intellij.configurationStore.StoreReloadManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040)] + - "configuration store reload request flow processing":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at com.intellij.configurationStore.StoreReloadManagerImpl$1.invokeSuspend(StoreReloadManagerImpl.kt:56) + - "configuration store reload request flow processing":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + -[x2 of] "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1246452040), uninitialized, ModalityState.ANY] + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer.execute(FloatingCodeToolbarEditorCustomizer.kt:25) + at com.intellij.openapi.fileEditor.impl.text.TextEditorImpl$2$1.invokeSuspend(TextEditorImpl.kt:101) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.actionSystem.impl.FloatingToolbar$1.invokeSuspend(FloatingToolbar.kt:70) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.codeInsight.navigation.actions.GotoDeclarationAction#actionPerformed@mouse shortcut":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), Dispatchers.Unconfined] + at com.intellij.openapi.actionSystem.impl.ActionManagerImpl$performWithActionCallbacks$1.invokeSuspend(ActionManagerImpl.kt:2350) + - "(ApplicationImpl@857138638 x com.intellij.turboComplete)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "com.intellij.ide.ui.laf.MnemonicListenerService":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@857138638)] + - "LaF Mnemonic Support":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.ide.ui.laf.MnemonicListenerService$1.invokeSuspend(LaFMnemonicDispatcher.kt:57) + - "LaF Mnemonic Support":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "LaF Mnemonic Support":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@857138638), Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + +- SupervisorJobImpl{Active} + - "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default] + - "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.platform.ide.menu.IdeMenuBarHelper$3.invokeSuspend(IdeMenuBarHelper.kt:105) + - "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.ide.menu.IdeMenuBarHelper$4$1.invokeSuspend(IdeMenuBarHelper.kt:114) + at com.intellij.platform.ide.menu.IdeMenuBarHelper$4.invokeSuspend(IdeMenuBarHelper.kt:113) + - "IdeMenuBarHelper":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeMenuBarHelper":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41) + - "IdeMenuBarHelper":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + -[x2 of] "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default] + - "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default] + - "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default] + - "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.status.InfoAndProgressPanel$3.invokeSuspend(InfoAndProgressPanel.kt:146) + - "IdeRootPane":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeRootPane":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.status.InfoAndProgressPanel$4.invokeSuspend(InfoAndProgressPanel.kt:153) + - "IdeRootPane":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default] + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41) + - "IdeRootPane":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default] + at com.intellij.openapi.fileEditor.impl.MergingUpdateChannel.start(MergingUpdateChannel.kt:28) + at com.intellij.openapi.wm.impl.status.InfoAndProgressPanel$5.invokeSuspend(InfoAndProgressPanel.kt:167) + - "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default] + - "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.EDT] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.openapi.wm.impl.customFrameDecorations.header.toolbar.MainMenuButton$2.invokeSuspend(MainMenuButton.kt:93) + - "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.platform.ide.menu.LinuxIdeMenuBarKt$collectGlobalMenu$1.invokeSuspend(LinuxIdeMenuBar.kt:77) + - "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.platform.ide.menu.IdeMenuBarHelper$3.invokeSuspend(IdeMenuBarHelper.kt:105) + - "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.ide.menu.IdeMenuBarHelper$4$1.invokeSuspend(IdeMenuBarHelper.kt:114) + at com.intellij.platform.ide.menu.IdeMenuBarHelper$4.invokeSuspend(IdeMenuBarHelper.kt:113) + - "IdeMenuBarHelper":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeMenuBarHelper":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41) + - "IdeMenuBarHelper":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.IdeRootPane$installNorthComponents$2.invokeSuspend(IdeRootPane.kt:624) + - "IdeRootPane":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeRootPane":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.platform.navbar.frontend.NavBarRootPaneExtension$component$1.invokeSuspend(NavBarRootPaneExtension.kt:79) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + +- "FileTypeIndex change notificator":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.psi.search.FileTypeIndexChangeNotifier$worker$1.invokeSuspend(FileTypeIndexChangeNotifier.kt:22) + - "FileTypeIndex change notificator":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "FileTypeIndex change notificator":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "FileTypeIndex change notificator":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41) + - "FileTypeIndex change notificator":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + +-[x2 of] StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanel$1.invokeSuspend(StaticNavBarPanel.kt:86) + - ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.EDT] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanel$handleVm$2.invokeSuspend(StaticNavBarPanel.kt:98) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanel.handleVm(StaticNavBarPanel.kt:94) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanel$1$1.invokeSuspend(StaticNavBarPanel.kt:88) + at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:213) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.ui.NewNavBarPanel$2.invokeSuspend(NewNavBarPanel.kt:82) + - ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.ui.NewNavBarPanel$handleItems$2$1.invokeSuspend(NewNavBarPanel.kt:93) + at com.intellij.platform.navbar.frontend.ui.NewNavBarPanel$handleItems$2.invokeSuspend(NewNavBarPanel.kt:89) + at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:213) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + -[x9 of] StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.platform.navbar.frontend.ui.NavBarItemComponent$1.invokeSuspend(NavBarItemComponent.kt:78) + - ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + +- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt$staticNavBarPanel$1.invokeSuspend(StaticNavBarPanel.kt:58) + - ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt$staticNavBarPanel$1$1.invokeSuspend(StaticNavBarPanel.kt:60) + at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:213) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt$staticNavBarPanel$handleWindow$2.invokeSuspend(StaticNavBarPanel.kt:48) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt.staticNavBarPanel$handleWindow(StaticNavBarPanel.kt:39) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt$staticNavBarPanel$1$1$1$1.invokeSuspend(StaticNavBarPanel.kt:64) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$1.invokeSuspend(NavBarVmImpl.kt:41) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at com.intellij.platform.navbar.frontend.NavBarService$contextItems$1.invokeSuspend(NavBarService.kt:87) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$2.invokeSuspend(NavBarVmImpl.kt:51) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.platform.util.coroutines.flow.FlowKt$zipWithNext$1.invokeSuspend(flow.kt:107) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$handleSelectionChange$2.invokeSuspend(NavBarVmImpl.kt:114) + at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:213) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$3.invokeSuspend(NavBarVmImpl.kt:54) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1629408250), LimitedDispatcher@37c700a] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46) + +- SupervisorJobImpl{Active} + - "Commit checks indicator visibility":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.EDT] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46) + - "Commit checks indicator visibility":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + +- SupervisorJobImpl{Active} + - "PackageChecker.VulnerableApiService.Firmament.main":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215) + - "PackageChecker.VulnerableApiService.Firmament.main":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "PackageChecker.VulnerableApiService.Firmament.main":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:152) + at kotlinx.coroutines.flow.FlowKt__ErrorsKt$retryWhen$$inlined$unsafeFlow$1.collect(Errors.kt:116) + at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:152) + at kotlinx.coroutines.flow.FlowKt__ErrorsKt$catch$$inlined$unsafeFlow$1.collect(Errors.kt:112) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "PackageChecker.VulnerableApiService.Firmament.main":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "PackageChecker.VulnerableApiService.Firmament.main":StandaloneCoroutine{Active}, state: RUNNING [Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.packageChecker.service.VulnerableApiService$createLibrariesFqnVulnerabilitiesFlow$vulnerabilitiesUpdatedFlow$1.invokeSuspend(VulnerableApiService.kt:117) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + +-[x2 of] SupervisorJobImpl{Active} + - "VulnerabilitiesPackageChecker":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Unconfined] + at kotlinx.coroutines.channels.TickerChannelsKt.fixedPeriodTicker(TickerChannels.kt:92) + at kotlinx.coroutines.channels.TickerChannelsKt$ticker$3.invokeSuspend(TickerChannels.kt:68) + - "VulnerabilitiesPackageChecker":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.packageChecker.service.PackageChecker$createCheckedPackagesFlow$1.invokeSuspend(PackageChecker.kt:155) + - "VulnerabilitiesPackageChecker":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "VulnerabilitiesPackageChecker":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.packageChecker.service.PackageCheckerKt$messageBusFlow$1.invokeSuspend(PackageChecker.kt:294) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "VulnerabilitiesPackageChecker":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.packageChecker.service.PackageChecker$createCheckedPackagesFlow$1$1.invokeSuspend(PackageChecker.kt:157) + at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:213) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "VulnerabilitiesPackageChecker":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "VulnerabilitiesPackageChecker":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.packageChecker.service.PackageChecker.updateCacheOnTrigger(PackageChecker.kt:136) + at com.intellij.packageChecker.service.PackageChecker$createCheckedPackagesFlow$1$1$1.invokeSuspend(PackageChecker.kt:158) + at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:213) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "VulnerabilitiesPackageChecker":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.packageChecker.service.PackageChecker$1.invokeSuspend(PackageChecker.kt:85) + - "VulnerabilitiesPackageChecker":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__TransformKt$runningFold$$inlined$unsafeFlow$1.collect(Transform.kt:114) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + +-[x4 of] SupervisorJobImpl{Active} + - "com.intellij.packageChecker.python.PyPIProjectDependenciesModel":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "com.intellij.packageChecker.python.PyPIProjectDependenciesModel":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.packageChecker.model.impl.ProjectDependenciesModelBase$init$1.invokeSuspend(ProjectDependenciesModelBase.kt:88) + - "com.intellij.packageChecker.python.PyPIProjectDependenciesModel":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.packageChecker.service.PackageCheckerKt$messageBusFlow$1.invokeSuspend(PackageChecker.kt:294) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + +-[x4 of] SupervisorJobImpl{Active} + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelBase$Companion":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelBase$Companion":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.packageChecker.model.impl.ProjectDependenciesModelBase$init$1.invokeSuspend(ProjectDependenciesModelBase.kt:88) + - "com.intellij.packageChecker.model.impl.ProjectDependenciesModelBase$Companion":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.packageChecker.service.PackageCheckerKt$messageBusFlow$1.invokeSuspend(PackageChecker.kt:294) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + +-[x2 of] SupervisorJobImpl{Active} + - "com.intellij.packageChecker.javascript.NpmProjectDependenciesModel":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "com.intellij.packageChecker.javascript.NpmProjectDependenciesModel":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.packageChecker.javascript.NpmProjectDependenciesModel$2.invokeSuspend(NpmProjectDependenciesModel.kt:50) + - "com.intellij.packageChecker.javascript.NpmProjectDependenciesModel":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.packageChecker.model.impl.ProjectDependenciesModelBase$init$1.invokeSuspend(ProjectDependenciesModelBase.kt:88) + - "com.intellij.packageChecker.javascript.NpmProjectDependenciesModel":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.packageChecker.service.PackageCheckerKt$messageBusFlow$1.invokeSuspend(PackageChecker.kt:294) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + +-[x2 of] SupervisorJobImpl{Active} + - "com.intellij.packageChecker.java.IntellijModuleProjectDependenciesModel":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "com.intellij.packageChecker.java.IntellijModuleProjectDependenciesModel":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.packageChecker.model.impl.ProjectDependenciesModelBase$init$1.invokeSuspend(ProjectDependenciesModelBase.kt:88) + - "com.intellij.packageChecker.java.IntellijModuleProjectDependenciesModel":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.packageChecker.service.PackageCheckerKt$messageBusFlow$1.invokeSuspend(PackageChecker.kt:294) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + +-[x2 of] SupervisorJobImpl{Active} + - "com.intellij.packageChecker.java.IntellijProjectDependenciesModel":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at com.intellij.packageChecker.java.IntellijProjectDependenciesModel$1.invokeSuspend(IntellijProjectDependenciesModel.kt:38) + - "com.intellij.packageChecker.java.IntellijProjectDependenciesModel":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "com.intellij.packageChecker.java.IntellijProjectDependenciesModel":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + +-[x2 of] SupervisorJobImpl{Active} + - "com.intellij.packageChecker.maven.MavenSharedDependenciesModel":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "com.intellij.packageChecker.maven.MavenSharedDependenciesModel":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.packageChecker.model.impl.ProjectDependenciesModelBase$init$1.invokeSuspend(ProjectDependenciesModelBase.kt:88) + - "com.intellij.packageChecker.maven.MavenSharedDependenciesModel":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.packageChecker.service.PackageCheckerKt$messageBusFlow$1.invokeSuspend(PackageChecker.kt:294) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + +-[x2 of] SupervisorJobImpl{Active} + - "com.intellij.packageChecker.maven.MavenSharedDependenciesModel":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "com.intellij.packageChecker.maven.MavenSharedDependenciesModel":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.packageChecker.model.impl.ProjectDependenciesModelBase$init$1.invokeSuspend(ProjectDependenciesModelBase.kt:88) + - "com.intellij.packageChecker.maven.MavenSharedDependenciesModel":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.packageChecker.service.PackageCheckerKt$messageBusFlow$1.invokeSuspend(PackageChecker.kt:294) + at kotlinx.coroutines.flow.CallbackFlowBuilder.collectTo(Builders.kt:330) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.packageChecker.maven.MavenSharedDependenciesModel":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.packageChecker.gradle.GradleProjectDependenciesModel$1.invokeSuspend(GradleProjectDependenciesModel.kt:87) + - "com.intellij.packageChecker.maven.MavenSharedDependenciesModel":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.packageChecker.maven.MavenSharedDependenciesModel":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + +- SupervisorJobImpl{Active} + - "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default] + - "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.platform.ide.menu.IdeMenuBarHelper$3.invokeSuspend(IdeMenuBarHelper.kt:105) + - "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.ide.menu.IdeMenuBarHelper$4$1.invokeSuspend(IdeMenuBarHelper.kt:114) + at com.intellij.platform.ide.menu.IdeMenuBarHelper$4.invokeSuspend(IdeMenuBarHelper.kt:113) + - "IdeMenuBarHelper":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeMenuBarHelper":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41) + - "IdeMenuBarHelper":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default] + - "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default] + - "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default] + - "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.status.InfoAndProgressPanel$3.invokeSuspend(InfoAndProgressPanel.kt:146) + - "IdeRootPane":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:438) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:417) + at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeRootPane":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1$values$1.invokeSuspend(Delay.kt:204) + - "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.status.InfoAndProgressPanel$4.invokeSuspend(InfoAndProgressPanel.kt:153) + - "IdeRootPane":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default] + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41) + - "IdeRootPane":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default] + at com.intellij.openapi.fileEditor.impl.MergingUpdateChannel.start(MergingUpdateChannel.kt:28) + at com.intellij.openapi.wm.impl.status.InfoAndProgressPanel$5.invokeSuspend(InfoAndProgressPanel.kt:167) + - "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default] + - "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.EDT] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.openapi.wm.impl.customFrameDecorations.header.toolbar.MainMenuButton$2.invokeSuspend(MainMenuButton.kt:93) + - "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.platform.ide.menu.LinuxIdeMenuBarKt$collectGlobalMenu$1.invokeSuspend(LinuxIdeMenuBar.kt:77) + - "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.platform.ide.menu.IdeMenuBarHelper$3.invokeSuspend(IdeMenuBarHelper.kt:105) + - "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.ide.menu.IdeMenuBarHelper$4$1.invokeSuspend(IdeMenuBarHelper.kt:114) + at com.intellij.platform.ide.menu.IdeMenuBarHelper$4.invokeSuspend(IdeMenuBarHelper.kt:113) + - "IdeMenuBarHelper":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeMenuBarHelper":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41) + - "IdeMenuBarHelper":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.openapi.wm.impl.IdeRootPane$installNorthComponents$2.invokeSuspend(IdeRootPane.kt:624) + - "IdeRootPane":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "IdeRootPane":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default] + at kotlinx.coroutines.channels.ProduceKt.awaitClose(Produce.kt:150) + at com.intellij.platform.navbar.frontend.NavBarRootPaneExtension$component$1.invokeSuspend(NavBarRootPaneExtension.kt:79) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + +- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt$staticNavBarPanel$1.invokeSuspend(StaticNavBarPanel.kt:58) + - ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt$staticNavBarPanel$1$1.invokeSuspend(StaticNavBarPanel.kt:60) + at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:213) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.DelayKt.awaitCancellation(Delay.kt:160) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt$staticNavBarPanel$handleWindow$2.invokeSuspend(StaticNavBarPanel.kt:48) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt.staticNavBarPanel$handleWindow(StaticNavBarPanel.kt:39) + at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt$staticNavBarPanel$1$1$1$1.invokeSuspend(StaticNavBarPanel.kt:64) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$1.invokeSuspend(NavBarVmImpl.kt:41) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at com.intellij.platform.navbar.frontend.NavBarService$contextItems$1.invokeSuspend(NavBarService.kt:87) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$2.invokeSuspend(NavBarVmImpl.kt:51) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.platform.util.coroutines.flow.FlowKt$zipWithNext$1.invokeSuspend(flow.kt:107) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$handleSelectionChange$2.invokeSuspend(NavBarVmImpl.kt:114) + at kotlinx.coroutines.flow.FlowKt__MergeKt$mapLatest$1.invokeSuspend(Merge.kt:213) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3$1$2.invokeSuspend(Merge.kt:30) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$3.invokeSuspend(NavBarVmImpl.kt:54) + - "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1246452040), LimitedDispatcher@1ad23a28] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46) + +- SupervisorJobImpl{Active} + - "PackageChecker.VulnerableApiService.reproduction-infinite-compile":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215) + - "PackageChecker.VulnerableApiService.reproduction-infinite-compile":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32) + at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23) + at kotlinx.coroutines.flow.internal.ChannelFlow$collectToFun$1.invokeSuspend(ChannelFlow.kt:56) + - "PackageChecker.VulnerableApiService.reproduction-infinite-compile":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3064) + at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51) + at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:152) + at kotlinx.coroutines.flow.FlowKt__ErrorsKt$retryWhen$$inlined$unsafeFlow$1.collect(Errors.kt:116) + at kotlinx.coroutines.flow.FlowKt__ErrorsKt.catchImpl(Errors.kt:152) + at kotlinx.coroutines.flow.FlowKt__ErrorsKt$catch$$inlined$unsafeFlow$1.collect(Errors.kt:112) + at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210) + - "PackageChecker.VulnerableApiService.reproduction-infinite-compile":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + - "PackageChecker.VulnerableApiService.reproduction-infinite-compile":StandaloneCoroutine{Active}, state: RUNNING [Dispatchers.Default] + at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:397) + at com.intellij.packageChecker.service.VulnerableApiService$createLibrariesFqnVulnerabilitiesFlow$vulnerabilitiesUpdatedFlow$1.invokeSuspend(VulnerableApiService.kt:117) + at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226) + at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28) + +-[x2 of] SupervisorJobImpl{Active} + - "JBTabsImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default] + at kotlinx.coroutines.flow.SharedFlowImpl.collect$suspendImpl(SharedFlow.kt:389) + at com.intellij.ui.tabs.impl.JBTabsImpl$addTimerUpdate$1.invokeSuspend(JBTabsImpl.kt:759) + + + diff --git a/stackdump.txt b/stackdump.txt new file mode 100644 index 0000000..89be821 --- /dev/null +++ b/stackdump.txt @@ -0,0 +1,377 @@ +2024-11-26 23:05:25 +Full thread dump OpenJDK 64-Bit Server VM (17.0.13+11 mixed mode, sharing): + +Threads class SMR info: +_java_thread_list=0x00007b9208015490, length=20, elements={ +0x00007b93080607c0, 0x00007b9308061bf0, 0x00007b9308068280, 0x00007b9308069620, +0x00007b930806aa20, 0x00007b930806c3e0, 0x00007b930806d900, 0x00007b9308076d50, +0x00007b93080c3440, 0x00007b93080c5790, 0x00007b93082d1b40, 0x00007b9308337d00, +0x00007b930833b950, 0x00007b930833d7b0, 0x00007b93080191d0, 0x00007b925c01cc70, +0x00007b92740032a0, 0x00007b92500279f0, 0x00007b92b4000ea0, 0x00007b9274004330 +} + +"Reference Handler" #2 daemon prio=10 os_prio=0 cpu=1.27ms elapsed=2528.11s tid=0x00007b93080607c0 nid=0x1958e waiting on condition [0x00007b930c382000] + java.lang.Thread.State: RUNNABLE + at java.lang.ref.Reference.waitForReferencePendingList(java.base@17.0.13/Native Method) + at java.lang.ref.Reference.processPendingReferences(java.base@17.0.13/Reference.java:253) + at java.lang.ref.Reference$ReferenceHandler.run(java.base@17.0.13/Reference.java:215) + +"Finalizer" #3 daemon prio=8 os_prio=0 cpu=0.41ms elapsed=2528.11s tid=0x00007b9308061bf0 nid=0x1958f in Object.wait() [0x00007b930c281000] + java.lang.Thread.State: WAITING (on object monitor) + at java.lang.Object.wait(java.base@17.0.13/Native Method) + - waiting on <0x00000000e000dcb0> (a java.lang.ref.ReferenceQueue$Lock) + at java.lang.ref.ReferenceQueue.remove(java.base@17.0.13/ReferenceQueue.java:155) + - locked <0x00000000e000dcb0> (a java.lang.ref.ReferenceQueue$Lock) + at java.lang.ref.ReferenceQueue.remove(java.base@17.0.13/ReferenceQueue.java:176) + at java.lang.ref.Finalizer$FinalizerThread.run(java.base@17.0.13/Finalizer.java:172) + +"Signal Dispatcher" #4 daemon prio=9 os_prio=0 cpu=0.28ms elapsed=2528.11s tid=0x00007b9308068280 nid=0x19590 waiting on condition [0x0000000000000000] + java.lang.Thread.State: RUNNABLE + +"Service Thread" #5 daemon prio=9 os_prio=0 cpu=25.22ms elapsed=2528.11s tid=0x00007b9308069620 nid=0x19591 runnable [0x0000000000000000] + java.lang.Thread.State: RUNNABLE + +"Monitor Deflation Thread" #6 daemon prio=9 os_prio=0 cpu=82.75ms elapsed=2528.11s tid=0x00007b930806aa20 nid=0x19592 runnable [0x0000000000000000] + java.lang.Thread.State: RUNNABLE + +"C2 CompilerThread0" #7 daemon prio=9 os_prio=0 cpu=3298.33ms elapsed=2528.11s tid=0x00007b930806c3e0 nid=0x19593 waiting on condition [0x0000000000000000] + java.lang.Thread.State: RUNNABLE + No compile task + +"C1 CompilerThread0" #10 daemon prio=9 os_prio=0 cpu=1268.09ms elapsed=2528.11s tid=0x00007b930806d900 nid=0x19594 waiting on condition [0x0000000000000000] + java.lang.Thread.State: RUNNABLE + No compile task + +"Sweeper thread" #11 daemon prio=9 os_prio=0 cpu=31.62ms elapsed=2528.11s tid=0x00007b9308076d50 nid=0x19595 runnable [0x0000000000000000] + java.lang.Thread.State: RUNNABLE + +"Common-Cleaner" #12 daemon prio=8 os_prio=0 cpu=2.38ms elapsed=2528.09s tid=0x00007b93080c3440 nid=0x19596 in Object.wait() [0x00007b92ce8fb000] + java.lang.Thread.State: TIMED_WAITING (on object monitor) + at java.lang.Object.wait(java.base@17.0.13/Native Method) + - waiting on <no object reference available> + at java.lang.ref.ReferenceQueue.remove(java.base@17.0.13/ReferenceQueue.java:155) + - locked <0x00000000e001e890> (a java.lang.ref.ReferenceQueue$Lock) + at jdk.internal.ref.CleanerImpl.run(java.base@17.0.13/CleanerImpl.java:140) + at java.lang.Thread.run(java.base@17.0.13/Thread.java:840) + at jdk.internal.misc.InnocuousThread.run(java.base@17.0.13/InnocuousThread.java:162) + +"Notification Thread" #13 daemon prio=9 os_prio=0 cpu=0.07ms elapsed=2528.08s tid=0x00007b93080c5790 nid=0x19597 runnable [0x0000000000000000] + java.lang.Thread.State: RUNNABLE + +"Timer-0" #15 daemon prio=5 os_prio=0 cpu=27.50ms elapsed=2527.92s tid=0x00007b93082d1b40 nid=0x1959a waiting on condition [0x00007b92ce4f7000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@17.0.13/Native Method) + - parking to wait for <0x00000000e04535b8> (a java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync) + at java.util.concurrent.locks.LockSupport.park(java.base@17.0.13/LockSupport.java:211) + at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(java.base@17.0.13/AbstractQueuedSynchronizer.java:715) + at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(java.base@17.0.13/AbstractQueuedSynchronizer.java:938) + at java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock(java.base@17.0.13/ReentrantReadWriteLock.java:959) + at org.jetbrains.kotlin.daemon.CompileServiceImpl$shutdownWithDelay$$inlined$schedule$1.run(Timer.kt:154) + at java.util.TimerThread.mainLoop(java.base@17.0.13/Timer.java:566) + at java.util.TimerThread.run(java.base@17.0.13/Timer.java:516) + +"RMI TCP Accept-17860" #16 daemon prio=5 os_prio=0 cpu=2.59ms elapsed=2527.89s tid=0x00007b9308337d00 nid=0x1959b runnable [0x00007b92ce3f6000] + java.lang.Thread.State: RUNNABLE + at sun.nio.ch.Net.accept(java.base@17.0.13/Native Method) + at sun.nio.ch.NioSocketImpl.accept(java.base@17.0.13/NioSocketImpl.java:760) + at java.net.ServerSocket.implAccept(java.base@17.0.13/ServerSocket.java:675) + at java.net.ServerSocket.platformImplAccept(java.base@17.0.13/ServerSocket.java:641) + at java.net.ServerSocket.implAccept(java.base@17.0.13/ServerSocket.java:617) + at java.net.ServerSocket.implAccept(java.base@17.0.13/ServerSocket.java:574) + at java.net.ServerSocket.accept(java.base@17.0.13/ServerSocket.java:532) + at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(java.rmi@17.0.13/TCPTransport.java:413) + at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(java.rmi@17.0.13/TCPTransport.java:377) + at java.lang.Thread.run(java.base@17.0.13/Thread.java:840) + +"RMI Reaper" #18 prio=5 os_prio=0 cpu=0.12ms elapsed=2527.87s tid=0x00007b930833b950 nid=0x1959d in Object.wait() [0x00007b92ce1f4000] + java.lang.Thread.State: WAITING (on object monitor) + at java.lang.Object.wait(java.base@17.0.13/Native Method) + - waiting on <0x00000000e0026be0> (a java.lang.ref.ReferenceQueue$Lock) + at java.lang.ref.ReferenceQueue.remove(java.base@17.0.13/ReferenceQueue.java:155) + - locked <0x00000000e0026be0> (a java.lang.ref.ReferenceQueue$Lock) + at java.lang.ref.ReferenceQueue.remove(java.base@17.0.13/ReferenceQueue.java:176) + at sun.rmi.transport.ObjectTable$Reaper.run(java.rmi@17.0.13/ObjectTable.java:352) + at java.lang.Thread.run(java.base@17.0.13/Thread.java:840) + +"RMI GC Daemon" #19 daemon prio=2 os_prio=0 cpu=0.40ms elapsed=2527.87s tid=0x00007b930833d7b0 nid=0x1959e in Object.wait() [0x00007b92ce0f3000] + java.lang.Thread.State: TIMED_WAITING (on object monitor) + at java.lang.Object.wait(java.base@17.0.13/Native Method) + - waiting on <0x00000000e000a238> (a sun.rmi.transport.GC$LatencyLock) + at sun.rmi.transport.GC$Daemon.run(java.rmi@17.0.13/GC.java:127) + - locked <0x00000000e000a238> (a sun.rmi.transport.GC$LatencyLock) + at java.lang.Thread.run(java.base@17.0.13/Thread.java:840) + at jdk.internal.misc.InnocuousThread.run(java.base@17.0.13/InnocuousThread.java:162) + +"DestroyJavaVM" #20 prio=5 os_prio=0 cpu=256.78ms elapsed=2527.86s tid=0x00007b93080191d0 nid=0x1958a waiting on condition [0x0000000000000000] + java.lang.Thread.State: RUNNABLE + +"RMI Scheduler(0)" #22 daemon prio=5 os_prio=0 cpu=2.67ms elapsed=2527.82s tid=0x00007b925c01cc70 nid=0x195a0 waiting on condition [0x00007b92cdef1000] + java.lang.Thread.State: TIMED_WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@17.0.13/Native Method) + - parking to wait for <0x00000000e000e0a0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) + at java.util.concurrent.locks.LockSupport.parkNanos(java.base@17.0.13/LockSupport.java:252) + at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(java.base@17.0.13/AbstractQueuedSynchronizer.java:1679) + at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@17.0.13/ScheduledThreadPoolExecutor.java:1182) + at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(java.base@17.0.13/ScheduledThreadPoolExecutor.java:899) + at java.util.concurrent.ThreadPoolExecutor.getTask(java.base@17.0.13/ThreadPoolExecutor.java:1062) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@17.0.13/ThreadPoolExecutor.java:1122) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@17.0.13/ThreadPoolExecutor.java:635) + at java.lang.Thread.run(java.base@17.0.13/Thread.java:840) + +"RMI TCP Connection(2)-127.0.0.1" #23 daemon prio=5 os_prio=0 cpu=2014448.93ms elapsed=2527.81s tid=0x00007b92740032a0 nid=0x195a5 runnable [0x00007b92cdde8000] + java.lang.Thread.State: RUNNABLE + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:190) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:214) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:214) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:194) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:214) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:194) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:214) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:214) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:194) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:214) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:194) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:214) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:214) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:194) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:214) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:194) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:214) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:194) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:214) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:194) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.containsInternal(ConeInferenceContext.kt:214) + at org.jetbrains.kotlin.fir.types.ConeInferenceContext.contains(ConeInferenceContext.kt:182) + at org.jetbrains.kotlin.resolve.calls.inference.components.TrivialConstraintTypeInferenceOracle.contains(TrivialConstraintTypeInferenceOracle.kt) + at org.jetbrains.kotlin.resolve.calls.inference.components.TrivialConstraintTypeInferenceOracle.containsOnlyNonNullableNothing(TrivialConstraintTypeInferenceOracle.kt:67) + at org.jetbrains.kotlin.resolve.calls.inference.components.TrivialConstraintTypeInferenceOracle.isGeneratedConstraintTrivial(TrivialConstraintTypeInferenceOracle.kt:56) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.addNewConstraint(ConstraintIncorporator.kt:275) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.approximateIfNeededAndAddNewConstraint(ConstraintIncorporator.kt:223) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.generateNewConstraint(ConstraintIncorporator.kt:193) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.insideOtherConstraint(ConstraintIncorporator.kt:117) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintIncorporator.incorporate(ConstraintIncorporator.kt:55) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processGivenConstraints(ConstraintInjector.kt:243) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processConstraintsIgnoringForksData(ConstraintInjector.kt:196) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processConstraints(ConstraintInjector.kt:173) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.processConstraints$default(ConstraintInjector.kt:168) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.addSubTypeConstraintAndIncorporateIt(ConstraintInjector.kt:114) + at org.jetbrains.kotlin.resolve.calls.inference.components.ConstraintInjector.addInitialSubtypeConstraint(ConstraintInjector.kt:71) + at org.jetbrains.kotlin.resolve.calls.inference.model.NewConstraintSystemImpl.addSubtypeConstraint(NewConstraintSystemImpl.kt:199) + at org.jetbrains.kotlin.resolve.calls.inference.ConstraintSystemBuilderKt.addConstraintIfCompatible(ConstraintSystemBuilder.kt:100) + at org.jetbrains.kotlin.resolve.calls.inference.ConstraintSystemBuilderKt.addSubtypeConstraintIfCompatible(ConstraintSystemBuilder.kt:84) + at org.jetbrains.kotlin.fir.resolve.calls.stages.ArgumentCheckingProcessor.checkApplicabilityForArgumentType(ArgumentCheckingProcessor.kt:264) + at org.jetbrains.kotlin.fir.resolve.calls.stages.ArgumentCheckingProcessor.resolvePlainArgumentType(ArgumentCheckingProcessor.kt:200) + at org.jetbrains.kotlin.fir.resolve.calls.stages.ArgumentCheckingProcessor.resolvePlainArgumentType$default(ArgumentCheckingProcessor.kt:170) + at org.jetbrains.kotlin.fir.resolve.calls.stages.ArgumentCheckingProcessor.resolvePlainExpressionArgument(ArgumentCheckingProcessor.kt:167) + at org.jetbrains.kotlin.fir.resolve.calls.stages.ArgumentCheckingProcessor.resolvePlainExpressionArgument$default(ArgumentCheckingProcessor.kt:157) + at org.jetbrains.kotlin.fir.resolve.calls.stages.ArgumentCheckingProcessor.resolveArgumentExpression(ArgumentCheckingProcessor.kt:137) + at org.jetbrains.kotlin.fir.resolve.calls.stages.ArgumentCheckingProcessor.resolveArgumentExpression(ArgumentCheckingProcessor.kt:70) + at org.jetbrains.kotlin.fir.resolve.calls.stages.CheckArguments.resolveArgument(CheckArguments.kt:76) + at org.jetbrains.kotlin.fir.resolve.calls.stages.CheckArguments.check(CheckArguments.kt:33) + at org.jetbrains.kotlin.fir.resolve.calls.stages.ResolutionStageRunner$processCandidate$1.invokeSuspend(ResolutionStageRunner.kt:26) + at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) + at org.jetbrains.kotlin.fir.resolve.calls.stages.ResolutionStageRunner.processCandidate(ResolutionStageRunner.kt:39) + at org.jetbrains.kotlin.fir.resolve.calls.stages.ResolutionStageRunner.processCandidate$default(ResolutionStageRunner.kt:19) + at org.jetbrains.kotlin.fir.resolve.calls.candidate.CandidateCollector.consumeCandidate(CandidateCollector.kt:40) + at org.jetbrains.kotlin.fir.resolve.calls.tower.TowerScopeLevelProcessor.consumeCandidate(TowerLevelHandler.kt:90) + at org.jetbrains.kotlin.fir.resolve.calls.tower.TowerScopeLevel$TowerScopeLevelProcessor.consumeCandidate$default(TowerLevels.kt:53) + at org.jetbrains.kotlin.fir.resolve.calls.tower.MemberScopeTowerLevel.consumeCandidates(TowerLevels.kt:236) + at org.jetbrains.kotlin.fir.resolve.calls.tower.MemberScopeTowerLevel.processMembers(TowerLevels.kt:97) + at org.jetbrains.kotlin.fir.resolve.calls.tower.MemberScopeTowerLevel.processFunctionsByName(TowerLevels.kt:267) + at org.jetbrains.kotlin.fir.resolve.calls.tower.TowerLevelHandler.handleLevel(TowerLevelHandler.kt:61) + at org.jetbrains.kotlin.fir.resolve.calls.tower.FirBaseTowerResolveTask.processLevel(FirTowerResolveTask.kt:207) + at org.jetbrains.kotlin.fir.resolve.calls.tower.FirBaseTowerResolveTask.access$processLevel(FirTowerResolveTask.kt:64) + at org.jetbrains.kotlin.fir.resolve.calls.tower.FirBaseTowerResolveTask$processLevel$3.invokeSuspend(FirTowerResolveTask.kt) + at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) + at org.jetbrains.kotlin.fir.resolve.calls.tower.TowerResolveManager.resumeTask(TowerResolveManager.kt:77) + at org.jetbrains.kotlin.fir.resolve.calls.tower.TowerResolveManager.runTasks(TowerResolveManager.kt:83) + at org.jetbrains.kotlin.fir.resolve.calls.tower.FirTowerResolver.runResolver(FirTowerResolver.kt:52) + at org.jetbrains.kotlin.fir.resolve.calls.tower.FirTowerResolver.runResolver(FirTowerResolver.kt:39) + at org.jetbrains.kotlin.fir.resolve.calls.FirCallResolver.collectCandidates(FirCallResolver.kt:205) + at org.jetbrains.kotlin.fir.resolve.calls.FirCallResolver.collectCandidates$default(FirCallResolver.kt:170) + at org.jetbrains.kotlin.fir.resolve.calls.FirCallResolver.resolveCallAndSelectCandidate(FirCallResolver.kt:85) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirExpressionsResolveTransformer.transformFunctionCallInternal$resolve(FirExpressionsResolveTransformer.kt:503) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirExpressionsResolveTransformer.transformFunctionCall(FirExpressionsResolveTransformer.kt:439) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformFunctionCall(FirAbstractBodyResolveTransformerDispatcher.kt:164) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformFunctionCall(FirAbstractBodyResolveTransformerDispatcher.kt:24) + at org.jetbrains.kotlin.fir.expressions.FirFunctionCall.transform(FirFunctionCall.kt:45) + at org.jetbrains.kotlin.fir.expressions.impl.FirReturnExpressionImpl.transformResult(FirReturnExpressionImpl.kt:56) + at org.jetbrains.kotlin.fir.expressions.impl.FirReturnExpressionImpl.transformChildren(FirReturnExpressionImpl.kt:45) + at org.jetbrains.kotlin.fir.expressions.impl.FirReturnExpressionImpl.transformChildren(FirReturnExpressionImpl.kt:30) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirExpressionsResolveTransformer.transformExpression(FirExpressionsResolveTransformer.kt:80) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformExpression(FirAbstractBodyResolveTransformerDispatcher.kt:130) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirControlFlowStatementsResolveTransformer.transformJump(FirControlFlowStatementsResolveTransformer.kt:185) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirControlFlowStatementsResolveTransformer.transformReturnExpression(FirControlFlowStatementsResolveTransformer.kt:206) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformReturnExpression(FirAbstractBodyResolveTransformerDispatcher.kt:693) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformReturnExpression(FirAbstractBodyResolveTransformerDispatcher.kt:24) + at org.jetbrains.kotlin.fir.expressions.FirReturnExpression.transform(FirReturnExpression.kt:35) + at org.jetbrains.kotlin.fir.expressions.FirExpressionUtilKt.transformStatementsIndexed(FirExpressionUtil.kt:198) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirExpressionsResolveTransformer.transformBlockInCurrentScope$resolve(FirExpressionsResolveTransformer.kt:589) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirExpressionsResolveTransformer.transformBlock(FirExpressionsResolveTransformer.kt:580) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformBlock(FirAbstractBodyResolveTransformerDispatcher.kt:191) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformBlock(FirAbstractBodyResolveTransformerDispatcher.kt:24) + at org.jetbrains.kotlin.fir.expressions.FirBlock.transform(FirBlock.kt:32) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirPartialBodyResolveTransformer.transformElement(FirPartialBodyResolveTransformer.kt:36) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirPartialBodyResolveTransformer.transformElement(FirPartialBodyResolveTransformer.kt:13) + at org.jetbrains.kotlin.fir.visitors.FirTransformer.transformBlock(FirTransformer.kt:191) + at org.jetbrains.kotlin.fir.expressions.FirBlock.transform(FirBlock.kt:32) + at org.jetbrains.kotlin.fir.declarations.impl.FirSimpleFunctionImpl.transformBody(FirSimpleFunctionImpl.kt:109) + at org.jetbrains.kotlin.fir.declarations.impl.FirSimpleFunctionImpl.transformBody(FirSimpleFunctionImpl.kt:32) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer.transformFunction(FirDeclarationsResolveTransformer.kt:968) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer.transformFunctionWithGivenSignature(FirDeclarationsResolveTransformer.kt:918) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer.access$transformFunctionWithGivenSignature(FirDeclarationsResolveTransformer.kt:56) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer.transformSimpleFunction$lambda$61$lambda$60$lambda$59(FirDeclarationsResolveTransformer.kt:910) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer$$Lambda$792/0x00007b92d463b670.invoke(Unknown Source) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.BodyResolveContext.forFunctionBody(BodyResolveContext.kt:1206) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer.transformSimpleFunction(FirDeclarationsResolveTransformer.kt:908) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformSimpleFunction(FirAbstractBodyResolveTransformerDispatcher.kt:530) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformSimpleFunction(FirAbstractBodyResolveTransformerDispatcher.kt:24) + at org.jetbrains.kotlin.fir.declarations.FirSimpleFunction.transform(FirSimpleFunction.kt:55) + at org.jetbrains.kotlin.fir.visitors.FirTransformerUtilKt.transformInplace(FirTransformerUtil.kt:20) + at org.jetbrains.kotlin.fir.declarations.impl.FirRegularClassImpl.transformDeclarations(FirRegularClassImpl.kt:91) + at org.jetbrains.kotlin.fir.declarations.impl.FirRegularClassImpl.transformChildren(FirRegularClassImpl.kt:73) + at org.jetbrains.kotlin.fir.declarations.impl.FirRegularClassImpl.transformChildren(FirRegularClassImpl.kt:30) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformElement(FirAbstractBodyResolveTransformerDispatcher.kt:80) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformDeclarationContent(FirAbstractBodyResolveTransformerDispatcher.kt:431) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer.transformDeclarationContent(FirDeclarationsResolveTransformer.kt:76) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer.doTransformRegularClass$lambda$53(FirDeclarationsResolveTransformer.kt:837) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer$$Lambda$789/0x00007b92d463a7d0.invoke(Unknown Source) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer.withRegularClass$lambda$54(FirDeclarationsResolveTransformer.kt:846) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer$$Lambda$790/0x00007b92d463a9f8.invoke(Unknown Source) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.BodyResolveContext.withRegularClass$lambda$16$lambda$15(BodyResolveContext.kt:1560) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.BodyResolveContext$$Lambda$788/0x00007b92d4637100.invoke(Unknown Source) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.BodyResolveContext.withScopesForClass(BodyResolveContext.kt:535) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.BodyResolveContext.withRegularClass(BodyResolveContext.kt:433) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer.withRegularClass(FirDeclarationsResolveTransformer.kt:845) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer.doTransformRegularClass(FirDeclarationsResolveTransformer.kt:836) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer.transformRegularClass(FirDeclarationsResolveTransformer.kt:757) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformRegularClass(FirAbstractBodyResolveTransformerDispatcher.kt:503) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformRegularClass(FirAbstractBodyResolveTransformerDispatcher.kt:24) + at org.jetbrains.kotlin.fir.declarations.FirRegularClass.transform(FirRegularClass.kt:52) + at org.jetbrains.kotlin.fir.visitors.FirTransformerUtilKt.transformInplace(FirTransformerUtil.kt:20) + at org.jetbrains.kotlin.fir.declarations.impl.FirFileImpl.transformDeclarations(FirFileImpl.kt:80) + at org.jetbrains.kotlin.fir.declarations.impl.FirFileImpl.transformChildren(FirFileImpl.kt:65) + at org.jetbrains.kotlin.fir.declarations.impl.FirFileImpl.transformChildren(FirFileImpl.kt:29) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformElement(FirAbstractBodyResolveTransformerDispatcher.kt:80) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformDeclarationContent(FirAbstractBodyResolveTransformerDispatcher.kt:431) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer.transformDeclarationContent(FirDeclarationsResolveTransformer.kt:76) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer.doTransformFile$lambda$51(FirDeclarationsResolveTransformer.kt:809) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer$$Lambda$785/0x00007b92d4636a88.invoke(Unknown Source) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer.withFile(FirDeclarationsResolveTransformer.kt:822) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer.doTransformFile(FirDeclarationsResolveTransformer.kt:808) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirDeclarationsResolveTransformer.transformFile(FirDeclarationsResolveTransformer.kt:735) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformFile(FirAbstractBodyResolveTransformerDispatcher.kt:57) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirAbstractBodyResolveTransformerDispatcher.transformFile(FirAbstractBodyResolveTransformerDispatcher.kt:24) + at org.jetbrains.kotlin.fir.declarations.FirFile.transform(FirFile.kt:46) + at org.jetbrains.kotlin.fir.resolve.transformers.body.resolve.FirBodyResolveTransformerAdapter.transformFile(FirBodyResolveTransformerAdapters.kt:41) + at org.jetbrains.kotlin.fir.declarations.FirFile.transform(FirFile.kt:46) + at org.jetbrains.kotlin.fir.resolve.transformers.FirTransformerBasedResolveProcessor.processFile(FirResolveProcessor.kt:48) + at org.jetbrains.kotlin.fir.resolve.transformers.FirTotalResolveProcessor.process(FirTotalResolveProcessor.kt:36) + at org.jetbrains.kotlin.fir.pipeline.AnalyseKt.runResolution(analyse.kt:20) + at org.jetbrains.kotlin.fir.pipeline.FirUtilsKt.resolveAndCheckFir(firUtils.kt:76) + at org.jetbrains.kotlin.fir.pipeline.FirUtilsKt.buildResolveAndCheckFirViaLightTree(firUtils.kt:88) + at org.jetbrains.kotlin.cli.jvm.compiler.pipeline.JvmCompilerPipelineKt.compileModuleToAnalyzedFir(jvmCompilerPipeline.kt:319) + at org.jetbrains.kotlin.cli.jvm.compiler.pipeline.JvmCompilerPipelineKt.compileModulesUsingFrontendIrAndLightTree(jvmCompilerPipeline.kt:118) + at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:148) + at org.jetbrains.kotlin.cli.jvm.K2JVMCompiler.doExecute(K2JVMCompiler.kt:43) + at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:103) + at org.jetbrains.kotlin.cli.common.CLICompiler.execImpl(CLICompiler.kt:49) + at org.jetbrains.kotlin.cli.common.CLITool.exec(CLITool.kt:101) + at org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunner.runCompiler(IncrementalJvmCompilerRunner.kt:464) + at org.jetbrains.kotlin.incremental.IncrementalJvmCompilerRunner.runCompiler(IncrementalJvmCompilerRunner.kt:73) + at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.doCompile(IncrementalCompilerRunner.kt:506) + at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileImpl(IncrementalCompilerRunner.kt:423) + at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compileNonIncrementally(IncrementalCompilerRunner.kt:301) + at org.jetbrains.kotlin.incremental.IncrementalCompilerRunner.compile(IncrementalCompilerRunner.kt:129) + at org.jetbrains.kotlin.daemon.CompileServiceImplBase.execIncrementalCompiler(CompileServiceImpl.kt:675) + at org.jetbrains.kotlin.daemon.CompileServiceImplBase.access$execIncrementalCompiler(CompileServiceImpl.kt:92) + at org.jetbrains.kotlin.daemon.CompileServiceImpl.compile(CompileServiceImpl.kt:1660) + at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@17.0.13/Native Method) + at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@17.0.13/NativeMethodAccessorImpl.java:77) + at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@17.0.13/DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(java.base@17.0.13/Method.java:569) + at sun.rmi.server.UnicastServerRef.dispatch(java.rmi@17.0.13/UnicastServerRef.java:360) + at sun.rmi.transport.Transport$1.run(java.rmi@17.0.13/Transport.java:200) + at sun.rmi.transport.Transport$1.run(java.rmi@17.0.13/Transport.java:197) + at java.security.AccessController.executePrivileged(java.base@17.0.13/AccessController.java:807) + at java.security.AccessController.doPrivileged(java.base@17.0.13/AccessController.java:712) + at sun.rmi.transport.Transport.serviceCall(java.rmi@17.0.13/Transport.java:196) + at sun.rmi.transport.tcp.TCPTransport.handleMessages(java.rmi@17.0.13/TCPTransport.java:587) + at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(java.rmi@17.0.13/TCPTransport.java:828) + at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(java.rmi@17.0.13/TCPTransport.java:705) + at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$$Lambda$125/0x00007b92d40c48b8.run(java.rmi@17.0.13/Unknown Source) + at java.security.AccessController.executePrivileged(java.base@17.0.13/AccessController.java:776) + at java.security.AccessController.doPrivileged(java.base@17.0.13/AccessController.java:399) + at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(java.rmi@17.0.13/TCPTransport.java:704) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@17.0.13/ThreadPoolExecutor.java:1136) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@17.0.13/ThreadPoolExecutor.java:635) + at java.lang.Thread.run(java.base@17.0.13/Thread.java:840) + +"RMI RenewClean-[127.0.0.1:43963,org.jetbrains.kotlin.daemon.common.LoopbackNetworkInterface$ClientLoopbackSocketFactory@5a4c8563]" #24 daemon prio=5 os_prio=0 cpu=10.74ms elapsed=2527.74s tid=0x00007b92500279f0 nid=0x195a8 in Object.wait() [0x00007b92cdcef000] + java.lang.Thread.State: TIMED_WAITING (on object monitor) + at java.lang.Object.wait(java.base@17.0.13/Native Method) + - waiting on <0x00000000e0034800> (a java.lang.ref.ReferenceQueue$Lock) + at java.lang.ref.ReferenceQueue.remove(java.base@17.0.13/ReferenceQueue.java:155) + - locked <0x00000000e0034800> (a java.lang.ref.ReferenceQueue$Lock) + at sun.rmi.transport.DGCClient$EndpointEntry$RenewCleanThread.run(java.rmi@17.0.13/DGCClient.java:559) + at java.lang.Thread.run(java.base@17.0.13/Thread.java:840) + +"Attach Listener" #25 daemon prio=9 os_prio=0 cpu=2.18ms elapsed=2509.70s tid=0x00007b92b4000ea0 nid=0x1978c waiting on condition [0x0000000000000000] + java.lang.Thread.State: RUNNABLE + +"RMI TCP Connection(4)-127.0.0.1" #27 daemon prio=5 os_prio=0 cpu=3.62ms elapsed=695.11s tid=0x00007b9274004330 nid=0x1bb49 waiting on condition [0x00007b92cdff1000] + java.lang.Thread.State: WAITING (parking) + at jdk.internal.misc.Unsafe.park(java.base@17.0.13/Native Method) + - parking to wait for <0x00000000e04535b8> (a java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync) + at java.util.concurrent.locks.LockSupport.park(java.base@17.0.13/LockSupport.java:211) + at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(java.base@17.0.13/AbstractQueuedSynchronizer.java:715) + at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireShared(java.base@17.0.13/AbstractQueuedSynchronizer.java:1027) + at java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock(java.base@17.0.13/ReentrantReadWriteLock.java:738) + at org.jetbrains.kotlin.daemon.CompileServiceImpl.getDaemonJVMOptions(CompileServiceImpl.kt:1231) + at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@17.0.13/Native Method) + at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@17.0.13/NativeMethodAccessorImpl.java:77) + at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@17.0.13/DelegatingMethodAccessorImpl.java:43) + at java.lang.reflect.Method.invoke(java.base@17.0.13/Method.java:569) + at sun.rmi.server.UnicastServerRef.dispatch(java.rmi@17.0.13/UnicastServerRef.java:360) + at sun.rmi.transport.Transport$1.run(java.rmi@17.0.13/Transport.java:200) + at sun.rmi.transport.Transport$1.run(java.rmi@17.0.13/Transport.java:197) + at java.security.AccessController.executePrivileged(java.base@17.0.13/AccessController.java:807) + at java.security.AccessController.doPrivileged(java.base@17.0.13/AccessController.java:712) + at sun.rmi.transport.Transport.serviceCall(java.rmi@17.0.13/Transport.java:196) + at sun.rmi.transport.tcp.TCPTransport.handleMessages(java.rmi@17.0.13/TCPTransport.java:587) + at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(java.rmi@17.0.13/TCPTransport.java:828) + at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(java.rmi@17.0.13/TCPTransport.java:705) + at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler$$Lambda$125/0x00007b92d40c48b8.run(java.rmi@17.0.13/Unknown Source) + at java.security.AccessController.executePrivileged(java.base@17.0.13/AccessController.java:776) + at java.security.AccessController.doPrivileged(java.base@17.0.13/AccessController.java:399) + at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(java.rmi@17.0.13/TCPTransport.java:704) + at java.util.concurrent.ThreadPoolExecutor.runWorker(java.base@17.0.13/ThreadPoolExecutor.java:1136) + at java.util.concurrent.ThreadPoolExecutor$Worker.run(java.base@17.0.13/ThreadPoolExecutor.java:635) + at java.lang.Thread.run(java.base@17.0.13/Thread.java:840) + +"GC Thread#9" os_prio=0 cpu=438013.04ms elapsed=2527.28s tid=0x00007b92c8006240 nid=0x195b2 runnable + +"GC Thread#8" os_prio=0 cpu=438788.85ms elapsed=2527.28s tid=0x00007b92c8005430 nid=0x195b1 runnable + +"GC Thread#7" os_prio=0 cpu=440279.91ms elapsed=2527.28s tid=0x00007b92c8004a10 nid=0x195b0 runnable + +"GC Thread#6" os_prio=0 cpu=438995.53ms elapsed=2527.28s tid=0x00007b92c8003ff0 nid=0x195af runnable + +"GC Thread#5" os_prio=0 cpu=439677.39ms elapsed=2527.28s tid=0x00007b92c80035d0 nid=0x195ae runnable + +"GC Thread#4" os_prio=0 cpu=439988.40ms elapsed=2527.28s tid=0x00007b92c8002bb0 nid=0x195ad runnable + +"GC Thread#3" os_prio=0 cpu=439298.92ms elapsed=2527.28s tid=0x00007b92c8002190 nid=0x195ac runnable + +"GC Thread#2" os_prio=0 cpu=438550.88ms elapsed=2527.28s tid=0x00007b92c8001980 nid=0x195ab runnable + +"GC Thread#1" os_prio=0 cpu=439968.29ms elapsed=2527.28s tid=0x00007b92c8001360 nid=0x195aa runnable + +"VM Periodic Task Thread" os_prio=0 cpu=597.03ms elapsed=2528.08s tid=0x00007b93080c70d0 nid=0x19598 waiting on condition + +"VM Thread" os_prio=0 cpu=17290.12ms elapsed=2528.11s tid=0x00007b930805bf50 nid=0x1958d runnable + +"GC Thread#0" os_prio=0 cpu=438894.13ms elapsed=2528.12s tid=0x00007b9308031020 nid=0x1958b runnable + +JNI global refs: 19, weak refs: 0 + |