I have just installed pycharm-community 2020.1.3 (marked stable) with
its default settings (that is with +bundled-jdk use flag) on my newly
installed Gentoo system and tried to start it using the following
command:
/opt/pycharm-community/bin/pycharm.sh

Unfortunately, pycharm crashed on the start reporting the following error:

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000000000000, pid=26676, tid=26725
#
# JRE version: OpenJDK Runtime Environment (11.0.7+10) (build 11.0.7+10-b765.64)
# Java VM: OpenJDK 64-Bit Server VM (11.0.7+10-b765.64, mixed mode,
tiered, compressed oops, concurrent mark sweep gc, linux-amd64)
# Problematic frame:
# C  0x0000000000000000
#
# Core dump will be written. Default location: /home/gevis/core
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

A longer error report from /home/gevis/java_error_in_PYCHARM_26676.log
tells me nothing meaningful. :(

I have no other Java JDK installed on my system.

Is it a known problem? Shall I try to install pycharm with
-bundled-jdk use flag?

Reply via email to