Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Opening Flutter widget preview (or other widgets) - SIGABRT 6 - DTD service is not available #8732

@razorree

Description

@razorree

Opening Flutter Widgert Preview results in a crash:

026-01-27 15:11:56,177 [   6766]   WARN - #com.android.tools.ndk.HotfixForOCInitialTablesBuildingActivity - Overriding OCInitialTablesBuildingActivity with HotfixForOCInitialTablesBuildingActivity
2026-01-27 15:12:14,577 [  25166] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - DTD service is not available after 30 seconds.
java.util.concurrent.ExecutionException: java.lang.Exception: Timed out waiting for DTD websocket to start
        at java.base/java.util.concurrent.CompletableFuture.reportGet(Unknown Source)
        at java.base/java.util.concurrent.CompletableFuture.get(Unknown Source)
        at io.flutter.widgetpreview.WidgetPreviewPanel.getDtdUri(WidgetPreviewPanel.java:176)
        at io.flutter.widgetpreview.WidgetPreviewPanel.lambda$startWidgetPreview$2(WidgetPreviewPanel.java:136)
        at com.intellij.openapi.application.impl.ApplicationImpl$4.run(ApplicationImpl.java:326)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at com.intellij.util.concurrency.ContextCallable.lambda$call$1(ContextCallable.java:86)
        at com.intellij.util.concurrency.ContextCallable.call(ContextCallable.java:95)
        at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
        at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:167)
        at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:167)
        at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:173)
        at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:167)
        at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
        at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
        at java.base/java.security.AccessController.doPrivileged(Unknown Source)
        at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
        at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.Exception: Timed out waiting for DTD websocket to start
        at io.flutter.dart.DtdUtils.lambda$readyDtdService$1(DtdUtils.java:39)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at com.intellij.util.concurrency.ContextCallable.lambda$call$1(ContextCallable.java:86)
        at com.intellij.util.concurrency.ContextCallable.call(ContextCallable.java:95)
        at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
        at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:277)
        ... 7 more
2026-01-27 15:12:14,579 [  25168] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - Android Studio Otter 3 Feature Drop | 2025.2.3  Build #AI-252.28238.7.2523.14688667
2026-01-27 15:12:14,579 [  25168] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - JDK: 21.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2026-01-27 15:12:14,579 [  25168] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - OS: Linux
2026-01-27 15:12:14,579 [  25168] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - Plugin to blame: Flutter version: 89.0.0
2026-01-27 15:12:29,583 [  40172]   WARN - io.flutter.run.daemon.DevToolsServerTask - DevTools server start-up failure.
java.lang.Exception: java.lang.Exception: Timed out waiting for Dart plugin to start DevTools.
        at io.flutter.run.daemon.DevToolsServerTask.lambda$run$0(DevToolsServerTask.java:105)
        at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(Unknown Source)
        at java.base/java.util.concurrent.CompletableFuture.uniWhenCompleteStage(Unknown Source)
        at java.base/java.util.concurrent.CompletableFuture.whenComplete(Unknown Source)
        at io.flutter.run.daemon.DevToolsServerTask.run(DevToolsServerTask.java:103)
        at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:498)
        at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:119)
        at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:549)
        at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
        at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
        at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
        at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:44)
        at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
        at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:681)
        at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:756)
        at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:712)
        at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:680)
        at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:78)
        at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
        at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
        at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
        at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:515)
        at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:480)
        at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:167)
        at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:167)
        at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:173)
        at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:167)
        at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:476)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
        at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
        at java.base/java.security.AccessController.doPrivileged(Unknown Source)
        at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
        at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.Exception: Timed out waiting for Dart plugin to start DevTools.
        at io.flutter.run.daemon.DevToolsServerTask.checkForDartPluginInitiatedDevToolsWithRetries(DevToolsServerTask.java:207)
        at io.flutter.run.daemon.DevToolsServerTask.run(DevToolsServerTask.java:102)
        ... 30 more
        Suppressed: com.intellij.openapi.progress.ProcessCanceledException: java.lang.Exception: java.lang.Exception: Timed out waiting for Dart plugin to start DevTools.
                at io.flutter.run.daemon.DevToolsServerTask.cancelWithError(DevToolsServerTask.java:275)
                at io.flutter.run.daemon.DevToolsServerTask.lambda$run$0(DevToolsServerTask.java:105)
                at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(Unknown Source)
                at java.base/java.util.concurrent.CompletableFuture.uniWhenCompleteStage(Unknown Source)
                at java.base/java.util.concurrent.CompletableFuture.whenComplete(Unknown Source)
                at io.flutter.run.daemon.DevToolsServerTask.run(DevToolsServerTask.java:103)
                ... 30 more
        Caused by: [CIRCULAR REFERENCE: java.lang.Exception: java.lang.Exception: Timed out waiting for Dart plugin to start DevTools.]
2026-01-27 15:12:29,585 [  40174] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - DevTools service failed: 
java.util.concurrent.ExecutionException: java.lang.Exception: DevTools server start-up failure.
        at java.base/java.util.concurrent.CompletableFuture.reportGet(Unknown Source)
        at java.base/java.util.concurrent.CompletableFuture.get(Unknown Source)
        at io.flutter.widgetpreview.WidgetPreviewPanel.getDevToolsUri(WidgetPreviewPanel.java:161)
        at io.flutter.widgetpreview.WidgetPreviewPanel.lambda$startWidgetPreview$2(WidgetPreviewPanel.java:137)
        at com.intellij.openapi.application.impl.ApplicationImpl$4.run(ApplicationImpl.java:326)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at com.intellij.util.concurrency.ContextCallable.lambda$call$1(ContextCallable.java:86)
        at com.intellij.util.concurrency.ContextCallable.call(ContextCallable.java:95)
        at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
        at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:167)
        at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:167)
        at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:173)
        at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:167)
        at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
        at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
        at java.base/java.security.AccessController.doPrivileged(Unknown Source)
        at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
        at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.Exception: DevTools server start-up failure.
        at io.flutter.run.daemon.DevToolsServerTask.cancelWithError(DevToolsServerTask.java:273)
        at io.flutter.run.daemon.DevToolsServerTask.lambda$run$0(DevToolsServerTask.java:105)
        at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(Unknown Source)
        at java.base/java.util.concurrent.CompletableFuture.uniWhenCompleteStage(Unknown Source)
        at java.base/java.util.concurrent.CompletableFuture.whenComplete(Unknown Source)
        at io.flutter.run.daemon.DevToolsServerTask.run(DevToolsServerTask.java:103)
        at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:498)
        at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:119)
        at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:549)
        at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
        at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
        at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
        at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:44)
        at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
        at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:681)
        at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:756)
        at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:712)
        at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:680)
        at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:78)
        at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
        at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
        at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
        at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:515)
        at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:480)
        at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:167)
        at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:167)
        at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:173)
        at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:167)
        at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:476)
        ... 7 more
2026-01-27 15:12:29,585 [  40174] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - Android Studio Otter 3 Feature Drop | 2025.2.3  Build #AI-252.28238.7.2523.14688667
2026-01-27 15:12:29,585 [  40174] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - JDK: 21.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2026-01-27 15:12:29,586 [  40175] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - OS: Linux
2026-01-27 15:12:29,586 [  40175] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - Plugin to blame: Flutter version: 89.0.0
2026-01-27 15:12:29,586 [  40175] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - Last Action: ActivateAndroidProfilerToolWindow
2026-01-27 15:12:35,684 [  46273] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - Unhandled exception in [Kernel@rdjofu85dcqmgatde33g, Rete(abortOnError=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@3b2da18f, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@3b2da18f)), DbSourceContextElement(kernel Kernel@rdjofu85dcqmgatde33g), ComponentManager(ProjectImpl@788950005), com.intellij.codeWithMe.ClientIdContextElementPrecursor@5dfbcf24, CoroutineName(com.jetbrains.lang.dart.ide.toolingDaemon.DartToolingDaemonService), Dispatchers.Default]
kotlinx.coroutines.CoroutinesInternalError: Fatal exception in coroutines machinery for CancellableContinuation(DispatchedContinuation[Dispatchers.Default, Continuation at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1580)@6a99396f]){Cancelled}@443521df. Please read KDoc to 'handleFatalException' method and report this incident to maintainers
        at kotlinx.coroutines.DispatchedTask.handleFatalException$kotlinx_coroutines_core(DispatchedTask.kt:130)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:107)
        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:613)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:1189)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:778)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:765)
Caused by: java.lang.IllegalStateException: Debug metadata version mismatch. Expected: 1, got 2. Please update the Kotlin standard library.
        at kotlin.coroutines.jvm.internal.DebugMetadataKt.checkDebugMetadataVersion(DebugMetadata.kt:103)
        at kotlin.coroutines.jvm.internal.DebugMetadataKt.getStackTraceElement(DebugMetadata.kt:43)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.getStackTraceElement(ContinuationImpl.kt:76)
        at kotlinx.coroutines.debug.internal.DebugProbesImpl.realCaller(DebugProbesImpl.kt:462)
        at kotlinx.coroutines.debug.internal.DebugProbesImpl.updateRunningState(DebugProbesImpl.kt:456)
        at kotlinx.coroutines.debug.internal.DebugProbesImpl.updateState(DebugProbesImpl.kt:428)
        at kotlinx.coroutines.debug.internal.DebugProbesImpl.probeCoroutineResumed$kotlinx_coroutines_core(DebugProbesImpl.kt:419)
        at kotlin.coroutines.jvm.internal.DebugProbesKt.probeCoroutineResumed(DebugProbesKt.java:21)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:28)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:98)
        ... 4 more
2026-01-27 15:12:35,685 [  46274] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - Android Studio Otter 3 Feature Drop | 2025.2.3  Build #AI-252.28238.7.2523.14688667
2026-01-27 15:12:35,685 [  46274] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - JDK: 21.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2026-01-27 15:12:35,685 [  46274] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - OS: Linux
2026-01-27 15:12:35,685 [  46274] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - Last Action: OpenFile
Exception in thread "DefaultDispatcher-worker-49" kotlinx.coroutines.CoroutinesInternalError: Fatal exception in coroutines machinery for CancellableContinuation(DispatchedContinuation[Dispatchers.Default, Continuation at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1580)@6a99396f]){Cancelled}@443521df. Please read KDoc to 'handleFatalException' method and report this incident to maintainers
        at kotlinx.coroutines.DispatchedTask.handleFatalException$kotlinx_coroutines_core(DispatchedTask.kt:130)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:107)
        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:613)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:1189)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:778)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:765)
        Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [Kernel@rdjofu85dcqmgatde33g, Rete(abortOnError=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@3b2da18f, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@3b2da18f)), DbSourceContextElement(kernel Kernel@rdjofu85dcqmgatde33g), ComponentManager(ProjectImpl@788950005), com.intellij.codeWithMe.ClientIdContextElementPrecursor@5dfbcf24, CoroutineName(com.jetbrains.lang.dart.ide.toolingDaemon.DartToolingDaemonService), ScopeCoroutine{Cancelling}@526dd9f1, Dispatchers.Default]
