-
Notifications
You must be signed in to change notification settings - Fork 9
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
Crash on certain files (With random cpu usage pikes) #22
Comments
I'm currently investigating this issue. I have a suspicion it's with case statements. Could you open up that file in notepad and let me know if you have a case statement in the file? Thanks. |
Yes, I can confirm. There is a large case statement. |
it definitely appears to be the case statement. I disabled it and a file with a large case statement opens fine. When enabling the case statement again, the large file freezes Intellij. This makes no sense... |
I seem to have fixed the issue. |
this is now fixed in version 1.0.5_1, which is available on the releases page. |
Plugin Version
1.0.5
Summary
High CPU usage on specific files,and Intellij Crash
Detail
Opening specific files (Like this one cause a crash,no logs.
IntelliJ is trying to loading for a few seconds,then it crashes.
The text was updated successfully, but these errors were encountered: