From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-194596-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id BDA591382C5
	for <garchives@archives.gentoo.org>; Wed, 23 Dec 2020 21:32:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C88342BC05B;
	Wed, 23 Dec 2020 21:32:40 +0000 (UTC)
Received: from nl101-3.vfemail.net (nl101-3.vfemail.net [149.210.219.33])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 311CE2BC01B
	for <gentoo-user@lists.gentoo.org>; Wed, 23 Dec 2020 21:32:39 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=vfemail.net; h=date:from
	:to:subject:message-id:in-reply-to:references:mime-version
	:content-type:content-transfer-encoding; s=2018; bh=QCw38wJZiHiW
	jbYPvg6A3AhXi/9SfTyX75xSX3efKxg=; b=ofmKCvNiTErhJvo5PiGD5mVhjclF
	0pMUZoAjoCJsRaIp+pzbQSeYUmPn0eban9+0oym++8Gwgx6VwiSVhwMcYEGix6Gd
	5nippXP8T66yFROnTYUmEkL+PPU2D4PxreBHmNCMvCOpvz+zCvworvZDgVQImfOl
	BV/pAoz2R/qTqeQ=
Received: (qmail 58313 invoked from network); 23 Dec 2020 21:32:36 -0000
Received: by simscan 1.4.0 ppid: 58307, pid: 58311, t: 0.0407s
         scanners:none
Received: from unknown (HELO d3d3MTkyLnZmZW1haWwubmV0) (aHNAdmZlbWFpbC5uZXQ=@MTkyLjE2OC4xLjE5Mg==)
  by nl101.vfemail.net with ESMTPA; 23 Dec 2020 21:32:36 -0000
X-Received: id 1BF3D417EB
	for <gentoo-user@lists.gentoo.org>; Wed, 23 Dec 2020 22:32:38 +0100 (CET)
Date: Wed, 23 Dec 2020 22:32:37 +0100
From: =?UTF-8?B?UsOzYmVydCDEjGVyxYhhbnNrw70=?= <openhs@tightmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] pycharm-community crashed on the first start
Message-ID: <20201223223237.2a77f7c3.openhs@tightmail.com>
In-Reply-To: <CA+t6X7fd8d7718MejEz3MQPAfit8yVXGbdu8p2+XAps9khVAow@mail.gmail.com>
References: <CA+t6X7fd8d7718MejEz3MQPAfit8yVXGbdu8p2+XAps9khVAow@mail.gmail.com>
User-Agent: Claws Mail
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Archives-Salt: f072e302-23f6-4f88-8d5c-c1545404061c
X-Archives-Hash: 7332dbfad34298ff67793c651d51d39f

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
>=20
> Unfortunately, pycharm crashed on the start reporting the following
> error:
>=20
> # A fatal error has been detected by the Java Runtime Environment:
> #
> #  SIGSEGV (0xb) at pc=3D0x0000000000000000, pid=3D26676, tid=3D26725
> #
> # 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.
>=20
> A longer error report from /home/gevis/java_error_in_PYCHARM_26676.log
> tells me nothing meaningful. :(
>=20
> I have no other Java JDK installed on my system.
>=20
> 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


--=20
R=C3=B3bert =C4=8Cer=C5=88ansk=C3=BD
E-mail: openhs@tightmail.com
Jabber: hs@jabber.sk