Caused by: java.lang.IllegalStateException: Debug metadata version mismatch. Expected: 1, got 2. Please update the Kotlin standard library.
        at kotlin.coroutines.jvm.internal.DebugMetadataKt.checkDebugMetadataVersion(DebugMetadata.kt:103)
        at kotlin.coroutines.jvm.internal.DebugMetadataKt.getStackTraceElement(DebugMetadata.kt:43)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.getStackTraceElement(ContinuationImpl.kt:76)
        at kotlinx.coroutines.debug.internal.DebugProbesImpl.realCaller(DebugProbesImpl.kt:462)
        at kotlinx.coroutines.debug.internal.DebugProbesImpl.updateRunningState(DebugProbesImpl.kt:456)
        at kotlinx.coroutines.debug.internal.DebugProbesImpl.updateState(DebugProbesImpl.kt:428)
        at kotlinx.coroutines.debug.internal.DebugProbesImpl.probeCoroutineResumed$kotlinx_coroutines_core(DebugProbesImpl.kt:419)
        at kotlin.coroutines.jvm.internal.DebugProbesKt.probeCoroutineResumed(DebugProbesKt.java:21)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:28)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:98)
        ... 4 more
2026-01-27 15:12:35,751 [  46340]   WARN - #com.android.tools.idea.transport.TransportDeviceManager - Error when trying to spawn Transport
java.io.IOException: Operation interrupted
        at com.android.adblib.ddmlibcompatibility.debugging.AdblibIDeviceWrapper.runBlockingLegacy(AdblibIDeviceWrapper.kt:1064)
        at com.android.adblib.ddmlibcompatibility.debugging.AdblibIDeviceWrapper.access$runBlockingLegacy(AdblibIDeviceWrapper.kt:105)
        at com.android.adblib.ddmlibcompatibility.debugging.AdblibIDeviceWrapper.executeRemoteCommand(AdblibIDeviceWrapper.kt:942)
        at com.android.adblib.ddmlibcompatibility.debugging.AdblibIDeviceWrapper.executeRemoteCommand(AdblibIDeviceWrapper.kt:888)
        at com.android.adblib.ddmlibcompatibility.debugging.AdblibIDeviceWrapper.executeShellCommand(AdblibIDeviceWrapper.kt:184)
        at com.android.tools.idea.transport.TransportDeviceManager$TransportThread.startTransportDaemon(TransportDeviceManager.java:335)
        at com.android.tools.idea.transport.TransportDeviceManager$TransportThread.run(TransportDeviceManager.java:284)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.InterruptedException
        at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:111)
        at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$BuildersKt__BuildersKt(Builders.kt:85)
        at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:53)
        at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
        at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48)
        at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
        at com.android.adblib.ddmlibcompatibility.debugging.AdblibIDeviceWrapper.runBlockingLegacy(AdblibIDeviceWrapper.kt:1052)
        ... 11 more
2026-01-27 15:12:36,920 [  47509]   WARN - #com.android.tools.ndk.HotfixForOCInitialTablesBuildingActivity - Overriding OCInitialTablesBuildingActivity with HotfixForOCInitialTablesBuildingActivity
2026-01-27 15:12:36,989 [  47578] SEVERE - io.flutter.FlutterInitializer - Background write action is not permitted on this thread. Consider using `backgroundWriteAction`, or switch to EDT
java.lang.IllegalStateException: Background write action is not permitted on this thread. Consider using `backgroundWriteAction`, or switch to EDT
        at com.intellij.openapi.application.impl.ApplicationImpl.checkWriteActionAllowedOnCurrentThread(ApplicationImpl.java:1092)
        at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:1099)
        at io.flutter.utils.OpenApiUtils.safeRunWriteAction(OpenApiUtils.java:94)
        at io.flutter.FlutterInitializer.ensureAndroidSdk(FlutterInitializer.java:443)
        at io.flutter.FlutterInitializer.executeProjectStartup(FlutterInitializer.java:122)
        at io.flutter.FlutterProjectActivity.execute$suspendImpl(FlutterProjectActivity.kt:21)
        at io.flutter.FlutterProjectActivity.execute(FlutterProjectActivity.kt)
        at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:511)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:613)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:1189)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:778)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:765)
