Markdown rendering crashes Rider on Ubuntu 24.04
Hi,
Just updated Ubuntu to 24.04 last weekend. I use Rider, PhpStorm and WebStorm most of the time. I noticed, when opening any of these IDEs, that they crash immediately after opening any project. I tried the versions installed through Toolbox, Flatpak and Snap but all behave the same. I tested with my Lenovo work laptop and my Dell XPS 15 private laptop, but the problem occurs on both.
At first, I did not see what went wrong, because for some projects the problem did occur and for some not. I noticed the problem when I opened a Markdown file manually that the IDE crashes. When the project has a README.md file and is opened for the first time, it crashes immediately.
About window info:
JetBrains Rider 2024.1.1
Build #RD-241.14494.325, built on April 16, 2024
Licensed to X
You have a perpetual fallback license for this version.
Subscription is active until June 27, 2025.
Runtime version: 17.0.10+8-b1207.12 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 6.8.0-31-generic
.NET Core v8.0.1 x64 (Server GC)
GC: G1 Young Generation, G1 Old Generation
Memory: 3978M
Cores: 16
Registry:
ide.experimental.ui=true
ide.new.project.model.index.case.sensitivity=true
Non-Bundled Plugins:
com.intellij.plugin.adernov.powershell (2.6.1)
Current Desktop: ubuntu:GNOME
I am curious what the problem might be, as I have noticed it on 2 different Ubuntu 24.04 installations. Also don't know if the problem is already known.
Please sign in to leave a comment.
I think I am experiencing the same issue, Rider will crash shortly after the README.MD tab is rendered. Also on freshly installed 24.04.
Interestingly, VS Code also freezes directly in the same repositories.
Can confirm the following workaround:
This way, Rider will load my projects (but still crash if you manually open a markdown file).
I'm also encountering this issue with Rider on Ubuntu 24.04, where opening the Readme.md file at the root of a mid-weighted solution causes a crash. If I remove the Readme.md file and then start Rider, opening any other file leads to an incremental increase in RAM usage, and causing a system crash. As a temporary workaround, disabling globally the Solution Wide Analysis allows me to code with reduced functionality.
I have the same issue in Webstorm. this is probably a bug affecting all Jetbrain apps
Same here under Ubuntu Unity 24.04 both with WebStorm and IDEA Ultimate :/
Hello,
It seems you encountered a known issue. We have the following similar reports on our tracker:
As a workaround, please try this:
-Dide.browser.jcef.sandbox.enable=false
to IDE vmoptions file:We hope to implement a fix for this from our side in future releases.
Have a nice day!
I'm not quite sure what went wrong (or correct in this case, haha), but opening and rendering a markdown file now seems to be working correctly. Tested with WebStorm, Rider and PhpStorm. The error still occurs in PhpStorm, but does not occur anymore in WebStorm and Rider.
These is the IDE data:
The workaround with the .vmoptions file works fine with PhpStorm, so at least I can open and edit .md files in JetBrains tools again.
Hello Duco,
I am glad to hear that the workaround helped.
Should you have any other questions or difficulties, do not hesitate to contact support.
Have a nice day!
I upgraded to 24.04 on Friday and experienced this problem on Goland, Webstorm, CLion, and PyCharm. The fix that Dmitry Kazantsev recommended worked on all products.
Same here on PHPStorm 2024.1.1 with Markdown bundled 241.15989.102 crashes whole IDE when open MD file.
Interesting that this happened only on my Kubuntu 24.04, as on 23~ worked fine
edit:
Dmitry fix worked.
Did you already try the workaround from my message up in the thread?