Right click to slow

When i do right click in any application of Jetbrains is so slow, i have a Thinkpad L570 whit 16GB of ram and i5 7200U..

I dont find reasons for the lag, sorry for my bad english.

7
35 comments

@Rhys, thanks for sharing the extra information.

If it happens for all directories and moreover, happens randomly, I would suggest collecting log files and contacting the support team or submitting a YouTrack bug report. Probably, log files may tell more what is happening exactly during these freezes.

Just in case, logs can be collected with the "Help > Collect Logs" menu option.

0

Having the same issue for month in Rider (with several versions, usually the latest stable). New PC, disabling all plugins, AV exceptions, nothing helps permanently. It's driving me crazy.

0

Markus Greuel, it makes sense to troubleshoot this with the Rider team. Please submit your logs (Help | Collect Logs and Diagnostic Data) in a support ticket (Help | Contact Support).

0

Hi, I've been experiencing the same issue for a while on Ubuntu Linux 24.04 and latest Clion installed from snap. Happened to reinstall the OS and Clion and the issue is back in the fresh install. Quite often when I right click on a open file tab (to close or move it) the spinning animation shows up and can take many seconds 10-30, etc before the context menu shows up. There are no special plugins installed. 

Hardware is Threadripper 32c/64t, 256Gb RAM, SSD, Nvidia GPU - the system is idle with plenty of resources and fast hardware.

Here is what I've seen in the logs:

 

2025-09-05 12:34:22,919 [60908375] SEVERE - #c.i.o.a.i.ActionUpdater - OS: Linux
2025-09-05 12:34:22,935 [60908391] SEVERE - #c.i.o.a.i.ActionUpdater - BackendDelegatingEditorAction#presentation@MainMenu (com.jetbrains.rdclient.actions.base.BackendDelegatingEditorAction(id=MoveElementLeft)), actionId=MoveElementLeft, text='Move Left'
java.lang.IllegalStateException: No strategy found for Move Element Left (Move current element(s) to the previous position in the containing list of elements)
       at com.jetbrains.rdclient.actions.base.FrontendActionUpdateInterceptor.updateAction$lambda$0(FrontendActionUpdateInterceptor.kt:105)
       at com.intellij.openapi.application.rw.InternalReadAction.insideReadAction(InternalReadAction.kt:111)
       at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable$lambda$4(InternalReadAction.kt:101)
       at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$3$lambda$2$lambda$1(cancellableReadAction.kt:32)
       at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.tryRunReadAction(NestedLocksThreadingSupport.kt:826)
       at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1221)
       at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$3$lambda$2(cancellableReadAction.kt:30)
       at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:73)
       at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:152)
       at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal(cancellableReadAction.kt:28)
       at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable(InternalReadAction.kt:100)
       at com.intellij.openapi.application.rw.InternalReadAction.tryReadAction(InternalReadAction.kt:86)
       at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:73)
       at com.intellij.openapi.application.rw.InternalReadAction.access$readLoop(InternalReadAction.kt:15)
       at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$3.invokeSuspend(InternalReadAction.kt:35)
       at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$3.invoke(InternalReadAction.kt)
       at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$3.invoke(InternalReadAction.kt)
       at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:44)
       at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:285)
       at com.intellij.openapi.application.rw.InternalReadAction.runReadAction(InternalReadAction.kt:34)
       at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport.executeReadAction(PlatformReadWriteActionSupport.kt:39)
       at com.intellij.openapi.application.ReadWriteActionSupport.executeReadAction$default(ReadWriteActionSupport.kt:15)
       at com.intellij.openapi.application.CoroutinesKt.constrainedReadActionUndispatched(coroutines.kt:90)
       at com.intellij.openapi.application.CoroutinesKt.readActionUndispatched(coroutines.kt:77)
       at com.intellij.openapi.actionSystem.impl.ActionUpdater$UpdateSessionImpl.readAction(ActionUpdater.kt:894)
       at com.jetbrains.rdclient.actions.base.FrontendActionUpdateInterceptor.updateAction$suspendImpl(FrontendActionUpdateInterceptor.kt:101)
       at com.jetbrains.rdclient.actions.base.FrontendActionUpdateInterceptor.updateAction(FrontendActionUpdateInterceptor.kt)
       at com.jetbrains.rider.actions.RiderActionUpdateInterceptor$interceptor$1.updateAction(RiderActionUpdateInterceptor.kt:59)
       at com.jetbrains.rider.actions.RiderActionUpdateInterceptor.updateAction(RiderActionUpdateInterceptor.kt:73)
       at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invokeSuspend(ActionUpdater.kt:894)
       at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invoke(ActionUpdater.kt)
       at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invoke(ActionUpdater.kt)
       at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:44)
       at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:166)
       at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
       at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateAction(ActionUpdater.kt:950)
       at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.kt:354)
       at com.intellij.openapi.actionSystem.impl.ActionUpdater.access$expandGroupChild(ActionUpdater.kt:76)
       at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2$expandResult$1$1.invokeSuspend(ActionUpdater.kt:276)
       at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
       at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
       at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:113)
       at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
       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)
2025-09-05 12:34:22,936 [60908392] SEVERE - #c.i.o.a.i.ActionUpdater - CLion 2025.2.1  Build #CL-252.25557.127
2025-09-05 12:34:22,936 [60908392] SEVERE - #c.i.o.a.i.ActionUpdater - JDK: 21.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2025-09-05 12:34:22,936 [60908392] SEVERE - #c.i.o.a.i.ActionUpdater - OS: Linux
2025-09-05 12:34:22,936 [60908392] SEVERE - #c.i.o.a.i.ActionUpdater - BackendDelegatingEditorAction#presentation@MainMenu (com.jetbrains.rdclient.actions.base.BackendDelegatingEditorAction(id=MoveElementRight)), actionId=MoveElementRight, text='Move Right'
java.lang.IllegalStateException: No strategy found for Move Element Right (Move current element(s) to the next position in the containing list of elements)
       at com.jetbrains.rdclient.actions.base.FrontendActionUpdateInterceptor.updateAction$lambda$0(FrontendActionUpdateInterceptor.kt:105)
       at com.intellij.openapi.application.rw.InternalReadAction.insideReadAction(InternalReadAction.kt:111)
       at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable$lambda$4(InternalReadAction.kt:101)
       at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$3$lambda$2$lambda$1(cancellableReadAction.kt:32)
       at com.intellij.platform.locking.impl.NestedLocksThreadingSupport.tryRunReadAction(NestedLocksThreadingSupport.kt:826)
       at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1221)
       at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$3$lambda$2(cancellableReadAction.kt:30)
       at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:73)
       at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:152)
       at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal(cancellableReadAction.kt:28)
       at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable(InternalReadAction.kt:100)
       at com.intellij.openapi.application.rw.InternalReadAction.tryReadAction(InternalReadAction.kt:86)
       at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:73)
       at com.intellij.openapi.application.rw.InternalReadAction.access$readLoop(InternalReadAction.kt:15)
       at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$3.invokeSuspend(InternalReadAction.kt:35)
       at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$3.invoke(InternalReadAction.kt)
       at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$3.invoke(InternalReadAction.kt)
       at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:44)
       at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:285)
       at com.intellij.openapi.application.rw.InternalReadAction.runReadAction(InternalReadAction.kt:34)
       at com.intellij.openapi.application.rw.PlatformReadWriteActionSupport.executeReadAction(PlatformReadWriteActionSupport.kt:39)
       at com.intellij.openapi.application.ReadWriteActionSupport.executeReadAction$default(ReadWriteActionSupport.kt:15)
       at com.intellij.openapi.application.CoroutinesKt.constrainedReadActionUndispatched(coroutines.kt:90)
       at com.intellij.openapi.application.CoroutinesKt.readActionUndispatched(coroutines.kt:77)
       at com.intellij.openapi.actionSystem.impl.ActionUpdater$UpdateSessionImpl.readAction(ActionUpdater.kt:894)
       at com.jetbrains.rdclient.actions.base.FrontendActionUpdateInterceptor.updateAction$suspendImpl(FrontendActionUpdateInterceptor.kt:101)
       at com.jetbrains.rdclient.actions.base.FrontendActionUpdateInterceptor.updateAction(FrontendActionUpdateInterceptor.kt)
       at com.jetbrains.rider.actions.RiderActionUpdateInterceptor$interceptor$1.updateAction(RiderActionUpdateInterceptor.kt:59)
       at com.jetbrains.rider.actions.RiderActionUpdateInterceptor.updateAction(RiderActionUpdateInterceptor.kt:73)
       at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invokeSuspend(ActionUpdater.kt:894)
       at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invoke(ActionUpdater.kt)
       at com.intellij.openapi.actionSystem.impl.ActionUpdater$updateAction$$inlined$retryOnAwaitSharedData$1.invoke(ActionUpdater.kt)
       at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:44)
       at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:166)
       at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
       at com.intellij.openapi.actionSystem.impl.ActionUpdater.updateAction(ActionUpdater.kt:950)
       at com.intellij.openapi.actionSystem.impl.ActionUpdater.expandGroupChild(ActionUpdater.kt:354)
       at com.intellij.openapi.actionSystem.impl.ActionUpdater.access$expandGroupChild(ActionUpdater.kt:76)
       at com.intellij.openapi.actionSystem.impl.ActionUpdater$doExpandActionGroup$2$expandResult$1$1.invokeSuspend(ActionUpdater.kt:276)
       at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
       at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
       at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:113)
       at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
       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)