2026-01-27 15:12:36,990 [  47579] SEVERE - io.flutter.FlutterInitializer - Android Studio Otter 3 Feature Drop | 2025.2.3  Build #AI-252.28238.7.2523.14688667
2026-01-27 15:12:36,990 [  47579] SEVERE - io.flutter.FlutterInitializer - JDK: 21.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2026-01-27 15:12:36,990 [  47579] SEVERE - io.flutter.FlutterInitializer - OS: Linux
2026-01-27 15:12:36,990 [  47579] SEVERE - io.flutter.FlutterInitializer - Plugin to blame: Flutter version: 89.0.0
2026-01-27 15:12:36,990 [  47579] SEVERE - io.flutter.FlutterInitializer - Last Action: OpenFile
2026-01-27 15:12:37,817 [  48406]   WARN - #com.google.aiplugin.rag.bm25.CrawlerBm25Indexer - The thread handling indexing is not active. We use pooled thread instead.
2026-01-27 15:12:37,851 [  48440]   WARN - #com.google.aiplugin.rag.bm25.CrawlerBm25Indexer - The thread handling indexing is not active. We use pooled thread instead.
2026-01-27 15:12:40,997 [  51586] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - Error getting widget preview URL
java.lang.Exception: Process terminated before URL was found. Exit code: 0
        at io.flutter.widgetpreview.WidgetPreviewListener.processTerminated(WidgetPreviewListener.java:83)
        at com.intellij.execution.process.ProcessHandler$2.processTerminated(ProcessHandler.java:262)
        at com.intellij.execution.process.ProcessHandler.lambda$notifyTerminated$2(ProcessHandler.java:207)
        at com.intellij.execution.process.ProcessHandler$TasksRunner.execute(ProcessHandler.java:325)
        at com.intellij.execution.process.ProcessHandler.notifyTerminated(ProcessHandler.java:190)
        at com.intellij.execution.process.ProcessHandler.notifyProcessTerminated(ProcessHandler.java:186)
        at com.intellij.execution.process.BaseProcessHandler.onOSProcessTerminated(BaseProcessHandler.java:74)
        at com.intellij.execution.process.OSProcessHandler.lambda$onOSProcessTerminated$0(OSProcessHandler.java:185)
        at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
        at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:44)
        at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
        at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:681)
        at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:756)
        at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:712)
        at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:680)
        at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:78)
        at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
        at com.intellij.execution.process.OSProcessHandler.onOSProcessTerminated(OSProcessHandler.java:185)
        at com.intellij.execution.process.BaseOSProcessHandler$1.lambda$startNotified$0(BaseOSProcessHandler.java:82)
        at com.intellij.execution.process.ProcessWaitFor.lambda$new$0(ProcessWaitFor.java:45)
        at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:249)
        at com.intellij.execution.process.ProcessWaitFor.lambda$new$1(ProcessWaitFor.java:23)
        at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
        at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:167)
        at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:167)
        at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:173)
        at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:167)
        at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
        at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
        at java.base/java.security.AccessController.doPrivileged(Unknown Source)
        at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
        at java.base/java.lang.Thread.run(Unknown Source)
2026-01-27 15:12:40,998 [  51587] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - Android Studio Otter 3 Feature Drop | 2025.2.3  Build #AI-252.28238.7.2523.14688667
2026-01-27 15:12:40,998 [  51587] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - JDK: 21.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2026-01-27 15:12:40,998 [  51587] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - OS: Linux
2026-01-27 15:12:40,998 [  51587] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - Plugin to blame: Flutter version: 89.0.0
2026-01-27 15:12:40,998 [  51587] SEVERE - io.flutter.widgetpreview.WidgetPreviewPanel - Last Action: OpenFile
2026-01-27 15:12:40,998 [  51587]   WARN - io.flutter.widgetpreview.WidgetPreviewPanel - Widget preview process error: Process terminated before URL was found. Exit code: 0
Exception in thread "AWT-EventQueue-0" kotlinx.coroutines.CoroutinesInternalError: Fatal exception in coroutines machinery for DispatchedContinuation[Dispatchers.EDT, Continuation at com.intellij.openapi.application.CoroutinesKt$edtWriteAction$2.invokeSuspend(coroutines.kt)@8f486a9]. Please read KDoc to 'handleFatalException' method and report this incident to maintainers
        at kotlinx.coroutines.DispatchedTask.handleFatalException$kotlinx_coroutines_core(DispatchedTask.kt:130)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:107)
        at com.intellij.openapi.application.impl.EdtCoroutineDispatcher.wrapWithLocking$lambda$3$lambda$2(EdtCoroutineDispatcher.kt:71)
        at com.intellij.openapi.application.WriteIntentReadAction.lambda$run$0(WriteIntentReadAction.java:24)
        at com.intellij.openapi.application.impl.AppImplKt$rethrowCheckedExceptions$2.invoke(appImpl.kt:106)
        at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.doRunWriteIntentReadAction(NestedLocksThreadingSupport.kt:666)
        at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.runPreventiveWriteIntentReadAction(NestedLocksThreadingSupport.kt:640)
        at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.runWriteIntentReadAction(NestedLocksThreadingSupport.kt:633)
        at com.intellij.openapi.application.impl.ApplicationImpl.runWriteIntentReadAction(ApplicationImpl.java:1166)
        at com.intellij.openapi.application.WriteIntentReadAction.compute(WriteIntentReadAction.java:55)
        at com.intellij.openapi.application.WriteIntentReadAction.run(WriteIntentReadAction.java:23)
        at com.intellij.openapi.application.impl.EdtCoroutineDispatcher.wrapWithLocking$lambda$3(EdtCoroutineDispatcher.kt:70)
        at com.intellij.openapi.application.impl.DispatchedRunnable.run(DispatchedRunnable.kt:42)
        at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:240)
        at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:26)
        at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:222)
        at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:122)
        at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:43)
        at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
        at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
        at java.base/java.security.AccessController.doPrivileged(Unknown Source)
        at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
        at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
        at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.kt:595)
        at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.kt:488)
        at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$12$lambda$11$lambda$10$lambda$9(IdeEventQueue.kt:313)
        at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:865)
        at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$12$lambda$11$lambda$10(IdeEventQueue.kt:312)
        at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$3(IdeEventQueue.kt:974)
        at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:110)
        at com.intellij.ide.IdeEventQueueKt.performActivity(IdeEventQueue.kt:974)
        at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$12(IdeEventQueue.kt:307)
        at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:347)
        at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)2026-01-27 15:12:41,962 [  52551] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - Unhandled exception in [Kernel@rdjofu85dcqmgatde33g, Rete(abortOnError=false, commands=capacity=2147483647,data=[(<BUFFERED>,RemoveObserver(observerId=fleet.kernel.rete.Rete$ObserverId@22a6e2ac))], reteState=kotlinx.coroutines.flow.StateFlowImpl@3b2da18f, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@3b2da18f)), DbSourceContextElement(kernel Kernel@rdjofu85dcqmgatde33g), ComponentManager(ProjectImpl@201387002), com.intellij.codeWithMe.ClientIdContextElementPrecursor@5dfbcf24, CoroutineName(com.jetbrains.lang.dart.analyzer.DartAnalysisServerService), Dispatchers.EDT]
