[Bug 261669] java core dump on pycharm pro

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 02 Feb 2022 01:59:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261669

            Bug ID: 261669
           Summary: java core dump on pycharm pro
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: rong1611@gmail.com
 Attachment #231513 text/plain
         mime type:

Created attachment 231513
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=231513&action=edit
Log file generated by pycharm java crash info

I get a core dump when running Pycharm Pro. The application launches, but when
I open a project Pycharm starts indexing the project, freezes then core dumps.

uname -a
FreeBSD ghostbsd-42 13.0-STABLE FreeBSD 13.0-STABLE GENERIC  amd64

❯ which java
/usr/local/bin/java

❯ java --version
openjdk 11.0.13 2021-10-19
OpenJDK Runtime Environment (build 11.0.13+8-1)
OpenJDK 64-Bit Server VM (build 11.0.13+8-1, mixed mode)

PyCharm Pro version 2020.3

Stdout when running pycharm-pro from the command line

2022-02-01 20:42:18,235 [  74534]   WARN - .diagnostic.PerformanceWatcher - UI
was frozen for 9353ms, details saved to
/home/rgeorgia/.cache/JetBrains/PyCharm2020.3/log/threadDumps-freeze-20220201-204213-PY-203.7717.65-RandomAccessFile.readBytes-9sec 
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000802cbf046, pid=34512, tid=115945
#
# JRE version: OpenJDK Runtime Environment (11.0.13+8) (build 11.0.13+8-1)
# Java VM: OpenJDK 64-Bit Server VM (11.0.13+8-1, mixed mode, tiered,
compressed oops, concurrent mark sweep gc, bsd-amd64)
# Problematic frame:
# V  [libjvm.so+0xebf046]  JVM_RaiseSignal+0x3d15c6
#
# Core dump will be written. Default location: /usr/home/rgeorgia/java.core
#
# An error report file with more information is saved as:
# /home/rgeorgia/java_error_in_pycharm_34512.log
#
# If you would like to submit a bug report, please visit:
#  
https://bugs.freebsd.org/bugzilla/enter_bug.cgi?product=Ports%20%26%20Packages&component=Individual%20Port(s)&short_desc=java/o
#
Abort trap (core dumped)
```

-- 
You are receiving this mail because:
You are the assignee for the bug.