Intellij idea 2023.1 freezing on copy, pase and cut
Answered
Hey, i was working on some java code just now and intellij keeps freezing when i copy / paste / cut any code (allready 4 times now i have needed to force close it). I have seen some other occurances of this but they were all "fixed" in a new update (running the newest version btw to try to stop it from happening but it doesn't). Does someone maybe know if i am doing something wrong? because it's very had to code without coppying or pasting :P
Please sign in to leave a comment.
Could you please share the IDEA logs from main menu "Help | Collect Logs and Diagnostic Data" for investigating?
You could upload the log in https://uploads.jetbrains.com/ and share us the upload id. Thanks.
I uploaded my logs: Upload id: 2023_04_23_UqNDT89QBjx95erKEKvqUG (file: idea-logs-20230423-1355508211373159831945277.zip)
The freeze is caused by https://youtrack.jetbrains.com/issue/IDEA-198397/Allow-decompilation-to-be-cancelled.
As a possible workaround, try disabling the bundled `Java Bytecode Decompiler` plugin in the `File | Settings | Plugins | Installed tab`, and restart the IDE.
I also get freezing UI when pasting relatively small code blocks, should I create a new issue? The CPU was at 402% the last time it froze
I am on Appple M2 Pro if this helps. Upload id: 2023_07_10_kQzKAvXFccUwrJKEWruFGy (file: webstorm-logs-20230710-19463011398563092049694401.zip)
Yuripetusko Looks like https://youtrack.jetbrains.com/issue/WEB-59885/Webstrom-app-freezes-on-Mac-M1.
Same problem here on Ubuntu 22.04 using Build #IU-241.14494.240, built on March 28, 2024
Stefan R Falk It's probably a different issue, see https://youtrack.jetbrains.com/issue/WEB-65787/WebStorm-2024.1-UI-was-frozen-for-N-ms-after-copy-paste. Please try 2024.1.1 build available at https://youtrack.jetbrains.com/articles/IDEA-A-2100661821/IntelliJ-IDEA-2024.1-Latest-Builds.
I had the same issue in 2024.1 and I have tried 2024.1.1 Release Candidate as well. Running on Windows 10.
@Klb Could you please share the IDEA logs from main menu "Help | Collect Logs and Diagnostic Data" for investigating?
You could upload the log in https://uploads.jetbrains.com/ and share us the upload id. Thanks.
Lejia Chen I disabled Java bytecode decompiler and it fixed the issue. Maybe that plugin have some problems.
I have the same issue. i dont have Java Bytecode Decompiler installed.
@Konstantin Krassmann Could you please share the IDEA logs from main menu "Help | Collect Logs and Diagnostic Data" for investigating? You could upload the log in https://uploads.jetbrains.com/ and share us the upload id. Thanks.
The log states:
java.lang.Throwable: UI was frozen for 10031ms, details saved to C:\Users\Konstantin\AppData\Local\JetBrains\WebStorm2024.1\log\threadDumps-freeze-20240508-135032-WS-241.14494.235-Unsafe.park-10sec
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)
at com.intellij.diagnostic.PerformanceWatcherImplKt.postProcessReportFolder(PerformanceWatcherImpl.kt:450)
at com.intellij.diagnostic.PerformanceWatcherImplKt.access$postProcessReportFolder(PerformanceWatcherImpl.kt:1)
at com.intellij.diagnostic.PerformanceWatcherImpl$FreezeCheckerTask$stopFreezeReporting$1.invokeSuspend(PerformanceWatcherImpl.kt:375)
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)
Here is the releated dump: Upload id: 2024_05_08_Wt1YsqgifJSyXBoeJh84FC (file: threadDump-20240508-135032.txt)
Please update the WebStorm to 2024.1.2 and it should fix your issue. The related issue of your case is: https://youtrack.jetbrains.com/issue/WEB-65787/WebStorm-2024.1-UI-was-frozen-for-N-ms-after-copy-paste
I have this problem too, this is my log
2024-05-12 12:15:20,824 [8534411] SEVERE - #c.i.d.PerformanceWatcherImpl - UI was frozen for 10008ms, details saved to C:\Users\lilli\AppData\Local\JetBrains\WebStorm2024.1\log\threadDumps-freeze-20240512-121515-WS-241.14494.235-Unsafe.park-10sec
java.lang.Throwable: UI was frozen for 10008ms, details saved to C:\Users\lilli\AppData\Local\JetBrains\WebStorm2024.1\log\threadDumps-freeze-20240512-121515-WS-241.14494.235-Unsafe.park-10sec
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)
at com.intellij.diagnostic.PerformanceWatcherImplKt.postProcessReportFolder(PerformanceWatcherImpl.kt:450)
at com.intellij.diagnostic.PerformanceWatcherImplKt.access$postProcessReportFolder(PerformanceWatcherImpl.kt:1)
at com.intellij.diagnostic.PerformanceWatcherImpl$FreezeCheckerTask$stopFreezeReporting$1.invokeSuspend(PerformanceWatcherImpl.kt:375)
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)
Lillialessio 123456 Please update to the current WebStorm release version: https://www.jetbrains.com/webstorm/download/index.html.
Hi, I have the same problem of freeze
Upload id: 2024_08_06_4KqVz9LLDNC7VDeHqqmbUX (file: phpstorm-logs-20240806-1631325466548121308105482.zip)
Dominique Thomas in your case the issue seems to be caused by the Laravel Query (4.0.2) plug-in. Please disable it and see if it helps.
Hi
I have always some trouble. I desactived Laravel Query.
And now, when I click on “Collect data” I dont have any ZIP.
I retrieve this in finder.
Upload id: 2024_08_19_299TZKVp3HuomqoyjTT2aN (file: threadDumps-freeze-20240819-144146-PS-241.15989.102.zip)
I still see Larvel Query in the attached thread dump.
Yes it's true, Laravel Query was re-active. Sorry