kotlinx.coroutines.CoroutinesInternalError: Fatal exception in coroutines machinery for DispatchedContinuation[Dispatchers.EDT, Continuation at com.intellij.openapi.application.CoroutinesKt$edtWriteAction$2.invokeSuspend(coroutines.kt)@8f486a9]. Please read KDoc to 'handleFatalException' method and report this incident to maintainers
        at kotlinx.coroutines.DispatchedTask.handleFatalException$kotlinx_coroutines_core(DispatchedTask.kt:130)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:107)
        at com.intellij.openapi.application.impl.EdtCoroutineDispatcher.wrapWithLocking$lambda$3$lambda$2(EdtCoroutineDispatcher.kt:71)
        at com.intellij.openapi.application.WriteIntentReadAction.lambda$run$0(WriteIntentReadAction.java:24)
        at com.intellij.openapi.application.impl.AppImplKt$rethrowCheckedExceptions$2.invoke(appImpl.kt:106)
        at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.doRunWriteIntentReadAction(NestedLocksThreadingSupport.kt:666)
        at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.runPreventiveWriteIntentReadAction(NestedLocksThreadingSupport.kt:640)
        at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.runWriteIntentReadAction(NestedLocksThreadingSupport.kt:633)
        at com.intellij.openapi.application.impl.ApplicationImpl.runWriteIntentReadAction(ApplicationImpl.java:1166)
        at com.intellij.openapi.application.WriteIntentReadAction.compute(WriteIntentReadAction.java:55)
        at com.intellij.openapi.application.WriteIntentReadAction.run(WriteIntentReadAction.java:23)
        at com.intellij.openapi.application.impl.EdtCoroutineDispatcher.wrapWithLocking$lambda$3(EdtCoroutineDispatcher.kt:70)
        at com.intellij.openapi.application.impl.DispatchedRunnable.run(DispatchedRunnable.kt:42)
        at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:240)
        at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:26)
        at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:222)
        at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:122)
        at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:43)
        at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
        at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
        at java.base/java.security.AccessController.doPrivileged(Unknown Source)
        at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
        at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
        at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.kt:595)
        at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.kt:488)
        at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$12$lambda$11$lambda$10$lambda$9(IdeEventQueue.kt:313)
        at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:865)
        at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$12$lambda$11$lambda$10(IdeEventQueue.kt:312)
        at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$3(IdeEventQueue.kt:974)
        at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:110)
        at com.intellij.ide.IdeEventQueueKt.performActivity(IdeEventQueue.kt:974)
        at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$12(IdeEventQueue.kt:307)
        at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:347)
        at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)
        Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [Kernel@rdjofu85dcqmgatde33g, Rete(abortOnError=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@3b2da18f, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@3b2da18f)), DbSourceContextElement(kernel Kernel@rdjofu85dcqmgatde33g), ComponentManager(ProjectImpl@201387002), com.intellij.codeWithMe.ClientIdContextElementPrecursor@5dfbcf24, CoroutineName(com.jetbrains.lang.dart.analyzer.DartAnalysisServerService), DispatchedCoroutine{Active}@2324218f, Dispatchers.EDT]
Caused by: java.lang.IllegalStateException: Debug metadata version mismatch. Expected: 1, got 2. Please update the Kotlin standard library.
        at kotlin.coroutines.jvm.internal.DebugMetadataKt.checkDebugMetadataVersion(DebugMetadata.kt:103)
        at kotlin.coroutines.jvm.internal.DebugMetadataKt.getStackTraceElement(DebugMetadata.kt:43)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.getStackTraceElement(ContinuationImpl.kt:76)
        at kotlinx.coroutines.debug.internal.DebugProbesImpl.realCaller(DebugProbesImpl.kt:462)
        at kotlinx.coroutines.debug.internal.DebugProbesImpl.updateRunningState(DebugProbesImpl.kt:456)
        at kotlinx.coroutines.debug.internal.DebugProbesImpl.updateState(DebugProbesImpl.kt:428)
        at kotlinx.coroutines.debug.internal.DebugProbesImpl.probeCoroutineResumed$kotlinx_coroutines_core(DebugProbesImpl.kt:419)
        at kotlin.coroutines.jvm.internal.DebugProbesKt.probeCoroutineResumed(DebugProbesKt.java:21)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:28)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
        ... 39 more

2026-01-27 15:12:41,962 [  52551] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - Android Studio Otter 3 Feature Drop | 2025.2.3  Build #AI-252.28238.7.2523.14688667
2026-01-27 15:12:41,963 [  52552] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - JDK: 21.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2026-01-27 15:12:41,963 [  52552] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - OS: Linux
        Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [Kernel@rdjofu85dcqmgatde33g, Rete(abortOnError=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@3b2da18f, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@3b2da18f)), DbSourceContextElement(kernel Kernel@rdjofu85dcqmgatde33g), ComponentManager(ProjectImpl@201387002), com.intellij.codeWithMe.ClientIdContextElementPrecursor@5dfbcf24, CoroutineName(com.jetbrains.lang.dart.analyzer.DartAnalysisServerService), DispatchedCoroutine{Active}@2324218f, Dispatchers.EDT]2026-01-27 15:12:41,963 [  52552] SEVERE - #c.i.o.a.i.CoroutineExceptionHandlerImpl - Last Action: OpenFile

Caused by: java.lang.IllegalStateException: Debug metadata version mismatch. Expected: 1, got 2. Please update the Kotlin standard library.
        at kotlin.coroutines.jvm.internal.DebugMetadataKt.checkDebugMetadataVersion(DebugMetadata.kt:103)
        at kotlin.coroutines.jvm.internal.DebugMetadataKt.getStackTraceElement(DebugMetadata.kt:43)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.getStackTraceElement(ContinuationImpl.kt:76)
        at kotlinx.coroutines.debug.internal.DebugProbesImpl.realCaller(DebugProbesImpl.kt:462)
        at kotlinx.coroutines.debug.internal.DebugProbesImpl.updateRunningState(DebugProbesImpl.kt:456)
        at kotlinx.coroutines.debug.internal.DebugProbesImpl.updateState(DebugProbesImpl.kt:428)
        at kotlinx.coroutines.debug.internal.DebugProbesImpl.probeCoroutineResumed$kotlinx_coroutines_core(DebugProbesImpl.kt:419)
        at kotlin.coroutines.jvm.internal.DebugProbesKt.probeCoroutineResumed(DebugProbesKt.java:21)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:28)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
        ... 39 more
2026-01-27 15:12:45,696 [  56285] SEVERE - #c.i.i.shutdown - Project Project(name=flutter_test_1, containerState=COMPONENT_CREATED, componentStore=/home/rzr/dev/flutter/flutter_test_1): scope was not completed in 10s
com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: java.lang.Throwable
        at com.intellij.idea.IdeaLogger.error(IdeaLogger.java:154)
        at com.intellij.openapi.diagnostic.Logger.error(Logger.java:387)
        at com.intellij.ide.ShutdownKt$cancelAndTryJoin$5$dumpJob$1.invokeSuspend(shutdown.kt:130)
        at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
        at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
        at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:613)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:1183)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:778)
        at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:765)
Caused by: java.lang.Throwable
        ... 9 more
2026-01-27 15:12:45,696 [  56285] SEVERE - #c.i.i.shutdown - Android Studio Otter 3 Feature Drop | 2025.2.3  Build #AI-252.28238.7.2523.14688667
2026-01-27 15:12:45,696 [  56285] SEVERE - #c.i.i.shutdown - JDK: 21.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2026-01-27 15:12:45,696 [  56285] SEVERE - #c.i.i.shutdown - OS: Linux
2026-01-27 15:12:46,543 [  57132]   WARN - #c.i.o.p.u.AbstractProgressIndicatorBase - Suppressed a frequent exception logged for the 2nd time: null
Embedded tab was not created
Embedded tab was not created
2026-01-27 15:13:06,190 [  76779]   WARN - io.flutter.jxbrowser.JxBrowserManager - Suppressed a frequent exception logged for the 2nd time: Embedded tab was not created
2026-01-27 15:13:06,254 [  76843]   WARN - #c.i.d.PerformanceWatcherImpl - UI was frozen for 19635ms, details saved to /home/rzr/.cache/Google/AndroidStudio2025.2.3/log/threadDumps-freeze-20260127-151251-AI-252.28238.7.2523.14688667-Unsafe.park-19sec
free(): invalid size
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGABRT (0x6) at pc=0x000072cbccea5fed (sent by kill), pid=80141, tid=81420
#
# JRE version: OpenJDK Runtime Environment (21.0.8) (build 21.0.8+-14196175-b1038.72)
# Java VM: OpenJDK 64-Bit Server VM (21.0.8+-14196175-b1038.72, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C  [libc.so.6+0xa5fed]  pthread_kill+0x11d
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -F%F -- %E" (or dumping to /home/rzr/bin/android-studio-2025.2.3.9/bin/core.80141)
#
JNI global refs:
JNI global refs: 160, weak refs: 494

JNI global refs memory usage: 2123, weak refs: 7241

OOME stack traces (most recent first):
Classloader memory used:
Loader com.intellij.util.lang.PathClassLoader                                          : 186M
Loader com.intellij.ide.plugins.cl.PluginClassLoader                                   : 163M
Loader bootstrap                                                                       : 55599K
Loader jdk.internal.loader.ClassLoaders$PlatformClassLoader                            : 2259K
Loader jdk.internal.loader.ClassLoaders$AppClassLoader                                 : 507K
Loader sun.reflect.misc.MethodUtil                                                     : 4232B

Classes loaded by more than one classloader:
Class org.apache.lucene.util.fst.FSTCompiler$Builder                                  : loaded 2 times (x 78B)
Class org.apache.lucene.util.fst.FSTCompiler                                          : loaded 2 times (x 83B)
Class org.apache.lucene.util.fst.Outputs                                              : loaded 2 times (x 84B)
Class org.HdrHistogram.DoubleHistogram                                                : loaded 2 times (x 133B)
Class org.apache.lucene.util.fst.ReadWriteDataOutput                                  : loaded 2 times (x 94B)
Class org.apache.lucene.util.Sorter                                                   : loaded 2 times (x 89B)
Class [Lorg.apache.lucene.util.Accountable;                                           : loaded 2 times (x 69B)
Class org.apache.lucene.util.fst.FSTCompiler$UnCompiledNode                           : loaded 2 times (x 75B)
Class org.apache.lucene.store.OutputStreamDataOutput                                  : loaded 2 times (x 90B)
Class org.apache.lucene.util.fst.FSTCompiler$CompiledNode                             : loaded 2 times (x 74B)
Class io.perfmark.Link                                                                : loaded 2 times (x 71B)
Class org.apache.lucene.util.packed.PackedInts$Decoder                                : loaded 2 times (x 70B)
Class org.HdrHistogram.Recorder$InternalPackedConcurrentHistogram                     : loaded 2 times (x 222B)
Class org.apache.lucene.store.DataInput                                               : loaded 2 times (x 90B)
Class org.apache.lucene.util.IntsRefBuilder                                           : loaded 2 times (x 86B)
Class org.apache.lucene.util.packed.PackedInts$Reader                                 : loaded 2 times (x 80B)
Class org.apache.lucene.index.CorruptIndexException                                   : loaded 2 times (x 84B)
Class org.apache.lucene.util.fst.ReverseBytesReader                                   : loaded 2 times (x 93B)
Class org.apache.lucene.util.ByteBlockPool$DirectAllocator                            : loaded 2 times (x 73B)
Class org.apache.lucene.store.InputStreamDataInput                                    : loaded 2 times (x 98B)
Class org.apache.lucene.util.packed.PackedInts$Mutable                                : loaded 2 times (x 85B)
Class org.apache.lucene.util.RamUsageEstimator$RamUsageQueryVisitor                   : loaded 2 times (x 77B)
Class org.HdrHistogram.ConcurrentHistogram                                            : loaded 2 times (x 213B)
Class io.perfmark.TaskCloseable                                                       : loaded 2 times (x 77B)
Class org.apache.lucene.util.fst.GrowableByteArrayDataOutput                          : loaded 2 times (x 89B)
Class org.HdrHistogram.Histogram                                                      : loaded 2 times (x 190B)
Class org.apache.lucene.store.ByteBuffersDataInput                                    : loaded 2 times (x 103B)
Class org.HdrHistogram.AbstractHistogramBase                                          : loaded 2 times (x 85B)
Class org.HdrHistogram.ValueRecorder                                                  : loaded 2 times (x 70B)
Class org.apache.lucene.store.ByteArrayDataInput                                      : loaded 2 times (x 91B)
Class org.apache.lucene.util.fst.FST                                                  : loaded 2 times (x 77B)
Class org.HdrHistogram.HistogramIterationValue                                        : loaded 2 times (x 84B)
Class org.apache.lucene.store.ByteBuffersDataOutput                                   : loaded 2 times (x 89B)
Class org.apache.lucene.util.SparseFixedBitSet                                        : loaded 2 times (x 95B)
Class org.apache.lucene.util.ArrayUtil                                                : loaded 2 times (x 71B)
Class org.apache.lucene.util.BitUtil                                                  : loaded 2 times (x 71B)
Class org.apache.lucene.util.packed.PackedWriter                                      : loaded 2 times (x 77B)
Class org.apache.lucene.util.LongValues$1                                             : loaded 2 times (x 72B)
Class org.apache.lucene.util.fst.FSTCompiler$Node                                     : loaded 2 times (x 70B)
Class org.apache.lucene.util.LongValues$2                                             : loaded 2 times (x 72B)
Class org.apache.lucene.util.LongValues                                               : loaded 2 times (x 72B)
Class org.apache.lucene.util.fst.FST$FSTMetadata                                      : loaded 2 times (x 72B)
Class io.perfmark.Impl                                                                : loaded 2 times (x 94B)
Class org.HdrHistogram.DoubleValueRecorder                                            : loaded 2 times (x 70B)
Class org.apache.lucene.internal.hppc.IntCursor                                       : loaded 2 times (x 71B)
Class org.apache.lucene.util.automaton.RunAutomaton                                   : loaded 2 times (x 78B)
Class org.apache.lucene.store.ByteArrayDataOutput                                     : loaded 2 times (x 87B)
Class org.HdrHistogram.EncodableHistogram                                             : loaded 2 times (x 80B)
Class org.apache.lucene.util.InPlaceMergeSorter                                       : loaded 2 times (x 90B)
Class org.apache.lucene.util.fst.Util                                                 : loaded 2 times (x 71B)
Class org.apache.lucene.util.CharsRef                                                 : loaded 2 times (x 87B)
Class org.HdrHistogram.Recorder                                                       : loaded 2 times (x 87B)
Class org.apache.lucene.util.packed.PackedInts$Writer                                 : loaded 2 times (x 76B)
Class org.apache.lucene.util.packed.PackedInts$Encoder                                : loaded 2 times (x 70B)
Class org.apache.lucene.util.fst.FSTCompiler$Arc                                      : loaded 2 times (x 72B)
Class org.apache.lucene.util.fst.FST$BytesReader                                      : loaded 2 times (x 92B)
Class org.apache.lucene.util.Constants                                                : loaded 2 times (x 71B)
Class org.apache.lucene.util.packed.PackedInts$MutableImpl                            : loaded 2 times (x 85B)
Class org.apache.lucene.search.QueryVisitor                                           : loaded 2 times (x 76B)
Class org.HdrHistogram.RecordedValuesIterator                                         : loaded 2 times (x 93B)
Class org.apache.lucene.util.packed.Packed64SingleBlock                               : loaded 2 times (x 86B)
Class org.apache.lucene.util.ByteBlockPool$Allocator                                  : loaded 2 times (x 73B)
Class org.apache.lucene.util.CharsRef$UTF16SortedAsUTF8Comparator                     : loaded 2 times (x 91B)
Class org.HdrHistogram.AbstractHistogramIterator                                      : loaded 2 times (x 90B)
Class [Lorg.apache.lucene.util.fst.FSTCompiler$Arc;                                   : loaded 2 times (x 69B)
Class org.apache.lucene.util.ByteBlockPool                                            : loaded 2 times (x 77B)
Class org.apache.lucene.util.FixedBitSet                                              : loaded 2 times (x 95B)
Class org.apache.lucene.internal.hppc.BufferAllocationException                       : loaded 2 times (x 82B)
Class org.HdrHistogram.WriterReaderPhaser                                             : loaded 2 times (x 78B)
Class org.apache.lucene.internal.hppc.AbstractIterator                                : loaded 2 times (x 83B)
Class org.HdrHistogram.Recorder$InternalConcurrentHistogram                           : loaded 2 times (x 213B)
Class io.perfmark.Tag                                                                 : loaded 2 times (x 72B)
Class org.apache.lucene.store.RandomAccessInput                                       : loaded 2 times (x 70B)
Class org.apache.lucene.util.fst.FSTCompiler$NullFSTReader                            : loaded 2 times (x 81B)
Class org.apache.lucene.util.fst.FSTReader                                            : loaded 2 times (x 70B)
Class org.apache.lucene.internal.hppc.BitMixer                                        : loaded 2 times (x 71B)
Class org.apache.lucene.util.packed.PackedInts$ReaderIterator                         : loaded 2 times (x 70B)
Class org.apache.lucene.util.fst.FST$INPUT_TYPE                                       : loaded 2 times (x 79B)
Class [Lorg.apache.lucene.util.fst.FST$INPUT_TYPE;                                    : loaded 2 times (x 69B)
Class org.apache.lucene.util.fst.FSTCompiler$FixedLengthArcsBuffer                    : loaded 2 times (x 78B)
Class [Lorg.apache.lucene.util.fst.FSTCompiler$UnCompiledNode;                        : loaded 2 times (x 69B)
Class [Lorg.apache.lucene.util.packed.PackedInts$Reader;                              : loaded 2 times (x 69B)
Class org.apache.lucene.util.Accountable                                              : loaded 2 times (x 70B)
Class org.apache.lucene.util.Bits                                                     : loaded 2 times (x 70B)
Class org.apache.lucene.internal.hppc.HashContainers                                  : loaded 2 times (x 71B)
Class org.HdrHistogram.AbstractHistogram                                              : loaded 2 times (x 171B)
Class org.apache.lucene.util.BitSet                                                   : loaded 2 times (x 94B)
Class org.apache.lucene.util.packed.PackedInts                                        : loaded 2 times (x 71B)
Class org.HdrHistogram.Recorder$InternalAtomicHistogram                               : loaded 2 times (x 208B)
Class org.apache.lucene.util.packed.Packed64                                          : loaded 2 times (x 86B)
Class io.perfmark.PerfMark                                                            : loaded 2 times (x 71B)
Class [Lorg.apache.lucene.util.fst.FSTCompiler$Node;                                  : loaded 2 times (x 69B)
Class org.HdrHistogram.AtomicHistogram                                                : loaded 2 times (x 208B)
Class org.apache.lucene.util.RamUsageEstimator                                        : loaded 2 times (x 71B)
Class org.HdrHistogram.PackedConcurrentHistogram                                      : loaded 2 times (x 222B)
Class org.apache.lucene.util.IntsRef                                                  : loaded 2 times (x 75B)
Class org.apache.lucene.store.DataOutput                                              : loaded 2 times (x 83B)
Class org.apache.lucene.util.fst.ReadWriteDataOutput$1                                : loaded 2 times (x 93B)
Class org.HdrHistogram.PercentileIterator                                             : loaded 2 times (x 95B)
Class org.apache.lucene.util.HotspotVMOptions                                         : loaded 2 times (x 71B)

# An error report file with more information is saved as:
# /home/rzr/java_error_in_studio_80141.log
#
# If you would like to submit a bug report, please visit:
#   https://youtrack.jetbrains.com/issues/JBR
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
79884 [ERROR] xplat_launcher::java: [JVM] abort_hook
[1]    80141 IOT instruction (core dumped)  ./studio

Android Studio Otter 3 Feature Drop | 2025.2.3
Flutter 89.0.0

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions