"AWT-EventQueue-0" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

	at java.base@17.0.11/sun.nio.ch.FileDispatcherImpl.read0(Native Method)
	at java.base@17.0.11/sun.nio.ch.FileDispatcherImpl.read(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.IOUtil.read(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.IOUtil.read(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.FileChannelImpl.read(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.ChannelInputStream.read(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.ChannelInputStream.read(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.ChannelInputStream.read(Unknown Source)
	at java.base@17.0.11/java.io.InputStream.read(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.ChannelInputStream.read(Unknown Source)
	at java.base@17.0.11/java.io.DataInputStream.readInt(Unknown Source)
	at org.jetbrains.kotlin.idea.gradleJava.scripting.roots.StringsPool$Reader.readString(GradleBuildRootDataSerializer.kt:152)
	at org.jetbrains.kotlin.idea.gradleJava.scripting.roots.StringsPool$Reader.readStrings(GradleBuildRootDataSerializer.kt:159)
	at org.jetbrains.kotlin.idea.gradleJava.scripting.roots.GradleBuildRootDataSerializerKt.readKotlinDslScriptModels(GradleBuildRootDataSerializer.kt:91)
	at org.jetbrains.kotlin.idea.gradleJava.scripting.roots.GradleBuildRootDataSerializer$Externalizer.read(GradleBuildRootDataSerializer.kt:47)
	at org.jetbrains.kotlin.idea.gradleJava.scripting.roots.GradleBuildRootDataSerializer$Externalizer.read(GradleBuildRootDataSerializer.kt:42)
	at com.intellij.util.gist.storage.GistStorageImpl$GistImpl.getProjectData(GistStorageImpl.java:255)
	at com.intellij.util.gist.storage.GistStorage$Gist.getGlobalData(GistStorage.java:93)
	at org.jetbrains.kotlin.idea.gradleJava.scripting.roots.GradleBuildRootDataSerializer.read(GradleBuildRootDataSerializer.kt:29)
	at org.jetbrains.kotlin.idea.gradleJava.scripting.roots.GradleBuildRootsManager$tryLoadFromFsCache$1.invoke(GradleBuildRootsManager.kt:309)
	at org.jetbrains.kotlin.idea.gradleJava.scripting.roots.GradleBuildRootsManager$tryLoadFromFsCache$1.invoke(GradleBuildRootsManager.kt:308)
	at org.jetbrains.kotlin.idea.gradleJava.scripting.roots.GradleBuildRootsManager.tryCreateImportedRoot(GradleBuildRootsManager.kt:330)
	at org.jetbrains.kotlin.idea.gradleJava.scripting.roots.GradleBuildRootsManager.tryCreateImportedRoot$default(GradleBuildRootsManager.kt:323)
	at org.jetbrains.kotlin.idea.gradleJava.scripting.roots.GradleBuildRootsManager.tryLoadFromFsCache(GradleBuildRootsManager.kt:308)
	at org.jetbrains.kotlin.idea.gradleJava.scripting.roots.GradleBuildRootsManager.loadLinkedRoot(GradleBuildRootsManager.kt:302)
	at org.jetbrains.kotlin.idea.gradleJava.scripting.roots.GradleBuildRootsManager.loadLinkedRoot$default(GradleBuildRootsManager.kt:294)
	at org.jetbrains.kotlin.idea.gradleJava.scripting.ProjectGradleSettingsListener.onProjectsLinked(ProjectGradleSettingsListener.kt:18)
	at java.base@17.0.11/java.lang.invoke.LambdaForm$DMH/0x00000008005ac000.invokeInterface(LambdaForm$DMH)
	at java.base@17.0.11/java.lang.invoke.LambdaForm$MH/0x00000008005acc00.invoke(LambdaForm$MH)
	at java.base@17.0.11/java.lang.invoke.LambdaForm$MH/0x00000008002b9400.invokeExact_MT(LambdaForm$MH)
	at com.intellij.util.messages.impl.MessageBusImplKt.invokeMethod(MessageBusImpl.kt:700)
	at com.intellij.util.messages.impl.MessageBusImplKt.invokeListener(MessageBusImpl.kt:664)
	at com.intellij.util.messages.impl.MessageBusImplKt.deliverMessage(MessageBusImpl.kt:423)
	at com.intellij.util.messages.impl.MessageBusImplKt.pumpWaiting(MessageBusImpl.kt:402)
	at com.intellij.util.messages.impl.MessageBusImplKt.access$pumpWaiting(MessageBusImpl.kt:1)
	at com.intellij.util.messages.impl.MessagePublisher.invoke(MessageBusImpl.kt:461)
	at jdk.proxy3/jdk.proxy3.$Proxy45.onProjectsLinked(Unknown Source)
	at com.intellij.openapi.externalSystem.settings.AbstractExternalSystemSettings.onProjectsLinked(AbstractExternalSystemSettings.java:258)
	at com.intellij.openapi.externalSystem.settings.AbstractExternalSystemSettings$2.lambda$onProjectsLinked$0(AbstractExternalSystemSettings.java:232)
	at com.intellij.openapi.externalSystem.settings.AbstractExternalSystemSettings$2$$Lambda$1040/0x0000000800dcc168.run(Unknown Source)
	at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
	at com.intellij.util.concurrency.CancellationRunnable$run$1.invoke(CancellationRunnable.kt:19)
	at com.intellij.util.concurrency.CancellationRunnable$run$1.invoke(CancellationRunnable.kt:19)
	at com.intellij.util.concurrency.Propagation$runAsCoroutine$deferred$1.invokeSuspend(propagation.kt:195)
	at com.intellij.util.concurrency.Propagation$runAsCoroutine$deferred$1.invoke(propagation.kt)
	at com.intellij.util.concurrency.Propagation$runAsCoroutine$deferred$1.invoke(propagation.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startCoroutineUndispatched(Undispatched.kt:44)
	at kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:112)
	at kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:126)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.async(Builders.common.kt:91)
	at kotlinx.coroutines.BuildersKt.async(Unknown Source)
	at com.intellij.util.concurrency.Propagation.runAsCoroutine(propagation.kt:190)
	at com.intellij.util.concurrency.CancellationRunnable.run(CancellationRunnable.kt:19)
	at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:209)
	at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:22)
	at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:191)
	at com.intellij.openapi.application.impl.RwLockHolder.runIntendedWriteActionOnCurrentThread(RwLockHolder.kt:204)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:830)
	at com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:419)
	at com.intellij.openapi.application.impl.RwLockHolder.runWithEnabledImplicitRead(RwLockHolder.kt:138)
	at com.intellij.openapi.application.impl.RwLockHolder.runWithImplicitRead(RwLockHolder.kt:129)
	at com.intellij.openapi.application.impl.ApplicationImpl.runWithImplicitRead(ApplicationImpl.java:1152)
	at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:81)
	at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:123)
	at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:43)
	at com.intellij.openapi.application.impl.FlushQueue$$Lambda$668/0x00000008006d11a0.run(Unknown Source)
	at java.desktop@17.0.11/java.awt.event.InvocationEvent.dispatch(Unknown Source)
	at java.desktop@17.0.11/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.desktop@17.0.11/java.awt.EventQueue$3.run(Unknown Source)
	at java.desktop@17.0.11/java.awt.EventQueue$3.run(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.11/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop@17.0.11/java.awt.EventQueue.dispatchEvent(Unknown Source)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.kt:699)
	at com.intellij.ide.IdeEventQueue._dispatchEvent$lambda$12(IdeEventQueue.kt:593)
	at com.intellij.ide.IdeEventQueue$$Lambda$891/0x0000000800b5a248.run(Unknown Source)
	at com.intellij.openapi.application.impl.RwLockHolder.runWithoutImplicitRead(RwLockHolder.kt:105)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.kt:593)
	at com.intellij.ide.IdeEventQueue.access$_dispatchEvent(IdeEventQueue.kt:77)
	at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.compute(IdeEventQueue.kt:362)
	at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.compute(IdeEventQueue.kt:361)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:843)
	at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1.invoke(IdeEventQueue.kt:361)
	at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1.invoke(IdeEventQueue.kt:356)
	at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$1(IdeEventQueue.kt:1022)
	at com.intellij.ide.IdeEventQueueKt$$Lambda$890/0x0000000800b573b0.run(Unknown Source)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106)
	at com.intellij.ide.IdeEventQueueKt.performActivity(IdeEventQueue.kt:1022)
	at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$7(IdeEventQueue.kt:356)
	at com.intellij.ide.IdeEventQueue$$Lambda$889/0x0000000800b55b78.run(Unknown Source)
	at com.intellij.openapi.application.impl.RwLockHolder.runIntendedWriteActionOnCurrentThread(RwLockHolder.kt:209)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:830)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:398)
	at java.desktop@17.0.11/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.desktop@17.0.11/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.desktop@17.0.11/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.desktop@17.0.11/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop@17.0.11/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop@17.0.11/java.awt.EventDispatchThread.run(Unknown Source)

