IDEA crashes every thirty minutes

Answered

This is a pain since it takes more than ten minutes to reload.  When I click the Help menu -> About menu item, it shows it is registered to me, so it shouldn't be a copy protection issue.  How do I keep it from crashing every thirty minutes?

 

2
9 comments

Are you serious? How do you expect anybody to give you a sensible answer with that little information?

Which IDEA version? Which OS version? Which Java version?

What does "it crashes" mean? Any error messages? Any exceptions/stacktraces in the console? What about log files?

 

-2

What do you mean by "crashes"? In case IDE just disappears without any messages, please provide `java_error_in_*.log` files from the user profile (home) folder.

If you don't see them, add `-XX:ErrorFile=C:/temp/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.

If you have adjusted .vmoptions and increased the heap size (https://intellij-support.jetbrains.com/hc/articles/206544869), the issue could be caused by the address space limit for 32-bit process, see https://intellij-support.jetbrains.com/hc/articles/207241105 for details and solutions.

0
Avatar
Permanently deleted user

No messages and there are no files ending in .log under "C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2".  I know this is a common problem from talking to other victims of IDEA, so I was hoping for a link to some sort of common solutions.

0

Please follow the instructions from the previous post. The logs are not in IDEA folder, but in your user account home folder.

If you don't see them there, add the VM option and specify the custom location for the logs. We can't help without the crash logs.

In case you can't get any logs, revert back to the default VM options (remove any adjustments you've made) and remove all the third-party plug-ins (https://intellij-support.jetbrains.com/hc/articles/206544519). For example, MyBatis plug-in was known to cause System.exit() and shutdown IDEA at some points.

0

I also had a problem with Intellij crashing all of a sudden. My mistake was not to run the 64-bit version of Intellij when I should have.

Hope it helps you,

/Lasse

0
Avatar
Permanently deleted user

2019-02-22 04:53:02,892 [ 25608] INFO - .skeletons.PySkeletonRefresher - Rebuilding skeletons for binaries took 13 ms
2019-02-22 04:53:02,912 [ 25628] INFO - ns.python.sdk.PythonSdkUpdater - Performing background scan of packages for SDK Pipenv (New folder) (C:\Users\Admin\.virtualenvs\New_folder-ErrpKRyC\Scripts\python.exe)
2019-02-22 04:53:04,290 [ 27006] ERROR - minal.model.TerminalTextBuffer - Attempt to get line out of bounds: -7 < 0
2019-02-22 04:53:42,317 [ 65033] ERROR - minal.model.TerminalTextBuffer - Attempt to get line out of bounds: -6 < -2
2019-02-22 05:12:44,589 [1207305] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2019-02-22 05:12:44,594 [1207310] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2019-02-22 05:12:44,595 [1207311] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN
2019-02-22 05:12:44,678 [1207394] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN
2019-02-22 05:12:44,678 [1207394] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN
2019-02-22 05:12:44,679 [1207395] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN
2019-02-22 05:12:44,716 [1207432] INFO - newvfs.persistent.PersistentFS - VFS dispose started
2019-02-22 05:12:44,758 [1207474] INFO - newvfs.persistent.PersistentFS - VFS dispose completed

--------------------------

Hello. please consider the ERROR level logs(27006 and 65033) for the errors appeared before idea shutdown itself.

---------------------------

fresh install of pycharm x64 2018.2 on windows 10 x64

0

@Pouyamiralayi please clarify what exactly happens for you.  If the IDE closes/disappears, you should provide `java_error_in_*.log` files from your home directory.

0

@Serge Baranov    I'm going to show what mine says:  

Please Help me, my IDE just disappears

 

 

 

#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fbf20b9f435, pid=32182, tid=32190
#
# JRE version: OpenJDK Runtime Environment JBR-11.0.8.10-944.31-jcef (11.0.8+10) (build 11.0.8+10-b944.31)
# Java VM: OpenJDK 64-Bit Server VM JBR-11.0.8.10-944.31-jcef (11.0.8+10-b944.31, mixed mode, tiered, compressed oops, concurrent mark sweep gc, linux-amd64)
# Problematic frame:
# C [libjimage.so+0x4435] ImageLocation::set_data(unsigned char*)+0x5
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c %d %P %E" (or dumping to /home/julian/core.32182)
#
# If you would like to submit a bug report, please visit:
# https://bugreport.java.com/bugreport/crash.jsp
#

--------------- S U M M A R Y ------------

Command Line: -Xms128m -Xmx976m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -Dawt.useSystemAAFontSettings=lcd -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine -Dsun.tools.attach.tmp.only=true -XX:ErrorFile=/home/julian/java_error_in_PYCHARM_%p.log -XX:HeapDumpPath=/home/julian/java_error_in_PYCHARM.hprof -Didea.vendor.name=JetBrains -Didea.paths.selector=PyCharm2020.2 -Djb.vmOptionsFile=/home/julian/.config/JetBrains/PyCharm2020.2/pycharm64.vmoptions -Didea.platform.prefix=Python com.intellij.idea.Main

Host: Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz, 8 cores, 7G, Ubuntu 18.04.5 LTS
Time: Wed Sep 2 09:25:32 2020 -05 elapsed time: 4436 seconds (0d 1h 13m 56s)

--------------- T H R E A D ---------------

Current thread (0x00007fbf1c12e000): JavaThread "Signal Dispatcher" daemon [_thread_in_vm, id=32190, stack(0x00007fbf00397000,0x00007fbf00498000)]

Stack: [0x00007fbf00397000,0x00007fbf00498000], sp=0x00007fbf004951a8, free space=1016k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libjimage.so+0x4435] ImageLocation::set_data(unsigned char*)+0x5
C [libjimage.so+0x54d1] JIMAGE_FindResource+0xf1
V [libjvm.so+0x5a1a5f]

0

Please report at https://youtrack.jetbrains.com/newIssue?project=JBR with the compllete crash logs attached. So far it looks like a bug in some system library. Try updating your OS.

0

Please sign in to leave a comment.