Turn off on Intellij and JET BRAINS stuff

Answered

Hello guys!

I have huge problem with mine Intellij and JET BRAINS applications (same with PyCharm)  because when I'm writting code or I just reading, or I do nothing application just turn off. Is so annoying and I can't work now, when I try to applicate for job. 

Thanks for advice !

 

0
11 comments

Do you see any errors? Maybe there are java_error_in_*.log files under the user profile (home) folder after the crash? 

As a general troubleshooting step, please

1. Disable all custom plugins: https://www.jetbrains.com/help/idea/managing-plugins.html#disable-plugin

2. reset settings to default via File | Manage IDE Settings | Restore Default Settings

 

0
Avatar
Permanently deleted user

Nope, I don't have any errors...

When i had conferences i had to turn on intellij 5 times and using menager account and still that same ..

0

IDE cannot stop silently. There should be at least  java_error_in_*.log file. Do you see them? 

Have you tried the two troubleshooting steps I mentioned? 

0
Avatar
Permanently deleted user

You're right. I get java_error_in_idea64_... 

You have any idea what can I do with that ?

0

Please share all the files with this name at https://uploads.jetbrains.com and share the upload id here

0
Avatar
Permanently deleted user

Upload ID: 2021_02_22_XqYVxwLNoRNBfg1J (files: java_error_in_idea64_3228.log and 13 more) 

0

Can you please also share the complete logs folder compressed including ThreadDump directory? 

0
Avatar
Permanently deleted user

Upload ID: 2021_02_22_8hpbsdtmprTUC5S1 (file: idea-logs-20210222-094257.zip)

0
Avatar
Permanently deleted user

Upload ID: 2021_02_22_4aH4fUnrd7QZYHdG (files: threadDump-20210222-094257.txt and 2 more)

0
Avatar
Permanently deleted user

Hello,

Do you have any answer?

0

Seems similar to https://youtrack.jetbrains.com/issue/JBR-3070

May you try to change Garbage collector in your IDEA VM options (https://www.jetbrains.com/help/idea/tuning-the-ide.html#configure-jvm-options) default one is -XX:+UseConcMarkSweepGC so please try for example -XX:+UseParallelGC

Try also EAP version of IntelliJ IDEA

0

Please sign in to leave a comment.