"BaseDataReader: error stream of fsnotifier" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.11/java.io.FileInputStream.readBytes(Native Method)
	at java.base@17.0.11/java.io.FileInputStream.read(Unknown Source)
	at java.base@17.0.11/java.io.BufferedInputStream.read1(Unknown Source)
	at java.base@17.0.11/java.io.BufferedInputStream.read(Unknown Source)
	at java.base@17.0.11/sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
	at java.base@17.0.11/sun.nio.cs.StreamDecoder.implRead(Unknown Source)
	at java.base@17.0.11/sun.nio.cs.StreamDecoder.read(Unknown Source)
	at java.base@17.0.11/java.io.InputStreamReader.read(Unknown Source)
	at java.base@17.0.11/java.io.Reader.read(Unknown Source)
	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$1224/0x0000000800f86c28.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$1223/0x0000000800f7f6e8.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"BaseDataReader: output stream of fsnotifier" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.11/java.io.FileInputStream.readBytes(Native Method)
	at java.base@17.0.11/java.io.FileInputStream.read(Unknown Source)
	at java.base@17.0.11/java.io.BufferedInputStream.read1(Unknown Source)
	at java.base@17.0.11/java.io.BufferedInputStream.read(Unknown Source)
	at java.base@17.0.11/sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
	at java.base@17.0.11/sun.nio.cs.StreamDecoder.implRead(Unknown Source)
	at java.base@17.0.11/sun.nio.cs.StreamDecoder.read(Unknown Source)
	at java.base@17.0.11/java.io.InputStreamReader.read(Unknown Source)
	at java.base@17.0.11/java.io.Reader.read(Unknown Source)
	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$1224/0x0000000800f86c28.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$1223/0x0000000800f7f6e8.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"DefaultDispatcher-worker-26" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

	at java.logging@17.0.11/java.util.logging.StreamHandler.isLoggable(Unknown Source)
	at com.intellij.openapi.diagnostic.RollingFileHandler.publish(RollingFileHandler.kt:57)
	at java.logging@17.0.11/java.util.logging.Logger.log(Unknown Source)
	at java.logging@17.0.11/java.util.logging.Logger.doLog(Unknown Source)
	at java.logging@17.0.11/java.util.logging.Logger.log(Unknown Source)
	at com.intellij.openapi.diagnostic.JulLogger.info(JulLogger.java:65)
	at com.intellij.openapi.diagnostic.Logger.info(Logger.java:322)
	at com.android.tools.idea.diagnostics.DiagnosticReportIdePerformanceListener.uiFreezeStarted(DiagnosticReportIdePerformanceListener.java:72)
	at java.base@17.0.11/java.lang.invoke.LambdaForm$DMH/0x00000008005ac000.invokeInterface(LambdaForm$DMH)
	at java.base@17.0.11/java.lang.invoke.LambdaForm$MH/0x00000008005acc00.invoke(LambdaForm$MH)
	at java.base@17.0.11/java.lang.invoke.LambdaForm$MH/0x00000008002b9400.invokeExact_MT(LambdaForm$MH)
	at com.intellij.util.messages.impl.MessageBusImplKt.invokeMethod(MessageBusImpl.kt:700)
	at com.intellij.util.messages.impl.MessageBusImplKt.invokeListener(MessageBusImpl.kt:660)
	at com.intellij.util.messages.impl.MessageBusImplKt.executeOrAddToQueue(MessageBusImpl.kt:492)
	at com.intellij.util.messages.impl.MessagePublisher.publish$intellij_platform_core(MessageBusImpl.kt:472)
	at com.intellij.util.messages.impl.MessagePublisher.invoke(MessageBusImpl.kt:449)
	at jdk.proxy2/jdk.proxy2.$Proxy130.uiFreezeStarted(Unknown Source)
	at com.intellij.diagnostic.PerformanceWatcherImpl$FreezeCheckerTask.startFreezeReporting(PerformanceWatcherImpl.kt:357)
	at com.intellij.diagnostic.PerformanceWatcherImpl$FreezeCheckerTask.edtFrozen(PerformanceWatcherImpl.kt:333)
	at com.intellij.diagnostic.PerformanceWatcherImpl$1$1.invokeSuspend(PerformanceWatcherImpl.kt:102)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"AndroidAdbSessionHost" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.11/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.11/sun.nio.ch.KQueuePort$EventHandlerTask.poll(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:244)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:30)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.executeFirstTaskAndHelpQueue(BoundedTaskExecutor.java:222)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1$$Lambda$1195/0x0000000800f53750.run(Unknown Source)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:218)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:210)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"DefaultDispatcher-worker-3" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

	at java.management@17.0.11/sun.management.ThreadImpl.dumpThreads0(Native Method)
	at java.management@17.0.11/sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
	at java.management@17.0.11/sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
	at com.intellij.diagnostic.ThreadDumper.getThreadInfos(ThreadDumper.java:72)
	at com.intellij.diagnostic.SamplingTask.dumpThreads(SamplingTask.kt:45)
	at com.intellij.diagnostic.SamplingTask.access$dumpThreads(SamplingTask.kt:14)
	at com.intellij.diagnostic.SamplingTask$1.invokeSuspend(SamplingTask.kt:36)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"SystemHealthDataCollection" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

	at java.base@17.0.11/java.lang.Thread.setNativeName(Native Method)
	at java.base@17.0.11/java.lang.Thread.setName(Unknown Source)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:216)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:210)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"Netty Builtin Server 1" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.11/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.11/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.SelectorImpl.select(Unknown Source)
	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.base@17.0.11/java.lang.Thread.run(Unknown Source)

"Netty Builtin Server 2" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.11/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.11/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:883)
	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.base@17.0.11/java.lang.Thread.run(Unknown Source)

"Netty Builtin Server 3" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.11/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.11/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
	at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:883)
	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.base@17.0.11/java.lang.Thread.run(Unknown Source)

"External Command Listener" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.11/sun.nio.ch.UnixDomainSockets.accept0(Native Method)
	at java.base@17.0.11/sun.nio.ch.UnixDomainSockets.accept(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.ServerSocketChannelImpl.implAccept(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.ServerSocketChannelImpl.accept(Unknown Source)
	at com.intellij.platform.ide.bootstrap.DirectoryLock.acceptConnections(DirectoryLock.java:340)
	at com.intellij.platform.ide.bootstrap.DirectoryLock$$Lambda$51/0x000000080013cc90.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"HttpClient-3-SelectorManager" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.11/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@17.0.11/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at platform/java.net.http@17.0.11/jdk.internal.net.http.HttpClientImpl$SelectorManager.run(Unknown Source)

"process reaper (pid 3713)" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@17.0.11/java.lang.ProcessHandleImpl.waitForProcessExit0(Native Method)
	at java.base@17.0.11/java.lang.ProcessHandleImpl$1.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"Reference Handler" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

	at java.base@17.0.11/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
	at java.base@17.0.11/java.lang.ref.Reference.processPendingReferences(Unknown Source)
	at java.base@17.0.11/java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)

"AppKit Thread" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)

"Attach Listener" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE


"Notification Thread" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE


"Signal Dispatcher" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE


"Alarm Pool" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on kotlinx.coroutines.BlockingCoroutine@5d8c65da
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:88)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
	at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
	at com.intellij.openapi.progress.CoroutinesKt$runBlockingCancellable$1.invoke(coroutines.kt:132)
	at com.intellij.openapi.progress.CoroutinesKt$runBlockingCancellable$1.invoke(coroutines.kt:126)
	at com.intellij.openapi.progress.ContextKt.prepareIndicatorThreadContext$lambda$5(context.kt:107)
	at com.intellij.openapi.progress.ContextKt$$Lambda$1849/0x000000080145cfe0.get(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.silenceGlobalIndicator(CoreProgressManager.java:1022)
	at com.intellij.openapi.progress.ContextKt.prepareIndicatorThreadContext(context.kt:105)
	at com.intellij.openapi.progress.ContextKt.prepareThreadContext(context.kt:75)
	at com.intellij.openapi.progress.CoroutinesKt.runBlockingCancellable(coroutines.kt:126)
	at com.intellij.openapi.progress.CoroutinesKt.runBlockingCancellable(coroutines.kt:121)
	at com.intellij.openapi.vcs.changes.VcsIgnoreManagerImpl._init_$lambda$0(VcsIgnoreManagerImpl.kt:58)
	at com.intellij.openapi.vcs.changes.VcsIgnoreManagerImpl$$Lambda$2132/0x000000080162de40.run(Unknown Source)
	at com.intellij.util.ui.update.DisposableUpdate$1.doRun(DisposableUpdate.java:31)
	at com.intellij.util.ui.update.DisposableUpdate$$Lambda$2553/0x00000008018962e8.run(Unknown Source)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.lambda$runUnderDisposeAwareIndicator$15(BackgroundTaskUtil.java:371)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil$$Lambda$2255/0x00000008016d3970.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:217)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda$1256/0x0000000800fbd2c8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:660)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda$1258/0x0000000800fbde28.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.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:366)
	at com.intellij.openapi.progress.util.BackgroundTaskUtil.runUnderDisposeAwareIndicator(BackgroundTaskUtil.java:349)
	at com.intellij.util.ui.update.DisposableUpdate.run(DisposableUpdate.java:19)
	at com.intellij.util.ui.update.ContextAwareUpdate.run$lambda$1$lambda$0(ContextAwareUpdate.kt:49)
	at com.intellij.util.ui.update.ContextAwareUpdate$$Lambda$2551/0x0000000801896098.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runAsCoroutine$1.invoke(propagation.kt:81)
	at com.intellij.util.concurrency.ChildContext$runAsCoroutine$1.invoke(propagation.kt:81)
	at com.intellij.util.concurrency.ChildContext.runAsCoroutine(propagation.kt:86)
	at com.intellij.util.concurrency.ChildContext.runAsCoroutine(propagation.kt:81)
	at com.intellij.util.ui.update.ContextAwareUpdate.run(ContextAwareUpdate.kt:48)
	at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:354)
	at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:344)
	at com.intellij.util.ui.update.MergingUpdateQueue.doFlush(MergingUpdateQueue.java:301)
	at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:283)
	at com.intellij.util.ui.update.MergingUpdateQueue.run(MergingUpdateQueue.java:250)
	at com.intellij.util.concurrency.ChildContext$runAsCoroutine$1.invoke(propagation.kt:81)
	at com.intellij.util.concurrency.ChildContext$runAsCoroutine$1.invoke(propagation.kt:81)
	at com.intellij.util.concurrency.ChildContext.runAsCoroutine(propagation.kt:86)
	at com.intellij.util.concurrency.ChildContext.runAsCoroutine(propagation.kt:81)
	at com.intellij.util.Alarm$Request.lambda$runSafely$0(Alarm.java:369)
	at com.intellij.util.Alarm$Request$$Lambda$1463/0x0000000801157d98.run(Unknown Source)
	at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:253)
	at com.intellij.util.Alarm$Request.runSafely(Alarm.java:369)
	at com.intellij.util.Alarm$Request.run(Alarm.java:356)
	at com.intellij.util.concurrency.Propagation.contextAwareCallable$lambda$2(propagation.kt:357)
	at com.intellij.util.concurrency.Propagation$$Lambda$1423/0x00000008010fbc20.call(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.FutureTask.run(Unknown Source)
	at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:272)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:244)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:30)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.executeFirstTaskAndHelpQueue(BoundedTaskExecutor.java:222)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1$$Lambda$1195/0x0000000800f53750.run(Unknown Source)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:218)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:210)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"fsnotifier" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.ProcessImpl@9a6d5c4
	at java.base@17.0.11/java.lang.Object.wait(Native Method)
	at java.base@17.0.11/java.lang.Object.wait(Unknown Source)
	at java.base@17.0.11/java.lang.ProcessImpl.waitFor(Unknown Source)
	at com.intellij.execution.process.ProcessWaitFor.lambda$new$0(ProcessWaitFor.java:28)
	at com.intellij.execution.process.ProcessWaitFor$$Lambda$1220/0x0000000800f7eae0.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$1217/0x0000000800f7d9a0.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"AWTThreading pool-1-thread-1" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@3bc2d8ee
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue$TransferStack$SNode.block(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue.take(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 1" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@4c2b5533
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 3" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@4c2b5533
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 6" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@4c2b5533
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 7" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@4c2b5533
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"I/O pool 4" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@37bac39f
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"I/O pool 5" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@37bac39f
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"I/O pool 6" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@37bac39f
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"I/O pool 7" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@37bac39f
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@17.0.11/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"google-crash-pool-0" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@1f3299dc
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.LinkedBlockingDeque.takeFirst(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.LinkedBlockingDeque.take(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"CLang Server Accessor [main]" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5b77c645
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"main" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on kotlinx.coroutines.BlockingCoroutine@100c7579
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:88)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
	at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
	at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
	at com.intellij.idea.Main.mainImpl(Main.kt:65)
	at com.intellij.idea.Main.mainImpl$default(Main.kt:51)
	at com.intellij.idea.Main.main(Main.kt:48)
	at com.android.tools.idea.MainWrapper.main(MainWrapper.java:38)

"PeriodicMetricReader" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@798d1763
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"Thread-48" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@34d62d02
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@17.0.11/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"process reaper" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$TransferStack@6a264a71
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"ClangdRequestsPlanner [main]" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.atomic.AtomicBoolean@5511ba04
	at java.base@17.0.11/java.lang.Object.wait(Native Method)
	at java.base@17.0.11/java.lang.Object.wait(Unknown Source)
	at com.jetbrains.cidr.lang.daemon.clang.clangd.lsp.ClangdRequestsPlanner.waitForEvent(ClangdRequestsPlanner.java:179)
	at com.jetbrains.cidr.lang.daemon.clang.clangd.lsp.ClangdRequestsPlanner$ExecutorRunnable.run(ClangdRequestsPlanner.java:294)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"Coroutines Debugger Cleaner" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.ref.ReferenceQueue$Lock@efc38d6
	at java.base@17.0.11/java.lang.Object.wait(Native Method)
	at java.base@17.0.11/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at java.base@17.0.11/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at kotlinx.coroutines.debug.internal.ConcurrentWeakMap.runWeakRefQueueCleaningLoopUntilInterrupted(ConcurrentWeakMap.kt:73)
	at kotlinx.coroutines.debug.internal.DebugProbesImpl$startWeakRefCleanerThread$1.invoke(DebugProbesImpl.kt:96)
	at kotlinx.coroutines.debug.internal.DebugProbesImpl$startWeakRefCleanerThread$1.invoke(DebugProbesImpl.kt:95)
	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)

"DefaultDispatcher-worker-1" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-10" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-11" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-12" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-13" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-14" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-16" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-17" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-18" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-19" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-2" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-20" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-21" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-22" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-23" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-24" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-25" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-27" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-28" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-29" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-30" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-31" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-32" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-33" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-34" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-35" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-36" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-37" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-38" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-39" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-4" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-40" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-41" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-42" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-43" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-44" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-45" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-46" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-5" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-6" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-7" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-8" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"DefaultDispatcher-worker-9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.park(CoroutineScheduler.kt:838)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.tryPark(CoroutineScheduler.kt:783)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:731)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)

