You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
occaisionally, after starting intelliJ, and open some elixir project, the IDE becomes so slow and pause for a while (10-15s or somewhat). mouse is disappearing and nothing responds in IDE. and then back to normal, but next mouse click would trigger it again.
To Reproduce
Steps to reproduce the behavior:
open IDE
open some elixir project
do anything. e.g. mouse click, select text etc
Expected behavior
not happening
Screenshots
Logs
If reporting a hang or other performance issue, please attach the thread dumps.
Freeze in EDT for 22 seconds
Sampled time: 15400ms, sampling rate: 100ms, GC time: 364ms (2%), Class loading: 0%
com.intellij.diagnostic.Freeze
at java.base@21.0.5/java.lang.Object.wait0(Native Method)
at java.base@21.0.5/java.lang.Object.wait(Object.java:366)
at java.base@21.0.5/java.lang.Object.wait(Object.java:339)
at com.intellij.openapi.application.impl.RunSuspend.await(RunSuspend.kt:36)
at com.intellij.openapi.application.impl.RunSuspendKt.runSuspend(RunSuspend.kt:14)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.getWritePermit(AnyThreadWriteThreadingSupport.kt:688)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.startWrite$lambda$7(AnyThreadWriteThreadingSupport.kt:416)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport$$Lambda/0x00000070020c20f8.invoke(Unknown Source)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.measureWriteLock(AnyThreadWriteThreadingSupport.kt:562)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.startWrite(AnyThreadWriteThreadingSupport.kt:416)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteAction(AnyThreadWriteThreadingSupport.kt:387)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteAction(AnyThreadWriteThreadingSupport.kt:383)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:907)
at com.intellij.openapi.application.CoroutinesKt$backgroundWriteAction$2.invokeSuspend(coroutines.kt:303)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
at com.intellij.openapi.application.impl.DispatchedRunnable.run(DispatchedRunnable.kt:44)
at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:236)
at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:25)
at com.intellij.openapi.application.TransactionGuardImpl$2.run(TransactionGuardImpl.java:218)
at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:117)
at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:43)
at com.intellij.openapi.application.impl.FlushQueue$$Lambda/0x00000070015a56e8.run(Unknown Source)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:781)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:728)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:722)
at java.base@21.0.5/java.security.AccessController.executePrivileged(AccessController.java:778)
at java.base@21.0.5/java.security.AccessController.doPrivileged(AccessController.java:400)
at java.base@21.0.5/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:750)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.kt:675)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.kt:573)
at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$18$lambda$17$lambda$16$lambda$15(IdeEventQueue.kt:355)
at com.intellij.ide.IdeEventQueue$$Lambda/0x0000007001dccc80.compute(Unknown Source)
at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:857)
at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$18$lambda$17$lambda$16(IdeEventQueue.kt:354)
at com.intellij.ide.IdeEventQueue$$Lambda/0x0000007001995930.invoke(Unknown Source)
at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$2$lambda$1(IdeEventQueue.kt:1045)
at com.intellij.ide.IdeEventQueueKt$$Lambda/0x0000007001995ff0.run(Unknown Source)
at com.intellij.openapi.application.WriteIntentReadAction.lambda$run$0(WriteIntentReadAction.java:24)
at com.intellij.openapi.application.WriteIntentReadAction$$Lambda/0x0000007001450910.compute(Unknown Source)
at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteIntentReadAction(AnyThreadWriteThreadingSupport.kt:128)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteIntentReadAction(ApplicationImpl.java:917)
at com.intellij.openapi.application.WriteIntentReadAction.compute(WriteIntentReadAction.java:55)
at com.intellij.openapi.application.WriteIntentReadAction.run(WriteIntentReadAction.java:23)
at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$2(IdeEventQueue.kt:1045)
at com.intellij.ide.IdeEventQueueKt$$Lambda/0x0000007001995b70.invoke(Unknown Source)
at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$3(IdeEventQueue.kt:1054)
at com.intellij.ide.IdeEventQueueKt$$Lambda/0x0000007001995db0.run(Unknown Source)
at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:109)
at com.intellij.ide.IdeEventQueueKt.performActivity(IdeEventQueue.kt:1054)
at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$18(IdeEventQueue.kt:349)
at com.intellij.ide.IdeEventQueue$$Lambda/0x00000070019956f0.run(Unknown Source)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:395)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)
Desktop:
OS: macOS
Version 14.7.1 (23H222)
Erlang:
Installer asdf
Version 26
Elixir:
Installer asdf
Version 1.16
Plugin:
Version 20.0.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
occaisionally, after starting intelliJ, and open some elixir project, the IDE becomes so slow and pause for a while (10-15s or somewhat). mouse is disappearing and nothing responds in IDE. and then back to normal, but next mouse click would trigger it again.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
not happening
Screenshots
Logs
If reporting a hang or other performance issue, please attach the thread dumps.
Desktop:
Erlang:
Elixir:
Plugin:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: