-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest version of Continue (0.0.85) crashes Jetbrains Webstorm #3709
Comments
Same here using Intellij! |
I'm experiencing the same thing. At risk of misdiagnosing it seems to be related to autocompletions. Like @scpedicini , the crash occurs when inserting new text and does not occur until new code is written in the window. Here's a log snippet from the threadDump:
It lists a blocking event with com.intellij.codeWithMe:
If I disable the codeWithMe builtin, code completion does not work but the crash is delayed. IIRC from yesterday it did still crash though. My exploration was small though so I don't know how much use the above snippets are. My environment is:
|
Same , Latest main branch OS: Win 10 I saw the comment above that the program was blocked during debug .I am not debugging the local code, but packaging it as an installation package and testing it after installation When I open IntelliJ and use the plugin, it works fine for the first few minutes. After a few minutes, when I type any text in any file, IntelliJ will crash. If you don't enter any characters, it won't crash. So it is obvious that the existence of the continue plugin caused IntelliJ to crash ,this issue author is I hope continue team can solve it quickly. This problem has already made it impossible to use IntelliJ normally. |
After many tests: when it gets stuck and crashes, I I killed IntelliJ using Task Manager , restart IntelliJ and uninstall the plugin, install it again, and it works for a while. I'm not sure how long this work period is. ....now, it has work for 0.5 hour and I can still type. But sometimes, I only use it for 10 minutes then try to input text in the file , it will crash. issue in discord : https://discord.com/channels/1108621136150929458/1157097395235082361/threads/1328695016763293796 |
Tried 0.0.85 today, IntelliJ 2024.3.3.1 Crash immediatly on text input on any file Tried to uninstall and reinstall, full reset of the .continue folder to make sure its a clean install. |
Even when autocompletion feature disabled it still crash. |
I'd like to know the answer to this as well. I just noticed that my
I do have ollama but this model is not installed, and I don't make use of Continue's TAB autocomplete. I'm wondering if I should delete that block from my |
Just a heads-up that we are working on fixing this. We're also going to make changes to our CI/CD pipeline to specifically screen for critical bugs on Jetbrains on Windows to prevent avoidable problems like this from happening in the future. |
Hi all, #3726 should resolve the issue. A recent change that attempted to resolve a latency issue with autocomplete logic had caused an unintended block on the main Event Dispatch Thread (EDT) in JetBrains. We will publish 0.0.86 tonight with this fix, and are spending time this week polishing our CI/CD around JetBrains across Windows, Linux, and macOS as @tomasz-stefaniak outlined 👍 Improving stability of JB is high on our priority list going forwards based on this event and other regressions over the past month or two. Appreciate everyone's patience as we move towards that goal! |
Before submitting your bug report
Relevant environment info
Description
With the latest version of the Continue plugin, any attempt to add/modify code in any repository in the regular IDE completely freezes up - requiring a bash
kill
command to recover. Uninstalling/Reinstalling the plugin from scratch had no effect.Only workaround is to completely disable the Continue plugin or revert back to
0.0.83
.To reproduce
No response
Log output
The text was updated successfully, but these errors were encountered: