Skip to content
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

Closed
darderik opened this issue Aug 3, 2016 · 5 comments
Closed

Crash on certain files (With random cpu usage pikes) #22

darderik opened this issue Aug 3, 2016 · 5 comments

Comments

@darderik
Copy link

darderik commented Aug 3, 2016

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.

screenshot 2
IntelliJ is trying to loading for a few seconds,then it crashes.

@kayler-renslow
Copy link
Owner

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.

@darderik
Copy link
Author

darderik commented Aug 3, 2016

Yes, I can confirm. There is a large case statement.

@kayler-renslow
Copy link
Owner

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...

@kayler-renslow
Copy link
Owner

kayler-renslow commented Aug 3, 2016

I seem to have fixed the issue.

@kayler-renslow
Copy link
Owner

this is now fixed in version 1.0.5_1, which is available on the releases page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants