PyCharm crashes JVM? (SIGSEGV in libjvm.so)
Hi,
Since I've started trying out PyCharm I've experienced frequent crashes (about once or twice a day). The crash appears to be a segmentation fault in the JVM itself. The JVM creates a pretty big dump file, I've attached it in case it's useful.
System info:
- Ubuntu 10.10 64bit on intel
- JDK 1.6.0_18 64-Bit (downloaded from sun, not the one that comes with Ubuntu)
- PyCharm 1.2.1 trial
I couldn't find anything in the bug tracker so I'm trying the list. Anyone experience this problem or have suggestions?
Thanks,
Pedro
Attachment(s):
hs_err_pid21409.log.zip
Please sign in to leave a comment.
Hello Pedro,
You're using a fairly old Java version (1.6.0_18, while the latest one is
1.6.0_25). So, first of all, please try installing the latest version of
the JVM.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Ok, I'll try that and report back.