Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 763582 - =dev-util/clion-2020.3.1 crashes when opening a Markdown file
Summary: =dev-util/clion-2020.3.1 crashes when opening a Markdown file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: https://youtrack.jetbrains.com/issue/...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2021-01-04 21:28 UTC by Azamat H. Hackimov
Modified: 2021-01-05 08:39 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Azamat H. Hackimov 2021-01-04 21:28:34 UTC
clion crashes when tries to open a Markdown file.

After executing

cd <CLion root directory>/jbr/lib/
sudo chmod +x jcef_helper chrome-sandbox jexec jspawnhelper

problem is fixed.

See https://youtrack.jetbrains.com/issue/IDEA-248140 for my investigations.
Comment 1 Azamat H. Hackimov 2021-01-04 21:32:11 UTC
Other recent products of JetBrains (ex. dev-util/pycharm-community, dev-util/pycharm-professional, dev-util/idea-community, dev-util/goland) may suffer same issue after switching to bundled JBR java implementation.

See my PR for example how to solve this issue.
Comment 2 Azamat H. Hackimov 2021-01-04 22:08:51 UTC
CC'ing maintainers from other packages.
Comment 3 Larry the Git Cow gentoo-dev 2021-01-05 08:39:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae76af34331d120f789cac36d5dc8e912e2f016

commit eae76af34331d120f789cac36d5dc8e912e2f016
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2021-01-04 21:39:52 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2021-01-05 08:14:04 +0000

    dev-util/clion: fix #763531 and #763582
    
    Added missed dependencies and fixed crash on opening Markdown files.
    
    Closes: https://bugs.gentoo.org/763531
    Closes: https://bugs.gentoo.org/763582
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-util/clion/clion-2020.3.1-r1.ebuild | 105 ++++++++++++++++++++++++++++++++
 1 file changed, 105 insertions(+)