IntelliJ crashes during project loading
Answered
When project is opened IntelliJ closes during 'Loading Modules'. Logs in the attached files:
threadDump-20171021-234226.txt
threadDump-20171021-234231.txt
threadDump-20171021-234304.txt
threadDump-20171021-234314.txt
threadDump-20171021-234319.txt
After a while Pop Up windows with Tip shows but nothing more - the main window is gone already. The process is still running and I have to kill it manually. I tried to clear all caches from system/ (except log/ and LocalHistory/). The OS is Linux.
Please sign in to leave a comment.
Please provide `java_error_in_*.log` files from the user profile (home) folder.
If you don't see them, add `-XX:ErrorFile=/var/tmp/java_error_%p.log` into .vmoptions (https://intellij-support.jetbrains.com/hc/articles/206544869). Make sure the specified folder has write permissions. Attach the log files after the crash.
I have set up Error Logging but no error log even created (setting can be found in <product>/config/idea.log. Finally the reason was that for unknown reason IntelliJ window was hidden just after finish workspace load. In general there are some problems with window focus in Linux (I use fvwm2). I had to add 'Style * Lenience' in .fvwm2rc config file to be able to get focus on IntelliJ window when mouse pointer is over it. Unfortunately even if focus is on window the editor is still not active - I have to click by mouse on editor to be able to input source code.