"TimerQueue" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6151d3fe
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.DelayQueue.take(Unknown Source)
	at java.desktop@17.0.11/javax.swing.TimerQueue.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"Common-Cleaner" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.lang.ref.ReferenceQueue$Lock@2d5c6708
	at java.base@17.0.11/java.lang.Object.wait(Native Method)
	at java.base@17.0.11/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at java.base@17.0.11/jdk.internal.ref.CleanerImpl.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)
	at java.base@17.0.11/jdk.internal.misc.InnocuousThread.run(Unknown Source)

"Java2D Disposer" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.ref.ReferenceQueue$Lock@74a6d561
	at java.base@17.0.11/java.lang.Object.wait(Native Method)
	at java.base@17.0.11/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at java.base@17.0.11/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at java.desktop@17.0.11/sun.java2d.Disposer.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"JobScheduler FJ pool 0/9" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@165b2603
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkUntil(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"Periodic tasks thread" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@54977dc8
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
	at java.base@17.0.11/java.util.concurrent.DelayQueue.take(Unknown Source)
	at com.intellij.util.concurrency.AppDelayQueue$TransferThread.run(AppDelayQueue.java:81)

"AWT-Shutdown" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.Object@20bb4360
	at java.base@17.0.11/java.lang.Object.wait(Native Method)
	at java.base@17.0.11/java.lang.Object.wait(Unknown Source)
	at java.desktop@17.0.11/sun.awt.AWTAutoShutdown.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"Finalizer" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.ref.ReferenceQueue$Lock@18ae248d
	at java.base@17.0.11/java.lang.Object.wait(Native Method)
	at java.base@17.0.11/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at java.base@17.0.11/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at java.base@17.0.11/java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)

"Keep-Alive-Timer" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@17.0.11/java.lang.Thread.sleep(Native Method)
	at java.base@17.0.11/sun.net.www.http.KeepAliveCache.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)
	at java.base@17.0.11/jdk.internal.misc.InnocuousThread.run(Unknown Source)

"kotlinx.coroutines.DefaultExecutor" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on kotlinx.coroutines.DefaultExecutor@53ef5db3
	at java.base@17.0.11/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@17.0.11/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:122)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"JNA Cleaner" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.lang.ref.ReferenceQueue$Lock@2757ee7f
	at java.base@17.0.11/java.lang.Object.wait(Native Method)
	at java.base@17.0.11/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at com.sun.jna.internal.Cleaner$CleanerThread.run(Cleaner.java:154)

"Java2D Queue Flusher" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on sun.java2d.metal.MTLRenderQueue$QueueFlusher@3a0c810f
	at java.base@17.0.11/java.lang.Object.wait(Native Method)
	at java.desktop@17.0.11/sun.java2d.metal.MTLRenderQueue$QueueFlusher.run(Unknown Source)
	at java.base@17.0.11/java.lang.Thread.run(Unknown Source)

"Timer-0" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.TaskQueue@7024d32d
	at java.base@17.0.11/java.lang.Object.wait(Native Method)
	at java.base@17.0.11/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base@17.0.11/java.util.TimerThread.run(Unknown Source)


---------- Coroutine dump (stripped) ----------

