Can't start pycharm on Oracle Linux 8
When use system openjdk
./bin/pycharm.sh
/usr/lib/jvm/java-11-openjdk-11.0.10.0.9-4.el8_3.x86_64/bin/java
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.intellij.util.ui.StartupUiUtil to constructor com.sun.java.swing.plaf.gtk.GTKLookAndFeel()
WARNING: Please consider reporting this to the maintainers of com.intellij.util.ui.StartupUiUtil
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f5525c98ddf, pid=21313, tid=21359
#
# JRE version: OpenJDK Runtime Environment 18.9 (11.0.10+9) (build 11.0.10+9-LTS)
# Java VM: OpenJDK 64-Bit Server VM 18.9 (11.0.10+9-LTS, mixed mode, sharing, tiered, compressed oops, concurrent mark sweep gc, linux-amd64)
# Problematic frame:
# C [libawt.so+0x5fddf] IntArgbToIntRgbSrcOverMaskBlit+0x29f
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h %e" (or dumping to /opt/apps/pycharm/core.21313)
#
# An error report file with more information is saved as:
# /home/vyacheslav/java_error_in_pycharm_21313.log
malloc(): corrupted top size
./bin/pycharm.sh: line 232: 21313 Aborted (core dumped) "$JAVA_BIN" -classpath "$CLASSPATH" ${VM_OPTIONS} "-XX:ErrorFile=$HOME/java_error_in_pycharm_%p.log" "-XX:HeapDumpPath=$HOME/java_error_in_pycharm_.hprof" "-Didea.vendor.name=${PRODUCT_VENDOR}" "-Didea.paths.selector=${PATHS_SELECTOR}" "-Djb.vmOptionsFile=$VM_OPTIONS_FILE" ${IDE_PROPERTIES_PROPERTY} -Didea.platform.prefix=Python com.intellij.idea.Main "$@"
cat /home/vyacheslav/java_error_in_pycharm_21313.log
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f5525c98ddf, pid=21313, tid=21359
#
# JRE version: OpenJDK Runtime Environment 18.9 (11.0.10+9) (build 11.0.10+9-LTS)
# Java VM: OpenJDK 64-Bit Server VM 18.9 (11.0.10+9-LTS, mixed mode, sharing, tiered, compressed oops, concurrent mark sweep gc, linux-amd64)
# Problematic frame:
# C [libawt.so+0x5fddf] IntArgbToIntRgbSrcOverMaskBlit+0x29f
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h %e" (or dumping to /opt/apps/pycharm/core.21313)
#
# If you would like to submit a bug report, please visit:
# https://bugzilla.redhat.com/enter_bug.cgi?product=Red%20Hat%20Enterprise%20Linux%208&component=java-11-openjdk
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#--------------- S U M M A R Y ------------
Command Line: -Xms256m -Xmx2048m -XX:ReservedCodeCacheSize=512m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -XX:CICompilerCount=2 -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -ea -Dsun.io.useCanonCaches=false -Djdk.http.auth.tunneling.disabledSchemes="" -Djdk.attach.allowAttachSelf=true -Djdk.module.illegalAccess.silent=true -Dkotlinx.coroutines.debug=off -Dsun.tools.attach.tmp.only=true -XX:ErrorFile=/home/vyacheslav/java_error_in_pycharm_%p.log -XX:HeapDumpPath=/home/vyacheslav/java_error_in_pycharm_.hprof -Didea.vendor.name=JetBrains -Didea.paths.selector=PyCharm2020.3 -Djb.vmOptionsFile=/opt/apps/pycharm/bin/pycharm64.vmoptions -Didea.platform.prefix=Python com.intellij.idea.Main
When I use included jdk
./bin/pycharm.sh
/opt/apps/pycharm/jbr/bin/java
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
2021-03-09 13:52:07,421 [ 739] WARN - llij.ide.plugins.PluginManager - Resource bundle redefinition for plugin 'com.jetbrains.pycharm.pro.customization'. Old value: messages.ActionsBundle, new value: messages.PyBundle
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fc510f08f6f, pid=22083, tid=22127
#
# JRE version: OpenJDK Runtime Environment JBR-11.0.9.1.11-1145.77-jcef (11.0.9.1+11) (build 11.0.9.1+11-b1145.77)
# Java VM: OpenJDK 64-Bit Server VM JBR-11.0.9.1.11-1145.77-jcef (11.0.9.1+11-b1145.77, mixed mode, tiered, compressed oops, concurrent mark sweep gc, linux-amd64)
# Problematic frame:
# C [libawt.so+0x5ef6f] IntArgbToIntRgbSrcOverMaskBlit+0x29f
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h %e" (or dumping to /opt/apps/pycharm/core.22083)
#
# An error report file with more information is saved as:
# /home/vyacheslav/java_error_in_pycharm_22083.log
[thread 22133 also had an error]
malloc(): corrupted top size
./bin/pycharm.sh: line 232: 22083 Aborted (core dumped) "$JAVA_BIN" -classpath "$CLASSPATH" ${VM_OPTIONS} "-XX:ErrorFile=$HOME/java_error_in_pycharm_%p.log" "-XX:HeapDumpPath=$HOME/java_error_in_pycharm_.hprof" "-Didea.vendor.name=${PRODUCT_VENDOR}" "-Didea.paths.selector=${PATHS_SELECTOR}" "-Djb.vmOptionsFile=$VM_OPTIONS_FILE" ${IDE_PROPERTIES_PROPERTY} -Didea.platform.prefix=Python com.intellij.idea.Main "$@"
cat /home/vyacheslav/java_error_in_pycharm_22083.log
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fc510f08f6f, pid=22083, tid=22127
#
# JRE version: OpenJDK Runtime Environment JBR-11.0.9.1.11-1145.77-jcef (11.0.9.1+11) (build 11.0.9.1+11-b1145.77)
# Java VM: OpenJDK 64-Bit Server VM JBR-11.0.9.1.11-1145.77-jcef (11.0.9.1+11-b1145.77, mixed mode, tiered, compressed oops, concurrent mark sweep gc, linux-amd64)
# Problematic frame:
# C [libawt.so+0x5ef6f] IntArgbToIntRgbSrcOverMaskBlit+0x29f
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h %e" (or dumping to /opt/apps/pycharm/core.22083)
#
# If you would like to submit a bug report, please visit:
# https://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.
#--------------- S U M M A R Y ------------
Command Line: -Xms256m -Xmx2048m -XX:ReservedCodeCacheSize=512m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -XX:CICompilerCount=2 -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -ea -Dsun.io.useCanonCaches=false -Djdk.http.auth.tunneling.disabledSchemes="" -Djdk.attach.allowAttachSelf=true -Djdk.module.illegalAccess.silent=true -Dkotlinx.coroutines.debug=off -Dsun.tools.attach.tmp.only=true -XX:ErrorFile=/home/vyacheslav/java_error_in_pycharm_%p.log -XX:HeapDumpPath=/home/vyacheslav/java_error_in_pycharm_.hprof -Didea.vendor.name=JetBrains -Didea.paths.selector=PyCharm2020.3 -Djb.vmOptionsFile=/opt/apps/pycharm/bin/pycharm64.vmoptions -Didea.platform.prefix=Python com.intellij.idea.Main
Host: Intel(R) Xeon(R) CPU E5-2690 v3 @ 2.60GHz, 16 cores, 7G, Oracle Linux Server release 8.3
Time: Tue Mar 9 13:52:07 2021 UTC elapsed time: 1.528867 seconds (0d 0h 0m 1s)--------------- T H R E A D ---------------
Current thread (0x00007fc4b8116000): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=22127, stack(0x00007fc49ebe1000,0x00007fc49ece2000)]
Stack: [0x00007fc49ebe1000,0x00007fc49ece2000], sp=0x00007fc49ecddfb8, free space=1011k
Native frames: (J=compiled Java code, A=aot compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libawt.so+0x5ef6f] IntArgbToIntRgbSrcOverMaskBlit+0x29f
C [libawt.so+0x636d7] Java_sun_java2d_loops_MaskBlit_MaskBlit+0x3d7
j sun.java2d.loops.MaskBlit.MaskBlit(Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIII[BII)V+0 java.desktop@11.0.9.1
j sun.java2d.loops.MaskBlit$General.MaskBlit(Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIII[BII)V+214 java.desktop@11.0.9.1
j sun.java2d.loops.Blit$GeneralMaskBlit.Blit(Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIII)V+24 java.desktop@11.0.9.1
j sun.java2d.pipe.DrawImage.blitSurfaceData(Lsun/java2d/SunGraphics2D;Lsun/java2d/pipe/Region;Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Lsun/java2d/loops/SurfaceType;Lsun/java2d/loops/SurfaceType;IIIIIILjava/awt/Color;)V+129 java.desktop@11.0.9.1
j sun.java2d.pipe.DrawImage.renderImageCopy(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;Ljava/awt/Color;IIIIII)Z+75 java.desktop@11.0.9.1
j sun.java2d.pipe.DrawImage.copyImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;)Z+33 java.desktop@11.0.9.1
j sun.java2d.pipe.DrawImage.copyImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z+23 java.desktop@11.0.9.1
j sun.java2d.pipe.ValidatePipe.copyImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z+29 java.desktop@11.0.9.1
j sun.java2d.SunGraphics2D.copyImage(Ljava/awt/Image;IIIIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z+20 java.desktop@11.0.9.1
j sun.java2d.SunGraphics2D.drawImage(Ljava/awt/Image;IIIILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z+99 java.desktop@11.0.9.1
j sun.java2d.SunGraphics2D.drawImage(Ljava/awt/Image;IIIILjava/awt/image/ImageObserver;)Z+11 java.desktop@11.0.9.1
j com.intellij.util.ui.StartupUiUtil.drawImage(Ljava/awt/Graphics;Ljava/awt/Image;Ljava/awt/Rectangle;Ljava/awt/Rectangle;Ljava/awt/image/BufferedImageOp;Ljava/awt/image/ImageObserver;)V+583
j com.intellij.util.ui.StartupUiUtil.drawImage(Ljava/awt/Graphics;Ljava/awt/Image;IILjava/awt/image/ImageObserver;)V+35
j com.intellij.ui.Splash.paint(Ljava/awt/Graphics;)V+26
j com.intellij.ui.Splash.initAndShow(Z)V+45
j com.intellij.idea.SplashManager.lambda$show$0(ZLcom/intellij/diagnostic/Activity;)V+10
j com.intellij.idea.SplashManager$$Lambda$208.run()V+8
j java.awt.event.InvocationEvent.dispatch()V+47 java.desktop@11.0.9.1
j java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+21 java.desktop@11.0.9.1
j java.awt.EventQueue$4.run()Ljava/lang/Void;+32 java.desktop@11.0.9.1
j java.awt.EventQueue$4.run()Ljava/lang/Object;+1 java.desktop@11.0.9.1
v ~StubRoutines::call_stub
V [libjvm.so+0x846ce1]
When I set -Xms128m -Xmx1024m
./bin/pycharm.sh
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
2021-03-09 14:00:02,578 [ 553] WARN - llij.ide.plugins.PluginManager - Resource bundle redefinition for plugin 'com.jetbrains.pycharm.pro.customization'. Old value: messages.ActionsBundle, new value: messages.PyBundle
free(): invalid next size (normal)
./bin/pycharm.sh: line 232: 23752 Aborted (core dumped) "$JAVA_BIN" -classpath "$CLASSPATH" ${VM_OPTIONS} "-XX:ErrorFile=$HOME/java_error_in_pycharm_%p.log" "-XX:HeapDumpPath=$HOME/java_error_in_pycharm_.hprof" "-Didea.vendor.name=${PRODUCT_VENDOR}" "-Didea.paths.selector=${PATHS_SELECTOR}" "-Djb.vmOptionsFile=$VM_OPTIONS_FILE" ${IDE_PROPERTIES_PROPERTY} -Didea.platform.prefix=Python com.intellij.idea.Main "$@"
Please sign in to leave a comment.
Hi, thank you for reporting. I created an issue https://youtrack.jetbrains.com/issue/JBR-3170
Please follow the issue for updates, feel free to vote and comment, and let us know if you need any help. If you're not familiar with YouTrack, please see https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications