PyCharm quits without warning.
I am having the problem that PyCharms quits unexpectedly without warning.
I am using PyCharm Community Edition (build #PC-131.190, 24 Sep 2013 00:00) on Windows 7 32 Bit, JRE: 1.7.0_10-b18 and the Standard Java Args: -Xms128m -Xmx512m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+UseCodeCacheFlushing -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50
The last entries on the log file before crashing are:
2013-10-28 10:21:28,233 [2506504] INFO - ellij.concurrency.JobScheduler - 50 ms execution limit failed for: com.intellij.util.Alarm$Request@abcd43com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass$1@13102ab; elapsed time was 62ms
2013-10-28 10:23:26,525 [2624796] INFO - openapi.editor.impl.EditorImpl - Cache hits:12288, total requests:16983,file://C:/*******
2013-10-28 10:25:08,043 [2726314] INFO - openapi.editor.impl.EditorImpl - Cache hits:16384, total requests:23061,file://C:/*******
2013-10-28 10:26:25,561 [2803832] INFO - openapi.editor.impl.EditorImpl - Cache hits:20480, total requests:28130,file://C:/*******
And then Puff, the IDE is gone. Any ideas? Thanks.
I am using PyCharm Community Edition (build #PC-131.190, 24 Sep 2013 00:00) on Windows 7 32 Bit, JRE: 1.7.0_10-b18 and the Standard Java Args: -Xms128m -Xmx512m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -XX:+UseCodeCacheFlushing -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50
The last entries on the log file before crashing are:
2013-10-28 10:21:28,233 [2506504] INFO - ellij.concurrency.JobScheduler - 50 ms execution limit failed for: com.intellij.util.Alarm$Request@abcd43com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass$1@13102ab; elapsed time was 62ms
2013-10-28 10:23:26,525 [2624796] INFO - openapi.editor.impl.EditorImpl - Cache hits:12288, total requests:16983,file://C:/*******
2013-10-28 10:25:08,043 [2726314] INFO - openapi.editor.impl.EditorImpl - Cache hits:16384, total requests:23061,file://C:/*******
2013-10-28 10:26:25,561 [2803832] INFO - openapi.editor.impl.EditorImpl - Cache hits:20480, total requests:28130,file://C:/*******
And then Puff, the IDE is gone. Any ideas? Thanks.
Please sign in to leave a comment.
http://forum.jetbrains.com/thread/PyCharm-1366?message=PyCharm-1366-38
I found that changing my Python package completely stopped the problem with PyCharm spontaneously shutting down.