2025-09-05 12:34:22,936 [60908392] SEVERE - #c.i.o.a.i.ActionUpdater - CLion 2025.2.1  Build #CL-252.25557.127
2025-09-05 12:34:22,936 [60908392] SEVERE - #c.i.o.a.i.ActionUpdater - JDK: 21.0.8; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2025-09-05 12:34:22,936 [60908392] SEVERE - #c.i.o.a.i.ActionUpdater - OS: Linux
2025-09-05 12:34:22,936 [60908392]   WARN - #c.i.o.a.i.ActionUpdater - Suppressed a frequent exception logged for the 2nd time: No strategy found for Move Element Left (Move current element(s) to the previous position in the containing list of elements)
2025-09-05 12:34:22,936 [60908392]   WARN - #c.i.o.a.i.ActionUpdater - Suppressed a frequent exception logged for the 2nd time: No strategy found for Move Element Right (Move current element(s) to the next position in the containing list of elements)
2025-09-05 12:34:22,964 [60908420]   WARN - #c.j.r.a.b.FrontendActionUpdateInterceptor - Non-cached operation BackendDelegatingAction#update@MainMenu (com.jetbrains.rdclient.actions.base.BackendDelegatingAction(id=IntroduceParameter)), backendActionId=IntroduceParameter, response!=null
2025-09-05 12:34:22,964 [60908420]   WARN - #c.j.r.a.b.FrontendActionUpdateInterceptor - Non-cached operation BackendDelegatingAction#update@MainMenu (com.jetbrains.rdclient.actions.base.BackendDelegatingAction(id=ExtractInterface)), backendActionId=ExtractInterface, response!=null
2025-09-05 12:34:22,964 [60908420]   WARN - #c.j.r.a.b.FrontendActionUpdateInterceptor - Non-cached operation BackendDelegatingAction#update@MainMenu (com.jetbrains.rdclient.actions.base.BackendDelegatingAction(id=ExtractSuperclass)), backendActionId=ExtractSuperclass, response!=null
2025-09-05 12:34:22,964 [60908420]   WARN - #c.j.r.a.b.FrontendActionUpdateInterceptor - Non-cached operation BackendDelegatingAction#update@MainMenu (com.jetbrains.rdclient.actions.base.BackendDelegatingAction(id=IntroduceParameter)), backendActionId=IntroduceParameter, response!=null
2025-09-05 12:34:22,965 [60908421]   WARN - #c.j.r.a.b.FrontendActionUpdateInterceptor - Non-cached operation BackendDelegatingAction#update@MainMenu (com.jetbrains.rdclient.actions.base.BackendDelegatingAction(id=IntroduceParameter)), backendActionId=IntroduceParameter, response!=null
2025-09-05 12:34:22,965 [60908421]   WARN - #c.j.r.a.b.FrontendActionUpdateInterceptor - Non-cached operation BackendDelegatingAction#update@MainMenu (com.jetbrains.rdclient.actions.base.BackendDelegatingAction(id=IntroduceParameter)), backendActionId=IntroduceParameter, response!=null
2025-09-05 12:34:22,965 [60908421]   WARN - #c.j.r.a.b.FrontendActionUpdateInterceptor - Non-cached operation BackendDelegatingAction#update@MainMenu (com.jetbrains.rdclient.actions.base.BackendDelegatingAction(id=ExtractInterface)), backendActionId=ExtractInterface, response!=null
2025-09-05 12:34:22,965 [60908421]   WARN - #c.j.r.a.b.FrontendActionUpdateInterceptor - Non-cached operation BackendDelegatingAction#update@MainMenu (com.jetbrains.rdclient.actions.base.BackendDelegatingAction(id=ExtractInterface)), backendActionId=ExtractInterface, response!=null
2025-09-05 12:34:22,965 [60908421]   WARN - #c.j.r.a.b.FrontendActionUpdateInterceptor - Non-cached operation BackendDelegatingAction#update@MainMenu (com.jetbrains.rdclient.actions.base.BackendDelegatingAction(id=ExtractSuperclass)), backendActionId=ExtractSuperclass, response!=null
2025-09-05 12:34:22,965 [60908421]   WARN - #c.j.r.a.b.FrontendActionUpdateInterceptor - Non-cached operation BackendDelegatingAction#update@MainMenu (com.jetbrains.rdclient.actions.base.BackendDelegatingAction(id=ExtractSuperclass)), backendActionId=ExtractSuperclass, response!=null
2025-09-05 12:34:30,119 [60915575]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2025-09-05 12:34:30,119 [60915575]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2025-09-05 12:34:30,121 [60915577]   WARN - #c.i.u.x.Binding - Collection contains 'null' object
2025-09-05 12:34:39,229 [60924685]   INFO - #c.i.i.a.RevealFileAction - Timed out
2025-09-05 12:34:39,229 [60924685]   INFO - #c.i.i.a.RevealFileAction - ** Message: 12:34:29.259: Connecting to org.freedesktop.Tracker3.Miner.Files
 

Could it be tracker miner issue or something else?

 

 

1

Alex, could you please send us the full logs using `Help | Collect Logs and Diagnostic Data` after the issue occurs again? Please send it to clion-support at jetbrains.com.

0

Please sign in to leave a comment.