- BlockingCoroutine{Active} [BlockingEventLoop@4fd603a]
	- "startApplication":StandaloneCoroutine{Active} [StartupAbortedExceptionHandler, startApplication, kotlinx.coroutines.UndispatchedMarker@44ef29d8, Dispatchers.Default]
		- "ProjectManager.openAsync":StandaloneCoroutine{Active}, state: SUSPENDED [StartupAbortedExceptionHandler, ProjectManager.openAsync, kotlinx.coroutines.UndispatchedMarker@44ef29d8, com.intellij.platform.ide.diagnostic.startUpPerformanceReporter.FUSProjectHotStartUpMeasurer$MyMarker@61a885b, Dispatchers.Default]
			at com.intellij.openapi.project.impl.ProjectUiFrameAllocator$run$2$debugTask$1.invokeSuspend(ProjectFrameAllocator.kt:157)
		- "ProjectManager.openAsync":StandaloneCoroutine{Active}, state: SUSPENDED [StartupAbortedExceptionHandler, ProjectManager.openAsync, kotlinx.coroutines.UndispatchedMarker@44ef29d8, com.intellij.platform.ide.diagnostic.startUpPerformanceReporter.FUSProjectHotStartUpMeasurer$MyMarker@61a885b, Dispatchers.Default]
			at com.intellij.openapi.project.impl.ProjectFrameAllocatorKt$scheduleInitFrame$1.invokeSuspend(ProjectFrameAllocator.kt:345)
		- "libraries instantiation":DispatchedCoroutine{Active}, state: CREATED [StartupAbortedExceptionHandler, libraries instantiation, kotlinx.coroutines.UndispatchedMarker@44ef29d8, com.intellij.platform.ide.diagnostic.startUpPerformanceReporter.FUSProjectHotStartUpMeasurer$MyMarker@61a885b, Dispatchers.EDT]
		- "ProjectManager.openAsync":StandaloneCoroutine{Completing} [StartupAbortedExceptionHandler, ProjectManager.openAsync, kotlinx.coroutines.UndispatchedMarker@44ef29d8, com.intellij.platform.ide.diagnostic.startUpPerformanceReporter.FUSProjectHotStartUpMeasurer$MyMarker@61a885b, Dispatchers.Default]
			- "ProjectManager.openAsync":StandaloneCoroutine{Active}, state: SUSPENDED [StartupAbortedExceptionHandler, ProjectManager.openAsync, kotlinx.coroutines.UndispatchedMarker@44ef29d8, com.intellij.platform.ide.diagnostic.startUpPerformanceReporter.FUSProjectHotStartUpMeasurer$MyMarker@61a885b, Dispatchers.Default]
				at com.intellij.openapi.project.impl.FrameAllocatorProjectInitObserver$beforeInitRawProject$1$1.invokeSuspend(ProjectFrameAllocator.kt:122)
			- "ProjectManager.openAsync":StandaloneCoroutine{Active}, state: SUSPENDED [StartupAbortedExceptionHandler, ProjectManager.openAsync, kotlinx.coroutines.UndispatchedMarker@44ef29d8, com.intellij.platform.ide.diagnostic.startUpPerformanceReporter.FUSProjectHotStartUpMeasurer$MyMarker@61a885b, Dispatchers.Default]
				at com.intellij.openapi.project.impl.FrameAllocatorProjectInitObserver$beforeInitRawProject$1$2.invokeSuspend(ProjectFrameAllocator.kt:131)
			- "ProjectManager.openAsync":StandaloneCoroutine{Active}, state: SUSPENDED [StartupAbortedExceptionHandler, ProjectManager.openAsync, kotlinx.coroutines.UndispatchedMarker@44ef29d8, com.intellij.platform.ide.diagnostic.startUpPerformanceReporter.FUSProjectHotStartUpMeasurer$MyMarker@61a885b, Dispatchers.Default]
				at com.intellij.openapi.project.impl.FrameAllocatorProjectInitObserver$beforeInitRawProject$1$3.invokeSuspend(ProjectFrameAllocator.kt:137)
		- "ProjectManager.openAsync":StandaloneCoroutine{Active}, state: SUSPENDED [StartupAbortedExceptionHandler, ProjectManager.openAsync, kotlinx.coroutines.UndispatchedMarker@44ef29d8, com.intellij.platform.ide.diagnostic.startUpPerformanceReporter.FUSProjectHotStartUpMeasurer$MyMarker@61a885b, Dispatchers.Default]
			at com.intellij.openapi.project.impl.ProjectUiFrameAllocator$doRun$2$reopeningEditorJob$1.invokeSuspend(ProjectFrameAllocator.kt:186)
	- "Application":supervisor:ChildScope{Active}
		- "ApplicationImpl@1004414730 container":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x org.jetbrains.plugins.textmate)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.intellij.copyright)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.intellij.platform.images)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x org.jetbrains.plugins.yaml)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x org.intellij.plugins.markdown)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			-[x2 of] "(ApplicationImpl@1004414730 x org.jetbrains.plugins.terminal)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			-[x2 of] "(ApplicationImpl@1004414730 x com.intellij.rml.dfa)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x hg4idea)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.intellij.properties)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.intellij.gradle)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x com.intellij.gradle))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "org.jetbrains.plugins.gradle.service.project.GradleHeadlessLoggingProjectActivity":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.intellij.java)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "com.intellij.compiler.server.BuildManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
					- "BuildManager RequestProcessor Pool":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730), LimitedDispatcher@1808898b]
					- "BuildManager Auto-Make Trigger":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730), LimitedDispatcher@456714b4]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x com.intellij.java))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
						at com.intellij.openapi.application.rw.SmartModeReadConstraint.awaitConstraint(SmartModeReadConstraint.kt:19)
						at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:67)
						at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invokeSuspend(InternalReadAction.kt:44)
						at com.intellij.pom.java.AcceptedLanguageLevelsSettingsStartupActivity.execute(AcceptedLanguageLevelsSettingsStartupActivity.kt:22)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
			- "(ApplicationImpl@1004414730 x DevKit)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.intellij.tasks)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.intellij.cidr.debugger)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.intellij.cidr.base)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x com.intellij.cidr.base))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
			- "(ApplicationImpl@1004414730 x com.intellij.cidr.lang.clangd)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x com.intellij.cidr.lang.clangd))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
			- "(ApplicationImpl@1004414730 x com.intellij.cidr.lang.clangd)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.intellij.cidr.lang)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.intellij.cidr.lang.clangdBridge)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.jetbrains.sh)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x org.intellij.intelliLang)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x org.intellij.groovy)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x org.intellij.groovy))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
			- "(ApplicationImpl@1004414730 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "org.jetbrains.kotlin.idea.macros.KotlinBundledUsageDetector$ModelChangeListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
			-[x6 of] "(ApplicationImpl@1004414730 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
			- "(ApplicationImpl@1004414730 x com.intellij.completion.ml.ranking)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.intellij)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.intellij.java-i18n)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.intellij.java.ide)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "com.intellij.ide.RecentProjectsManagerBase":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
					- "com.intellij.ide.RecentProjectsManagerBase":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
						- "com.intellij.ide.RecentProjectsManagerBase":ProducerCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
							- "com.intellij.ide.RecentProjectsManagerBase":ProducerCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
			- "(ApplicationImpl@1004414730 x Git4Idea)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x Git4Idea))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
			- "(ApplicationImpl@1004414730 x org.jetbrains.plugins.github)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x org.jetbrains.plugins.gradle)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x org.jetbrains.plugins.gradle))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
			- "(ApplicationImpl@1004414730 x org.jetbrains.plugins.gitlab)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "org.jetbrains.plugins.gitlab.CachingGitLabServersManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
					- "GitLab Server Tester":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), Dispatchers.IO]
						at com.intellij.collaboration.api.HttpApiHelperImpl.sendAndAwaitCancellable(HttpApiHelper.kt:81)
						at org.jetbrains.plugins.gitlab.api.request.GitLabServersApiKt.checkIsGitLabServer(GitLabServersApi.kt:40)
						at org.jetbrains.plugins.gitlab.CachingGitLabServersManager$checkIsGitLabServer$2$1.invokeSuspend(GitLabServersManager.kt:58)
			- "(ApplicationImpl@1004414730 x org.jetbrains.android)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "com.android.tools.idea.stats.TypingLatencyTracker":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
					- "com.android.tools.idea.stats.TypingLatencyTracker":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x org.jetbrains.android))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
						at com.android.tools.idea.gradle.project.AndroidGradleProjectStartupActivity$execute$2.invokeSuspend(AndroidGradleProjectStartupActivity.kt:113)
						at com.android.tools.idea.gradle.project.AndroidGradleProjectStartupService.runInitialization(AndroidGradleProjectStartupService.kt:33)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
						- CompletableDeferredImpl{Active}
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
						at com.android.tools.idea.gradle.project.AndroidStudioProjectActivityKt.checkForInvalidGradleJdksAndAttemptToRecover(AndroidStudioProjectActivity.kt:91)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
			- "(ApplicationImpl@1004414730 x com.google.gct.test.recorder)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.google.services.firebase)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.google.gct)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.intellij.configurationScript)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.android.tools.ndk)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x com.android.tools.ndk))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
						at com.android.tools.ndk.sync.NativeStartupActivity.execute(NativeStartupActivity.kt:41)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
			- "(ApplicationImpl@1004414730 x com.android.tools.apk)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x Subversion)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x org.jetbrains.plugins.clangFormat)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.google.tools.ij.aiplugin)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x com.google.tools.ij.aiplugin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
			-[x3 of] "ApplicationImpl@1004414730 container":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
			- "ApplicationImpl@1004414730 container":ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "ApplicationImpl@1004414730 container":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
			- "auto-save icon cache":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
			- "com.intellij.ide.ui.laf.LafManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.internal.statistic.service.fus.collectors.FUStateUsagesLogger":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "com.intellij.internal.statistic.service.fus.collectors.FUStateUsagesLogger":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
			- "com.intellij.ide.ScreenReaderStateManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "com.intellij.ide.ScreenReaderStateManager":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
			- "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
			- "com.intellij.ide.ui.customization.CustomActionsSchema":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.openapi.actionSystem.impl.ActionManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "com.intellij.openapi.actionSystem.impl.ActionManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
					- "com.intellij.openapi.actionSystem.impl.ActionManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
						at com.intellij.openapi.actionSystem.impl.ActionManagerImpl$MyTimer$2.invokeSuspend(ActionManagerImpl.kt:1274)
						- "com.intellij.openapi.actionSystem.impl.ActionManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
							- "com.intellij.openapi.actionSystem.impl.ActionManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
								at com.intellij.openapi.actionSystem.impl.ActionManagerImpl$MyTimer$2$1.invokeSuspend(ActionManagerImpl.kt:1278)
			- "com.intellij.openapi.vfs.newvfs.persistent.ExecuteOnCoroutine":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "PersistentFsLoader":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.IO]
			- "ApplicationImpl@1004414730 container":ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "FileTypeManager Redetect":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730), LimitedDispatcher@1a08192e]
				- "com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
					- "com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl":ProducerCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
						- "com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl":ProducerCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
			- "com.intellij.diagnostic.PerformanceWatcherImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "com.intellij.diagnostic.PerformanceWatcherImpl":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
					- "com.intellij.diagnostic.PerformanceWatcherImpl":ProducerCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
				- "com.intellij.diagnostic.PerformanceWatcherImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
					at com.intellij.diagnostic.SamplingTask$1.invokeSuspend(SamplingTask.kt:36)
				- "com.intellij.diagnostic.PerformanceWatcherImpl":StandaloneCoroutine{Active}, state: RUNNING [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
					at java.base/java.lang.Thread.getStackTrace(Unknown Source)
					at kotlinx.coroutines.debug.internal.DebugProbesImpl.enhanceStackTraceWithThreadDumpImpl(DebugProbesImpl.kt:336)
					at kotlinx.coroutines.debug.internal.DebugProbesImpl.enhanceStackTraceWithThreadDump(DebugProbesImpl.kt:321)
					at com.intellij.diagnostic.CoroutineDumperKt.traceToDump(coroutineDumper.kt:309)
					at com.intellij.diagnostic.CoroutineDumperKt.toRepresentation(coroutineDumper.kt:282)
					at com.intellij.diagnostic.CoroutineDumperKt.toRepresentation(coroutineDumper.kt:284)
					at com.intellij.diagnostic.CoroutineDumperKt.toRepresentation(coroutineDumper.kt:284)
					at com.intellij.diagnostic.CoroutineDumperKt.toRepresentation(coroutineDumper.kt:284)
					at com.intellij.diagnostic.CoroutineDumperKt.toRepresentation(coroutineDumper.kt:284)
					at com.intellij.diagnostic.CoroutineDumperKt.toRepresentation(coroutineDumper.kt:284)
					at com.intellij.diagnostic.CoroutineDumperKt.dumpCoroutines(coroutineDumper.kt:122)
					at com.intellij.diagnostic.CoroutineDumperKt.dumpCoroutines(coroutineDumper.kt:57)
					at com.intellij.diagnostic.CoroutineDumperKt.dumpCoroutines$default(coroutineDumper.kt:49)
					at com.intellij.diagnostic.CoroutineDumperKt.dumpCoroutines(coroutineDumper.kt)
					at com.intellij.diagnostic.ThreadDumper.getThreadDumpInfo(ThreadDumper.java:56)
					at com.intellij.diagnostic.SamplingTask$dumpThreads$2.invokeSuspend(SamplingTask.kt:55)
			- "com.intellij.util.net.ssl.CertificateManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.ide.plugins.marketplace.MarketplaceRequests":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.ui.jcef.JBCefStartup":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.ide.IdeTooltipManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.configurationStore.SaveAndSyncHandlerImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "refresh requests flow processing":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), ModalityState.NON_MODAL, Dispatchers.Default]
					- "refresh requests flow processing":ProducerCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), ModalityState.NON_MODAL, Dispatchers.Default]
				- "save requests flow processing":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
				-[x2 of] "com.intellij.configurationStore.SaveAndSyncHandlerImpl":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
			- "com.intellij.openapi.progress.impl.PlatformTaskSupport":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.util.indexing.FileBasedIndexImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "org.jetbrains.ide.BuiltInServerManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.ide.IdleTracker":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "com.intellij.ide.IdleTracker":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
					- "Idle listener: com.intellij.compiler.server.BuildManager$$Lambda$714/0x000000080081c6f0":StandaloneCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
						- "Idle listener: com.intellij.compiler.server.BuildManager$$Lambda$714/0x000000080081c6f0":ProducerCoroutine{Active} [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
			- "com.intellij.platform.ide.impl.presentationAssistant.PresentationAssistant":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.ide.actionMacro.ActionMacroManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.codeInsight.intention.impl.IntentionShortcutManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.ide.ui.laf.LafDynamicPluginManager":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.ide.ui.html.GlobalStyleSheetUpdateService":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "com.intellij.ide.ui.html.GlobalStyleSheetUpdateService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
					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@1004414730), Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:431)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:426)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						- "com.intellij.ide.ui.html.GlobalStyleSheetUpdateService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
			- "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
					- "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":StandaloneCoroutine{Active}, state: RUNNING [ComponentManager(ApplicationImpl@1004414730), com.intellij.platform.ide.diagnostic.startUpPerformanceReporter.FUSProjectHotStartUpMeasurer$MyMarker@61a885b, Dispatchers.Default]
						- "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), com.intellij.platform.ide.diagnostic.startUpPerformanceReporter.FUSProjectHotStartUpMeasurer$MyMarker@61a885b, com.intellij.platform.ide.CoreUiCoroutineScopeHolder, Dispatchers.Default]
							at com.intellij.openapi.wm.impl.status.IdeStatusBarImpl$doInit$items$1.invokeSuspend(IdeStatusBarImpl.kt:323)
							at com.intellij.openapi.wm.impl.status.IdeStatusBarImpl.doInit(IdeStatusBarImpl.kt:321)
							at com.intellij.openapi.wm.impl.status.IdeStatusBarImpl$init$2.invokeSuspend(IdeStatusBarImpl.kt:315)
							at com.intellij.openapi.wm.impl.status.IdeStatusBarImpl.init$intellij_platform_ide_impl(IdeStatusBarImpl.kt:314)
							at com.intellij.openapi.project.impl.ProjectUiFrameAllocator$doRun$2$2$1$1.invokeSuspend(ProjectFrameAllocator.kt:212)
					-[x2 of] "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
						- "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:431)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:426)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
							at com.intellij.ui.BalloonLayoutImpl$1.invokeSuspend(BalloonLayoutImpl.kt:75)
							- "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
					- "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":DeferredCoroutine{Cancelling}, state: RUNNING [ComponentManager(ApplicationImpl@1004414730), ModalityState.ANY, Dispatchers.EDT]
						- "expandActionGroupSuspend (ToolwindowTitle)":DeferredCoroutine{Cancelling}, state: RUNNING [ComponentManager(ApplicationImpl@1004414730), ModalityState.ANY, kotlinx.coroutines.UndispatchedMarker@44ef29d8, Dispatchers.EDT]
					- "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), ModalityState.ANY, Dispatchers.EDT]
						at com.intellij.openapi.actionSystem.impl.Utils$expandActionGroupSuspend$2.invokeSuspend(Utils.kt:292)
						at com.intellij.openapi.actionSystem.impl.Utils$expandActionGroupAsync$1.invokeSuspend(Utils.kt:260)
						- "expandActionGroupSuspend (ToolwindowTitle)":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), ModalityState.ANY, kotlinx.coroutines.UndispatchedMarker@44ef29d8, Dispatchers.EDT]
							at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2$expandResult$1.invokeSuspend(ActionUpdater.kt:342)
							at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2.invokeSuspend(ActionUpdater.kt:335)
							at com.intellij.openapi.actionSystem.impl.ActionUpdater$expandActionGroup$result$1.invokeSuspend(ActionUpdater.kt:262)
							at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandActionGroup(ActionUpdater.kt:863)
							at com.intellij.openapi.actionSystem.impl.Utils$expandActionGroupSuspend$2$deferred$1$1.invokeSuspend(Utils.kt:286)
							at com.intellij.openapi.actionSystem.impl.ActionUpdater$runUpdateSession$2.invokeSuspend(ActionUpdater.kt:238)
							at com.intellij.openapi.actionSystem.impl.Utils$expandActionGroupSuspend$2$deferred$1.invokeSuspend(Utils.kt:285)
							- "ActionUpdater (ToolwindowTitle)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730), ModalityState.ANY, kotlinx.coroutines.UndispatchedMarker@44ef29d8, LimitedDispatcher@3aa221d9]
								- "computeOnEdt (ToolwindowTitle)":DeferredCoroutine{Active}, state: CREATED [ComponentManager(ApplicationImpl@1004414730), ModalityState.ANY, kotlinx.coroutines.UndispatchedMarker@44ef29d8, OperationName(DockToolWindowAction#presentation@ToolwindowTitle (com.intellij.openapi.wm.impl.DockToolWindowAction)), Recursion(1), Dispatchers.EDT]
								- "computeOnEdt (ToolwindowTitle)":DeferredCoroutine{Active}, state: CREATED [ComponentManager(ApplicationImpl@1004414730), ModalityState.ANY, kotlinx.coroutines.UndispatchedMarker@44ef29d8, OperationName(ExpandAllAction#presentation@ToolwindowTitle (ExpandAllAction)), Recursion(1), Dispatchers.EDT]
								- "computeOnEdt (ToolwindowTitle)":DeferredCoroutine{Active}, state: CREATED [ComponentManager(ApplicationImpl@1004414730), ModalityState.ANY, kotlinx.coroutines.UndispatchedMarker@44ef29d8, OperationName(CollapseAllAction#presentation@ToolwindowTitle (CollapseAllAction)), Recursion(1), Dispatchers.EDT]
							- "ActionUpdater (ToolwindowTitle)":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), ModalityState.ANY, kotlinx.coroutines.UndispatchedMarker@44ef29d8, LimitedDispatcher@3aa221d9]
								at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2$expandResult$1.invokeSuspend(ActionUpdater.kt:342)
								at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2.invokeSuspend(ActionUpdater.kt:335)
								at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.kt:464)
								at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2$expandResult$1$1$1.invokeSuspend(ActionUpdater.kt:339)
								- "ActionUpdater (ToolwindowTitle)":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), ModalityState.ANY, kotlinx.coroutines.UndispatchedMarker@44ef29d8, LimitedDispatcher@3aa221d9]
									at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2$expandResult$1.invokeSuspend(ActionUpdater.kt:342)
									at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2.invokeSuspend(ActionUpdater.kt:335)
									at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.kt:464)
									at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2$expandResult$1$1$1.invokeSuspend(ActionUpdater.kt:339)
									-[x2 of] "ActionUpdater (ToolwindowTitle)":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), ModalityState.ANY, kotlinx.coroutines.UndispatchedMarker@44ef29d8, LimitedDispatcher@3aa221d9]
										at com.intellij.openapi.actionSystem.impl.ActionUpdater.computeOnEdt(ActionUpdater.kt:496)
										at com.intellij.openapi.actionSystem.impl.ActionUpdater.computeOnEdt(ActionUpdater.kt:181)
										at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.kt:170)
										at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1.invokeSuspend(ActionUpdater.kt:564)
										at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invokeSuspend(ActionUpdater.kt:863)
										at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateAction(ActionUpdater.kt:863)
										at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.kt:412)
										at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2$expandResult$1$1$1.invokeSuspend(ActionUpdater.kt:339)
							- "ActionUpdater (ToolwindowTitle)":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), ModalityState.ANY, kotlinx.coroutines.UndispatchedMarker@44ef29d8, LimitedDispatcher@3aa221d9]
								at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2$expandResult$1.invokeSuspend(ActionUpdater.kt:342)
								at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2.invokeSuspend(ActionUpdater.kt:335)
								at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.kt:464)
								at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2$expandResult$1$1$1.invokeSuspend(ActionUpdater.kt:339)
								- "ActionUpdater (ToolwindowTitle)":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), ModalityState.ANY, kotlinx.coroutines.UndispatchedMarker@44ef29d8, LimitedDispatcher@3aa221d9]
									at com.intellij.openapi.actionSystem.impl.ActionUpdater.computeOnEdt(ActionUpdater.kt:496)
									at com.intellij.openapi.actionSystem.impl.ActionUpdater.computeOnEdt(ActionUpdater.kt:181)
									at com.intellij.openapi.actionSystem.impl.ActionUpdater.callAction(ActionUpdater.kt:170)
									at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$success$1$1.invokeSuspend(ActionUpdater.kt:564)
									at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invokeSuspend(ActionUpdater.kt:863)
									at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateAction(ActionUpdater.kt:863)
									at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.kt:412)
									at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2$expandResult$1$1$1.invokeSuspend(ActionUpdater.kt:339)
					- "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), ModalityState.ANY, Dispatchers.EDT]
						at com.intellij.openapi.actionSystem.impl.Utils$expandActionGroupSuspend$2.invokeSuspend(Utils.kt:292)
						at com.intellij.openapi.actionSystem.impl.Utils$expandActionGroupAsync$1.invokeSuspend(Utils.kt:260)
						- "expandActionGroupSuspend (ToolwindowTitle)":DeferredCoroutine{Active}, state: RUNNING [ComponentManager(ApplicationImpl@1004414730), ModalityState.ANY, kotlinx.coroutines.UndispatchedMarker@44ef29d8, Dispatchers.EDT]
					- "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), com.intellij.platform.ide.diagnostic.startUpPerformanceReporter.FUSProjectHotStartUpMeasurer$MyMarker@61a885b, Dispatchers.Default]
						at com.intellij.openapi.project.impl.ProjectUiFrameAllocator$doRun$2$2.invokeSuspend(ProjectFrameAllocator.kt:208)
			- "ProjectImpl@1971208026 container":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "ProjectImpl@1971208026 container":ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.intellij.copyright)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.intellij.platform.images)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x detekt)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x org.editorconfig.editorconfigjetbrains)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x org.jetbrains.plugins.yaml)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.intellij.rml.dfa)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x hg4idea)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.intellij.gradle)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.facebook.ktfmt_idea_plugin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.intellij.java)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.jarRepository.RepositoryLibraryUtils":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.openapi.projectRoots.impl.SdkmanrcWatcherService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
						- "com.intellij.openapi.projectRoots.impl.SdkmanrcWatcherService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at com.intellij.openapi.projectRoots.impl.SdkmanrcWatcherService$configureSdkFromSdkmanrc$1.invokeSuspend(SdkmanrcWatcher.kt:116)
					- "com.intellij.codeInsight.daemon.problems.pass.ProjectPsiChangesProcessor":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
						- "com.intellij.codeInsight.daemon.problems.pass.ProjectPsiChangesProcessor":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:431)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:426)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
							at com.intellij.codeInsight.daemon.problems.pass.ProjectPsiChangesProcessor$1.invokeSuspend(ProjectProblemFileSelectionListener.kt:130)
							- "com.intellij.codeInsight.daemon.problems.pass.ProjectPsiChangesProcessor":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
					- "com.intellij.jarRepository.LibrarySynchronizationQueue":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
						- "com.intellij.jarRepository.LibrarySynchronizationQueue":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.IO]
							at com.intellij.jarRepository.LibrarySynchronizationQueue$1.invokeSuspend(LibrarySynchronizationQueue.kt:31)
				- "(ProjectImpl@1971208026 x google-java-format)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.intellij.tasks)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.intellij.cidr.base)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.intellij.cidr.lang.clangd)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.intellij.cidr.lang)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.jetbrains.sh)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x org.intellij.intelliLang)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x org.intellij.groovy)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "org.jetbrains.kotlin.idea.core.script.configuration.CompositeScriptConfigurationManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "org.jetbrains.kotlin.idea.macros.KotlinBundledUsageDetector":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				-[x4 of] "(ProjectImpl@1971208026 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.intellij.completion.ml.ranking)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x Coverage)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x Git4Idea)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x org.jetbrains.plugins.gradle)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x org.jetbrains.plugins.gitlab)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.GitLabMergeRequestsToolWindowController":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
						- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.GitLabMergeRequestsToolWindowController":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
					- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
						- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
								at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
							- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
								at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1.invokeSuspend(CoroutineUtil.kt:189)
								at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1.invokeSuspend(CoroutineUtil.kt:174)
								- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
									at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1$1.invokeSuspend(CoroutineUtil.kt:179)
									- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
								at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1.invokeSuspend(CoroutineUtil.kt:189)
								at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1.invokeSuspend(CoroutineUtil.kt:174)
								- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
									at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1$1.invokeSuspend(CoroutineUtil.kt:179)
									- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
										- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Completing} [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
											- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
												-[x3 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
													at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3056)
													at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739)
													at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:54)
													at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
													-[x2 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: CREATED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
												- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
													at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
													- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":ProducerCoroutine{Active}, state: CREATED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
												- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
													at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3056)
													at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739)
													at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:54)
													at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
													-[x3 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: CREATED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
											- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
												at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3056)
												at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739)
												at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:54)
												at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
												-[x2 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
													at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
											- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
												at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3056)
												at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739)
												at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:54)
												at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
												-[x3 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
													at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
											- "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
												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@1971208026), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3056)
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739)
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:54)
								at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
								-[x2 of] "org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.model.GitLabToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
					- "org.jetbrains.plugins.gitlab.api.GitLabProjectConnectionManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
						- "org.jetbrains.plugins.gitlab.api.GitLabProjectConnectionManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
					- "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
						- "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3056)
							at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739)
							at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:54)
							at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
							- "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
								- "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
									at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:63)
							- "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3056)
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739)
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:54)
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
								- "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
								- "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
									at kotlinx.coroutines.flow.FlowKt__TransformKt$runningFold$$inlined$unsafeFlow$1.collect(Transform.kt:116)
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
									- "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
										at git4idea.remote.hosting.GitAsyncExtensionsKt$discoverServers$1$2.emit(gitAsyncExtensions.kt:154)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:37)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:123)
										at git4idea.remote.hosting.GitAsyncExtensionsKt$discoverServers$1.invokeSuspend(gitAsyncExtensions.kt:142)
										- "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
											at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3056)
											at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739)
											at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:54)
											- "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
												at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
												- "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
													at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:63)
											- "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
												at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
										- "org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
											at org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl$knownRepositoriesState$2$discoveredServersFlow$1$1.invokeSuspend(GitLabProjectsManager.kt:28)
											at git4idea.remote.hosting.GitHostingUrlUtil.findServerAt(GitHostingUrlUtil.kt:79)
											at org.jetbrains.plugins.gitlab.GitLabProjectsManagerImpl$knownRepositoriesState$2$discoveredServersFlow$1.invokeSuspend(GitLabProjectsManager.kt:26)
											at git4idea.remote.hosting.GitAsyncExtensionsKt$discoverServers$1$2$1$1$1.invokeSuspend(gitAsyncExtensions.kt:147)
				- "(ProjectImpl@1971208026 x org.jetbrains.android)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.android.tools.idea.nav.safeargs.project.NavigationResourcesModificationListener$Subscriber":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
						- SupervisorJobImpl{Active}
				- "(ProjectImpl@1971208026 x com.android.tools.design)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.slack.intellij.skate)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x androidx.compose.plugins.idea)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.google.services.firebase)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.google.gct.testing)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.google.urlassistant)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.intellij.configurationScript)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.android.tools.ndk)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.android.tools.apk)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x Subversion)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x com.google.tools.ij.aiplugin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.android.studio.ml.completion.FactoryRefreshService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
						- "com.android.studio.ml.completion.FactoryRefreshService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:401)
							at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:50)
				- "com.intellij.workspaceModel.ide.impl.WorkspaceModelImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
						- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
							- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
								- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
									at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$special$$inlined$flatMapLatest$1.invokeSuspend(FileEditorManagerImpl.kt:193)
					- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.platform.util.coroutines.flow.FlowKt$zipWithNext$1.invokeSuspend(flow.kt:107)
					- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
					- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
						- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$3.invokeSuspend(FileEditorManagerImpl.kt:256)
							- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					- "EditorSplitters file icon update":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.openapi.fileEditor.impl.MergingUpdateChannel.start(MergingUpdateChannel.kt:28)
						at com.intellij.openapi.fileEditor.impl.EditorsSplitters$3.invokeSuspend(EditorsSplitters.kt:198)
					- "EditorSplitters frame title update":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.openapi.fileEditor.impl.EditorsSplitters$4.invokeSuspend(EditorsSplitters.kt:202)
						- "EditorSplitters frame title update":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					- "FileEditorManagerImpl file update":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), 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:390)
					- "FileEditorManagerImpl file title update":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), 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:393)
					-[x2 of] "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "com.intellij.openapi.project.ExternalStorageConfigurationManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents$1.invokeSuspend(FeatureUsageSettingsEvents.kt:59)
				- "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:431)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:426)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
						at com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl$2.invokeSuspend(WorkspaceModelCacheImpl.kt:79)
						- "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
				- "com.intellij.platform.backend.observation.PlatformActivityTrackerService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "com.intellij.workspaceModel.ide.impl.legacyBridge.project.ProjectRootManagerBridge":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "com.intellij.workspaceModel.ide.impl.legacyBridge.module.ModuleManagerComponentBridge":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "com.intellij.workspaceModel.ide.impl.legacyBridge.facet.FacetEntityChangeListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "ModuleBridgeImpl container":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)]
					- "(ModuleBridgeImpl x com.intellij.java)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)]
					- "(ModuleBridgeImpl x DevKit)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)]
					- "(ModuleBridgeImpl x org.jetbrains.android)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)]
					- "(ModuleBridgeImpl x com.android.tools.design)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)]
					- "(ModuleBridgeImpl x com.google.gct.testing)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)]
				- "com.intellij.ide.startup.impl.StartupManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.ide.startup.impl.StartupManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.ide.startup.impl.StartupManagerImplKt$scheduleBackgroundPostStartupActivities$1.invokeSuspend(StartupManagerImpl.kt:405)
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "org.jetbrains.kotlin.idea.macros.KotlinBundledUsageDetector$ModelChangeListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					-[x4 of] "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						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@1971208026), Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:431)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:426)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
							- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
					- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
						- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							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@1971208026), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3056)
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739)
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:54)
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
								- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
									- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
										at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:431)
										at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:426)
										at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
										at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
										- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
											at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3056)
											at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739)
											at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:54)
											-[x2 of] "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
												at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
								- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
									- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
										at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
								- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
									at com.intellij.openapi.wm.impl.status.IdeStatusBarImplKt$createComponentByWidgetPresentation$1$1.invokeSuspend(IdeStatusBarImpl.kt:798)
					- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager$dataContext$1$currentFileEditor$2$1.invokeSuspend(StatusBarWidgetsManager.kt:62)
				- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), 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.intellij.openapi.wm.impl.ToolWindowManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController$manageIconInToolbar$2$1.invokeSuspend(GHPRToolWindowFactory.kt:59)
						- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController$manageIconInToolbar$2$2.invokeSuspend(GHPRToolWindowFactory.kt:67)
						- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController$manageIconInToolbar$2$3.invokeSuspend(GHPRToolWindowFactory.kt:79)
							- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
								- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
									at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), 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.intellij.openapi.wm.impl.ToolWindowManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.GitLabMergeRequestsToolWindowController$manageToolWindow$2$1.invokeSuspend(GitLabToolWindowFactory.kt:49)
						- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at org.jetbrains.plugins.gitlab.mergerequest.ui.toolwindow.GitLabMergeRequestsToolWindowController$manageToolWindow$2$2.invokeSuspend(GitLabToolWindowFactory.kt:56)
					- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":StandaloneCoroutine{Active}, state: CREATED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
					- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":StandaloneCoroutine{Active}, state: CREATED [ComponentManager(ProjectImpl@1971208026), ModalityState.NON_MODAL, Dispatchers.EDT]
				- "com.intellij.ui.docking.impl.DockManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "com.intellij.ui.EditorNotificationsImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "EditorNotificationsImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.ui.EditorNotificationsImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.ui.EditorNotificationsImpl$6.invokeSuspend(EditorNotificationsImpl.kt:112)
						- "com.intellij.ui.EditorNotificationsImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:431)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:426)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
							- "com.intellij.ui.EditorNotificationsImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
				- "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:219)
						- "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at kotlinx.coroutines.flow.FlowKt__EmittersKt$onStart$$inlined$unsafeFlow$1.collect(Emitters.kt:121)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
							- "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
								at com.intellij.codeInspection.ex.Dynamic_inspectionsKt$dynamicInspectionsFlow$epUpdatedFlow$1.invokeSuspend(dynamic-inspections.kt:72)
					- "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":LazyStandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar$updateInspectionProfilesSubscription$1.invokeSuspend(ProjectInspectionToolRegistrar.kt:31)
				- "com.intellij.xdebugger.impl.XDebuggerManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "XDebuggerExecutionPointManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
						- "XDebuggerExecutionPointManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
							at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
							- "XDebuggerExecutionPointManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						- "XDebuggerExecutionPointManager/UI":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
							-[x2 of] "XDebuggerExecutionPointManager/UI":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
								at com.intellij.xdebugger.impl.ui.ExecutionPositionUiKt$showExecutionPositionUi$1.invokeSuspend(ExecutionPositionUi.kt:49)
								- "XDebuggerExecutionPointManager/UI":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
									at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
									- "XDebuggerExecutionPointManager/UI":ProducerCoroutine{Active}, state: CREATED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
							- "XDebuggerExecutionPointManager/UI":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
								at com.intellij.xdebugger.impl.XDebuggerExecutionPointManager$1.invokeSuspend(XDebuggerExecutionPointManager.kt:67)
					- "com.intellij.xdebugger.impl.XDebuggerManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.xdebugger.impl.XDebuggerLineChangeHandler$1.invokeSuspend(XDebuggerLineChangeHandler.kt:27)
						- "com.intellij.xdebugger.impl.XDebuggerManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
				- "com.intellij.openapi.project.DumbServiceImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.openapi.project.DumbServiceImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
						-[x2 of] "com.intellij.openapi.project.DumbServiceImpl":StandaloneCoroutine{Active}, state: CREATED [ComponentManager(ProjectImpl@1971208026), ModalityState.NON_MODAL, Dispatchers.EDT]
						-[x2 of] "runPostStartupActivities":StandaloneCoroutine{Active}, state: CREATED [ModalityState.NON_MODAL, ComponentManager(ProjectImpl@1971208026), uninitialized child of runPostStartupActivities, kotlinx.coroutines.UndispatchedMarker@44ef29d8, Dispatchers.EDT]
					- "com.intellij.openapi.project.DumbServiceImpl":StandaloneCoroutine{Active}, state: CREATED [ComponentManager(ProjectImpl@1971208026), ModalityState.NON_MODAL, Dispatchers.EDT]
				-[x3 of] "ProjectImpl@1971208026 container":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
					at com.intellij.openapi.wm.impl.status.EditorBasedStatusBarPopup$1.invokeSuspend(EditorBasedStatusBarPopup.kt:104)
					- "ProjectImpl@1971208026 container":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:431)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:426)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						- "ProjectImpl@1971208026 container":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
				- "(ProjectImpl@1971208026 x org.jetbrains.plugins.github)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
						- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
					- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
						- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
							- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
								at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
							- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3056)
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739)
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:54)
								at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
								-[x2 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: CREATED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
							- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
								at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1.invokeSuspend(CoroutineUtil.kt:189)
								at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1.invokeSuspend(CoroutineUtil.kt:174)
								- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
									at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1$1.invokeSuspend(CoroutineUtil.kt:179)
									- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
					- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
						- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3056)
							at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739)
							at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:54)
							at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:219)
							- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
								- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
									at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:63)
							- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3056)
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739)
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:54)
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
								- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
								- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
									at kotlinx.coroutines.flow.FlowKt__TransformKt$runningFold$$inlined$unsafeFlow$1.collect(Transform.kt:116)
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
									- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
										at git4idea.remote.hosting.GitAsyncExtensionsKt$discoverServers$1.invokeSuspend(gitAsyncExtensions.kt:142)
										- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
											at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3056)
											at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739)
											at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:54)
											- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
												at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
												- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
													at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:63)
											- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
												at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)
					- "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
						- "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
				- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
					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:474)
					- "run activity":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:431)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:426)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						- "run activity":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
							at com.intellij.openapi.application.rw.SmartModeReadConstraint.awaitConstraint(SmartModeReadConstraint.kt:19)
							at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:67)
							at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invokeSuspend(InternalReadAction.kt:44)
							at com.intellij.openapi.wm.impl.LibraryDependentToolWindowManagerKt.checkToolWindowStatuses(LibraryDependentToolWindowManager.kt:83)
							at com.intellij.openapi.wm.impl.LibraryDependentToolWindowManager$execute$2$4.invokeSuspend(LibraryDependentToolWindowManager.kt:66)
				- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
					at com.intellij.execution.runToolbar.RunToolbarInitializeService.execute(RunToolbarInitializeService.kt:24)
					at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
				- "com.intellij.codeInsight.navigation.CtrlMouseHandler2":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
					at com.intellij.execution.impl.RunConfigurationFeatureCollector.execute(RunConfigurationFeatureCollector.kt:25)
					at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
				- "com.intellij.openapi.project.SmartModeScheduler":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.openapi.project.SmartModeScheduler":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.openapi.project.SmartModeScheduler$2.invokeSuspend(SmartModeScheduler.kt:74)
					- "com.intellij.openapi.project.SmartModeScheduler":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.openapi.project.SmartModeScheduler":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.openapi.project.SmartModeScheduler$3.invokeSuspend(SmartModeScheduler.kt:81)
				- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
					at com.intellij.ide.startup.CheckProjectActivity.execute(CheckProjectActivity.kt:30)
					at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
				- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
					at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
				- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
					at com.intellij.dependencytoolwindow.DependenciesToolWindowTabProvider$Companion.awaitFirstAvailable$intellij_platform_dependenciesToolwindow(DependenciesToolWindowTabProvider.kt:20)
					at com.intellij.dependencytoolwindow.DependencyToolWindowFactory.execute(DependencyToolWindowFactory.kt:37)
					at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
					- "run activity":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						- "run activity":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
							at com.intellij.dependencytoolwindow.CoroutineUtilsKt$extensionsFlow$1.invokeSuspend(CoroutineUtils.kt:36)
				- "com.intellij.ide.navbar.ide.NavBarService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.ide.navbar.ide.NavBarService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
						- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
							at com.intellij.ide.navbar.ui.StaticNavBarPanelKt$staticNavBarPanel$handleWindow$2.invokeSuspend(StaticNavBarPanel.kt:57)
							at com.intellij.ide.navbar.ui.StaticNavBarPanelKt.staticNavBarPanel$handleWindow(StaticNavBarPanel.kt:48)
							at com.intellij.ide.navbar.ui.StaticNavBarPanelKt$staticNavBarPanel$1$1$1$1.invokeSuspend(StaticNavBarPanel.kt:73)
							- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
								at com.intellij.ide.navbar.ide.NavBarVmImpl$1.invokeSuspend(NavBarVmImpl.kt:44)
								- "com.intellij.ide.navbar.ide.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
									at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
									- "com.intellij.ide.navbar.ide.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
										at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
										- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
											at com.intellij.ide.navbar.ui.StaticNavBarPanelKt$staticNavBarPanel$contextItems$1.invokeSuspend(StaticNavBarPanel.kt:42)
							- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
								at com.intellij.ide.navbar.ide.NavBarVmImpl$2.invokeSuspend(NavBarVmImpl.kt:54)
								- "com.intellij.ide.navbar.ide.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
									at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
									- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
										at com.intellij.platform.util.coroutines.flow.FlowKt$zipWithNext$1.invokeSuspend(flow.kt:107)
										at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
										at com.intellij.ide.navbar.ide.NavBarVmImpl$handleSelectionChange$2.invokeSuspend(NavBarVmImpl.kt:118)
							- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
								at com.intellij.ide.navbar.ide.NavBarVmImpl$3.invokeSuspend(NavBarVmImpl.kt:57)
								- "com.intellij.ide.navbar.ide.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
									at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
							- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
								at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:50)
					- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.ide.navbar.ide.NavBarService$1.invokeSuspend(NavBarService.kt:53)
						- "com.intellij.ide.navbar.ide.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
							- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
								at com.intellij.ide.navbar.ide.NavBarService$1$1.invokeSuspend(NavBarService.kt:59)
								- "com.intellij.ide.navbar.ide.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "com.intellij.ide.navbar.ide.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
										at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
										- "com.intellij.ide.navbar.ide.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
											at com.intellij.ide.navbar.ide.NavBarIdeUtil$activityFlow$1.invokeSuspend(util.kt:79)
				- "com.intellij.openapi.vcs.impl.VcsInitialization":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
					at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity$execute$2.invokeSuspend(ExternalSystemStartupActivity.kt:38)
					at com.intellij.platform.backend.observation.PlatformActivityTrackerService$trackConfigurationActivity$2$1.invokeSuspend(PlatformActivityTrackerService.kt:58)
					at com.intellij.platform.backend.observation.PlatformActivityTrackerService.trackConfigurationActivity(PlatformActivityTrackerService.kt:57)
					at com.intellij.platform.backend.observation.TrackingUtil.trackActivity(util.kt:16)
					at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x com.intellij.gradle))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "com.intellij.vcs.log.impl.VcsProjectLog":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "Close VCS log":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28)
					- "com.intellij.vcs.log.impl.VcsProjectLog":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), ModalityState.ANY, Dispatchers.Default]
						at com.intellij.vcs.log.impl.VcsProjectLog.disposeLogInternal(VcsProjectLog.kt:180)
						at com.intellij.vcs.log.impl.VcsProjectLog.disposeLog(VcsProjectLog.kt:157)
						at com.intellij.vcs.log.impl.VcsProjectLog$1$1.invokeSuspend(VcsProjectLog.kt:87)
					- "com.intellij.vcs.log.impl.VcsProjectLog":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), ModalityState.ANY, Dispatchers.Default]
						at com.intellij.vcs.log.impl.VcsProjectLog.disposeLog(VcsProjectLog.kt:412)
						at com.intellij.vcs.log.impl.VcsProjectLog$1$1.invokeSuspend(VcsProjectLog.kt:87)
				- "com.intellij.openapi.externalSystem.service.project.manage.ExternalProjectsManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "com.intellij.spellchecker.grazie.GrazieSpellCheckerEngine":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.spellchecker.grazie.GrazieSpellCheckerEngine":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.spellchecker.grazie.async.WordListLoader$doLoadWordListAsync$1$2.invokeSuspend(WordListLoader.kt:69)
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x com.intellij.java))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
						at com.intellij.openapi.application.rw.SmartModeReadConstraint.awaitConstraint(SmartModeReadConstraint.kt:19)
						at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:67)
						at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$4.invokeSuspend(InternalReadAction.kt:44)
						at com.intellij.pom.java.AcceptedLanguageLevelsSettingsStartupActivity.execute(AcceptedLanguageLevelsSettingsStartupActivity.kt:22)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
				- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
					at com.intellij.framework.detection.impl.FrameworkDetectionManagerProjectActivity.execute(FrameworkDetectionManagerProjectActivity.kt:29)
					at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
				- "com.intellij.openapi.vcs.changes.ChangeListManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x com.intellij.cidr.base))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x com.intellij.cidr.lang.clangd))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x org.intellij.groovy))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x Git4Idea))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x org.jetbrains.plugins.gradle))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x org.jetbrains.android))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
						at com.android.tools.idea.gradle.project.AndroidGradleProjectStartupActivity$execute$2.invokeSuspend(AndroidGradleProjectStartupActivity.kt:113)
						at com.android.tools.idea.gradle.project.AndroidGradleProjectStartupService.runInitialization(AndroidGradleProjectStartupService.kt:33)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
						- CompletableDeferredImpl{Active}
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
						at com.android.tools.idea.gradle.project.AndroidStudioProjectActivityKt.checkForInvalidGradleJdksAndAttemptToRecover(AndroidStudioProjectActivity.kt:91)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
				- "com.intellij.util.indexing.DumbModeWhileScanningTrigger":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.util.indexing.DumbModeWhileScanningTrigger":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.util.indexing.DumbModeWhileScanningTrigger$subscribe$1.invokeSuspend(DumbModeWhileScanningTrigger.kt:60)
				- "com.intellij.openapi.vcs.roots.VcsRootScanner":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.openapi.vcs.roots.VcsRootScanner":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.openapi.vcs.roots.VcsRootScanner$4.invokeSuspend(VcsRootScanner.kt:61)
						- "com.intellij.openapi.vcs.roots.VcsRootScanner":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:431)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:426)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
							- "com.intellij.openapi.vcs.roots.VcsRootScanner":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
							- "com.intellij.openapi.vcs.roots.VcsRootScanner":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
								at com.intellij.openapi.vcs.roots.VcsRootScanner$4$1$1.invokeSuspend(VcsRootScanner.kt:63)
								at com.intellij.openapi.vcs.roots.VcsRootScanner$4$1.invokeSuspend(VcsRootScanner.kt:62)
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x com.android.tools.design))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x com.slack.intellij.skate))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x com.android.tools.ndk))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), run activity, Dispatchers.Default]
						at com.android.tools.ndk.sync.NativeStartupActivity.execute(NativeStartupActivity.kt:41)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:474)
				- "com.intellij.ide.project.impl.BaseProjectDirectoriesImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.ide.project.impl.BaseProjectDirectoriesImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Default]
						at com.intellij.ide.project.impl.BaseProjectDirectoriesImpl$1$1.invokeSuspend(BaseProjectDirectoriesImpl.kt:31)
						at com.intellij.workspaceModel.ide.impl.WorkspaceModelImpl$subscribe$2.invokeSuspend(WorkspaceModelImpl.kt:323)
						at com.intellij.ide.project.impl.BaseProjectDirectoriesImpl$1.invokeSuspend(BaseProjectDirectoriesImpl.kt:30)
						- "com.intellij.ide.project.impl.BaseProjectDirectoriesImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), Dispatchers.Unconfined]
							at com.intellij.workspaceModel.ide.impl.WorkspaceModelImpl$subscribe$2$job$1.invokeSuspend(WorkspaceModelImpl.kt:567)
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x com.google.tools.ij.aiplugin))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "com.intellij.openapi.project.InitialVfsRefreshService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
				- "com.intellij.execution.runToolbar.RunToolbarSlotManager":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
					- "com.intellij.execution.runToolbar.RunToolbarSlotManager":StandaloneCoroutine{Active}, state: CREATED [ComponentManager(ProjectImpl@1971208026), Dispatchers.EDT]
			- "DefaultProjectImpl@2004295560 container":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.intellij.copyright)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.intellij.platform.images)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x detekt)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x org.editorconfig.editorconfigjetbrains)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x org.jetbrains.plugins.yaml)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.intellij.rml.dfa)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x hg4idea)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.intellij.gradle)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.facebook.ktfmt_idea_plugin)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.intellij.java)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x google-java-format)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.intellij.tasks)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.intellij.cidr.base)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.intellij.cidr.lang.clangd)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.intellij.cidr.lang)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.jetbrains.sh)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x org.intellij.intelliLang)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x org.intellij.groovy)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				-[x5 of] "(DefaultProjectImpl@2004295560 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.intellij.completion.ml.ranking)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x Coverage)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x Git4Idea)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x org.jetbrains.plugins.gradle)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x org.jetbrains.plugins.gitlab)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x org.jetbrains.android)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.android.tools.design)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.slack.intellij.skate)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x androidx.compose.plugins.idea)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.google.services.firebase)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.google.gct.testing)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.google.urlassistant)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.intellij.configurationScript)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.android.tools.ndk)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.android.tools.apk)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x Subversion)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
				- "(DefaultProjectImpl@2004295560 x com.google.tools.ij.aiplugin)":supervisor:ChildScope{Active} [ComponentManager(DefaultProjectImpl@2004295560)]
			- "com.intellij.diagnostic.ThreadDumpService":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.history.integration.LocalHistoryImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "com.intellij.history.integration.LocalHistoryImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
					at com.intellij.history.integration.LocalHistoryImpl$init$3.invokeSuspend(LocalHistoryImpl.kt:94)
			- "com.intellij.workspaceModel.ide.impl.GlobalWorkspaceModelCacheImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "com.intellij.workspaceModel.ide.impl.GlobalWorkspaceModelCacheImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
					at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:431)
					at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:426)
					at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
					at com.intellij.workspaceModel.ide.impl.GlobalWorkspaceModelCacheImpl$1.invokeSuspend(GlobalWorkspaceModelCacheImpl.kt:46)
					- "com.intellij.workspaceModel.ide.impl.GlobalWorkspaceModelCacheImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
			- "com.intellij.workspaceModel.ide.impl.jps.serialization.JpsGlobalModelSynchronizerImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "com.intellij.workspaceModel.ide.impl.jps.serialization.JpsGlobalModelSynchronizerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@1004414730), Dispatchers.Default]
					at com.intellij.workspaceModel.ide.impl.jps.serialization.JpsGlobalModelSynchronizerImpl$loadInitialState$1$callback$1.invokeSuspend(JpsGlobalModelSynchronizerImpl.kt:62)
			- "com.intellij.platform.ide.diagnostic.startUpPerformanceReporter.IdeStartUpPerformanceService":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.ide.passwordSafe.impl.PasswordSafeImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "ProjectImpl@1704821641 container":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "ProjectImpl@1704821641 container":ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.intellij.copyright)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.intellij.platform.images)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x detekt)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x org.editorconfig.editorconfigjetbrains)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x org.jetbrains.plugins.yaml)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.intellij.rml.dfa)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x hg4idea)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.intellij.gradle)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.facebook.ktfmt_idea_plugin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.intellij.java)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x google-java-format)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.intellij.tasks)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.intellij.cidr.base)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.intellij.cidr.lang.clangd)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.intellij.cidr.lang)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.jetbrains.sh)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x org.intellij.intelliLang)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x org.intellij.groovy)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				-[x5 of] "(ProjectImpl@1704821641 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.intellij.completion.ml.ranking)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x Coverage)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x Git4Idea)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x org.jetbrains.plugins.gradle)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x org.jetbrains.plugins.gitlab)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x org.jetbrains.android)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.android.tools.design)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.slack.intellij.skate)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x androidx.compose.plugins.idea)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.google.services.firebase)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.google.gct.testing)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.google.urlassistant)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.intellij.configurationScript)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.android.tools.ndk)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.android.tools.apk)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x Subversion)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "(ProjectImpl@1704821641 x com.google.tools.ij.aiplugin)":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "com.intellij.workspaceModel.ide.impl.WorkspaceModelImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
					- "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:431)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:426)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
						at com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl$2.invokeSuspend(WorkspaceModelCacheImpl.kt:79)
						- "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), Dispatchers.Default]
				- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
					- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), Dispatchers.Default]
						at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
						- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
							- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), Dispatchers.Default]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
								- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), Dispatchers.Default]
									at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$special$$inlined$flatMapLatest$1.invokeSuspend(FileEditorManagerImpl.kt:193)
					- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), Dispatchers.Default]
						at com.intellij.platform.util.coroutines.flow.FlowKt$zipWithNext$1.invokeSuspend(flow.kt:107)
					- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), Dispatchers.Default]
						at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:214)
					- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
						- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), Dispatchers.Default]
							at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$3.invokeSuspend(FileEditorManagerImpl.kt:256)
							- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), Dispatchers.Default]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					- "EditorSplitters file icon update":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), Dispatchers.Default]
						at com.intellij.openapi.fileEditor.impl.MergingUpdateChannel.start(MergingUpdateChannel.kt:28)
						at com.intellij.openapi.fileEditor.impl.EditorsSplitters$3.invokeSuspend(EditorsSplitters.kt:198)
					- "EditorSplitters frame title update":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), Dispatchers.Default]
						at com.intellij.openapi.fileEditor.impl.EditorsSplitters$4.invokeSuspend(EditorsSplitters.kt:202)
						- "EditorSplitters frame title update":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					- "FileEditorManagerImpl file update":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), 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:390)
					- "FileEditorManagerImpl file title update":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), 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:393)
				- "com.intellij.openapi.project.ExternalStorageConfigurationManagerImpl":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
					- "com.intellij.openapi.project.ExternalStorageConfigurationManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), Dispatchers.Default]
						at com.intellij.openapi.project.ExternalStorageConfigurationManagerImpl$loadState$1.invokeSuspend(ExternalStorageConfigurationManagerImpl.kt:53)
				- "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
					- "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), Dispatchers.Default]
						at com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents$1.invokeSuspend(FeatureUsageSettingsEvents.kt:59)
				- "com.intellij.platform.backend.observation.PlatformActivityTrackerService":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
					- "com.intellij.platform.backend.observation.PlatformActivityTrackerService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), Dispatchers.Default]
						at com.intellij.platform.backend.observation.PlatformActivityTrackerService$withBlockingJob$2.invokeSuspend(PlatformActivityTrackerService.kt:90)
				- "com.intellij.workspaceModel.ide.impl.legacyBridge.module.ModuleManagerComponentBridge":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
					- "com.intellij.workspaceModel.ide.impl.legacyBridge.module.ModuleManagerComponentBridge":StandaloneCoroutine{Active}, state: CREATED [ComponentManager(ProjectImpl@1704821641), Dispatchers.EDT]
				- "com.intellij.workspaceModel.ide.impl.legacyBridge.facet.FacetEntityChangeListener":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
				- "com.intellij.workspaceModel.ide.impl.legacyBridge.project.ProjectRootManagerBridge":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1704821641)]
					- "com.intellij.workspaceModel.ide.impl.legacyBridge.project.ProjectRootManagerBridge":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1704821641), ModalityState.NON_MODAL, Dispatchers.Default]
						at com.intellij.openapi.roots.impl.ProjectRootManagerImpl.applyState(ProjectRootManagerImpl.kt:355)
						at com.intellij.openapi.roots.impl.ProjectRootManagerImpl$loadState$2.invokeSuspend(ProjectRootManagerImpl.kt:320)
				-[x3055 of] "ModuleBridgeImpl container":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)]
					- "(ModuleBridgeImpl x com.intellij.java)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)]
					- "(ModuleBridgeImpl x DevKit)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)]
					- "(ModuleBridgeImpl x org.jetbrains.android)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)]
					- "(ModuleBridgeImpl x com.android.tools.design)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)]
					- "(ModuleBridgeImpl x com.google.gct.testing)":supervisor:ChildScope{Active} [ComponentManager(ModuleBridgeImpl)]
			- "ApplicationImpl@1004414730 container":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.ui.IconDeferrerImpl":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "(ApplicationImpl@1004414730 x com.android.tools.design)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x com.android.tools.design))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
			- "(ApplicationImpl@1004414730 x com.slack.intellij.skate)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
				- "(ProjectImpl@1971208026 x (ApplicationImpl@1004414730 x com.slack.intellij.skate))":supervisor:ChildScope{Active} [ComponentManager(ProjectImpl@1971208026)]
			- "(ApplicationImpl@1004414730 x org.editorconfig.editorconfigjetbrains)":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]
			- "com.intellij.ide.ui.PreloadService":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@1004414730)]

- SupervisorJobImpl{Active}
	- "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default]
		- "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at com.intellij.platform.ide.menu.IdeMenuBarHelper$3.invokeSuspend(IdeMenuBarHelper.kt:105)
		- "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			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.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
				- "IdeMenuBarHelper":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT]
					at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
					- "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.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
	- "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default]
		- "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default]
		- "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
			at com.intellij.openapi.wm.impl.customFrameDecorations.header.MacToolbarFrameHeader$3.invokeSuspend(MacToolbarFrameHeader.kt:103)
	- "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default]
	- "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default]
		-[x2 of] "IdeRootPane":StandaloneCoroutine{Completing} [Dispatchers.Default]
			- "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
				at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28)
	- "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default]
		- "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default]
			- "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
				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:431)
					at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:426)
					at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
					- "IdeRootPane":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			- "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
				at com.intellij.openapi.wm.impl.status.InfoAndProgressPanel$4.invokeSuspend(InfoAndProgressPanel.kt:153)
				- "IdeRootPane":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
					at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
					- "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.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
			- "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
				at com.intellij.openapi.wm.impl.status.InfoAndProgressPanel$removeProgressRequests$1.invokeSuspend(InfoAndProgressPanel.kt:118)
				at com.intellij.openapi.fileEditor.impl.MergingUpdateChannel.start(MergingUpdateChannel.kt:40)
				at com.intellij.openapi.wm.impl.status.InfoAndProgressPanel$5.invokeSuspend(InfoAndProgressPanel.kt:167)
			- "IdeRootPane":StandaloneCoroutine{Active}, state: CREATED [ModalityState.ANY, Dispatchers.EDT]
	- "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
		at com.intellij.openapi.wm.impl.IdeRootPane$installNorthComponents$2.invokeSuspend(IdeRootPane.kt:654)
		- "IdeRootPane":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
			- "IdeRootPane":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
				at com.intellij.ide.navigationToolbar.NavBarRootPaneExtension$component$1.invokeSuspend(NavBarRootPaneExtension.kt:79)

- "FileTypeIndex change notificator":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
	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.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
		- "FileTypeIndex change notificator":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
			- "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.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)

- SupervisorJobImpl{Active}
	- "SML":StandaloneCoroutine{Active}, state: SUSPENDED [com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1b85c900[Running, pool size = 7, active threads = 2, queued tasks = 0, completed tasks = 171]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:401)
		at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:50)
	- "SML":StandaloneCoroutine{Active}, state: SUSPENDED [com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@1b85c900[Running, pool size = 7, active threads = 2, queued tasks = 0, completed tasks = 171]]
		at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:50)
		- "SML":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.IO]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:401)

- SupervisorJobImpl{Active}
	- "AidaOnboardingState":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3056)
		at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:739)
		at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:54)
		at kotlinx.coroutines.flow.FlowKt__EmittersKt$onStart$$inlined$unsafeFlow$1.collect(Emitters.kt:121)
		at kotlinx.coroutines.flow.FlowKt__EmittersKt$onCompletion$$inlined$unsafeFlow$1.collect(Emitters.kt:115)
		at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:50)
		-[x2 of] "AidaOnboardingState":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:31)

- SupervisorJobImpl{Active}
	-[x2 of] "ActiveOnboardingProviderImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:401)
		at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:50)

- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.EDT]
	at com.intellij.ide.navbar.ui.StaticNavBarPanel$1.invokeSuspend(StaticNavBarPanel.kt:95)
	- ProducerCoroutine{Active}, state: CREATED [Dispatchers.EDT]

- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
	at com.intellij.ide.navbar.ui.StaticNavBarPanelKt$staticNavBarPanel$1.invokeSuspend(StaticNavBarPanel.kt:67)
	- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
		at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
		- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at com.intellij.ide.navbar.ui.StaticNavBarPanelKt$staticNavBarPanel$1$1.invokeSuspend(StaticNavBarPanel.kt:69)
			- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
				at com.intellij.ide.navbar.ui.StaticNavBarPanelKt$staticNavBarPanel$handleWindow$2.invokeSuspend(StaticNavBarPanel.kt:57)
				at com.intellij.ide.navbar.ui.StaticNavBarPanelKt.staticNavBarPanel$handleWindow(StaticNavBarPanel.kt:48)
				at com.intellij.ide.navbar.ui.StaticNavBarPanelKt$staticNavBarPanel$1$1$1$1.invokeSuspend(StaticNavBarPanel.kt:73)
				- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
					at com.intellij.ide.navbar.ide.NavBarVmImpl$1.invokeSuspend(NavBarVmImpl.kt:44)
					- "com.intellij.ide.navbar.ide.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						- "com.intellij.ide.navbar.ide.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
							- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
								at com.intellij.ide.navbar.ui.StaticNavBarPanelKt$staticNavBarPanel$contextItems$1.invokeSuspend(StaticNavBarPanel.kt:42)
				- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
					at com.intellij.ide.navbar.ide.NavBarVmImpl$2.invokeSuspend(NavBarVmImpl.kt:54)
					- "com.intellij.ide.navbar.ide.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
						- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
							at com.intellij.platform.util.coroutines.flow.FlowKt$zipWithNext$1.invokeSuspend(flow.kt:107)
							at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:230)
							at com.intellij.ide.navbar.ide.NavBarVmImpl$handleSelectionChange$2.invokeSuspend(NavBarVmImpl.kt:118)
				- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
					at com.intellij.ide.navbar.ide.NavBarVmImpl$3.invokeSuspend(NavBarVmImpl.kt:57)
					- "com.intellij.ide.navbar.ide.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:27)
				- "com.intellij.ide.navbar.ide.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1971208026), LimitedDispatcher@66baa3d7]
					at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:50)

- JobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Unconfined]
		at com.intellij.util.concurrency.Propagation$childContinuation$1.invokeSuspend(propagation.kt:360)
		- DeferredCoroutine{Active}, state: CREATED [Dispatchers.Unconfined]

- SupervisorJobImpl{Active}
	- "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default]
		- "ide menu bar actions init":StandaloneCoroutine{Active}, state: CREATED [uninitialized, ModalityState.ANY, Dispatchers.EDT]
		- "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at com.intellij.platform.ide.menu.IdeMenuBarHelper$3.invokeSuspend(IdeMenuBarHelper.kt:105)
		- "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at com.intellij.platform.ide.menu.IdeMenuBarHelper$4.invokeSuspend(IdeMenuBarHelper.kt:111)
	- "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default]
		- "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default]
		- "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
			at com.intellij.openapi.wm.impl.customFrameDecorations.header.MacToolbarFrameHeader.updateView(MacToolbarFrameHeader.kt:163)
			at com.intellij.openapi.wm.impl.customFrameDecorations.header.MacToolbarFrameHeader$3.invokeSuspend(MacToolbarFrameHeader.kt:98)
	-[x2 of] "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default]
	- "IdeRootPane":supervisor:ChildScope{Active} [Dispatchers.Default]
		-[x2 of] "IdeRootPane":StandaloneCoroutine{Completing} [Dispatchers.Default]
			- "IdeRootPane":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
				at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:28)

- JobImpl{Active}
	-[x2 of] StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Unconfined]
		at com.intellij.util.concurrency.Propagation$childContinuation$1.invokeSuspend(propagation.kt:360)

- SupervisorJobImpl{Active}
	- DeferredCoroutine{Active}, state: CREATED [Dispatchers.EDT]

- "indicator watcher":StandaloneCoroutine{Active}, state: SUSPENDED [LimitedDispatcher@419e6237]
	at com.intellij.openapi.progress.ContextKt$cancelWithIndicator$1.invokeSuspend(context.kt:126)

- JobImpl{Active}
	- BlockingCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, BlockingEventLoop@6a993f34]
		at com.intellij.openapi.vcs.changes.VcsIgnoreManagerImpl$1$1.invokeSuspend(VcsIgnoreManagerImpl.kt:59)

---------- Event counts ----------
Posted: 299
Posted (system): 213
Returned: 206