* [gentoo-user] pycharm-community crashed on the first start
@ 2020-12-23 20:33 gevisz
2020-12-23 21:32 ` Róbert Čerňanský
2021-01-24 8:06 ` [gentoo-user] " gevisz
0 siblings, 2 replies; 3+ messages in thread
From: gevisz @ 2020-12-23 20:33 UTC (permalink / raw
To: gentoo-user
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?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] pycharm-community crashed on the first start
2020-12-23 20:33 [gentoo-user] pycharm-community crashed on the first start gevisz
@ 2020-12-23 21:32 ` Róbert Čerňanský
2021-01-24 8:06 ` [gentoo-user] " gevisz
1 sibling, 0 replies; 3+ messages in thread
From: Róbert Čerňanský @ 2020-12-23 21:32 UTC (permalink / raw
To: gentoo-user
On Wed, 23 Dec 2020 22:33:59 +0200
gevisz <gevisz@gmail.com> wrote:
> 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
> - use flag?
No crashes here with the same pycharm version and bundled-jdk enabled.
I have dev-java/icedtea-bin installed in the system but pycharm does
not use it (About dialog show the same java env. as yours -
11.0.7+10-b765.64).
Robert
--
Róbert Čerňanský
E-mail: openhs@tightmail.com
Jabber: hs@jabber.sk
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-user] Re: pycharm-community crashed on the first start
2020-12-23 20:33 [gentoo-user] pycharm-community crashed on the first start gevisz
2020-12-23 21:32 ` Róbert Čerňanský
@ 2021-01-24 8:06 ` gevisz
1 sibling, 0 replies; 3+ messages in thread
From: gevisz @ 2021-01-24 8:06 UTC (permalink / raw
To: gentoo-user
ср, 23 дек. 2020 г. в 22:33, gevisz <gevisz@gmail.com>:
>
> 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?
I have just compiled pycharm-community without bundled-jdk use flag
and found out that now it can start (after setting
export PYCHARM_JDK=`java-config -O`
Moreover, I have found out that, in
https://wiki.gentoo.org/wiki/PyCharm_Community_Edition, it is stated
that "There are currently no USE flags available for
dev-util/pycharm-community" which is definitely not true.
So, I have filed the following bug about all this:
https://bugs.gentoo.org/764926
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-01-24 8:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-23 20:33 [gentoo-user] pycharm-community crashed on the first start gevisz
2020-12-23 21:32 ` Róbert Čerňanský
2021-01-24 8:06 ` [gentoo-user] " gevisz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox