Fatal error with java runtime when trying to run intellij idea

this is what java runtime is called when idea start:

JRE version: OpenJDK Runtime Environment Temurin-11.0.12+7 (11.0.12+7) (build 11.0.12+7)
Java VM: OpenJDK 64-Bit Server VM Temurin-11.0.12+7 (11.0.12+7, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)

the fatal error that stop the load process is:

SIGSEGV (0xb) at pc=0x00007fbed294312c, pid=1598042, tid=1598077

this is a link to view the rest of the core log:

Paste.ee - log from idea

How to provide good information
Your profile notes the info:

Kernel: 5.11.16-2

Try to change it to any actual generation (the list is on https://www.kernel.org/).

the kernel that is listed when using uname -r is “5.14.10” i have no idea why it is reporting it as that?

edit: i forgot i need to update that since i have not updated it since i created the account

here is log of inxi:Paste.ee - log of inxi

Try installing the repo package jre11-openjdk.

Then set the runtime using

sudo archlinux-java set java-11-openjdk

Another option is to fetch the intellij idea community edition directly from JetBrains.

Then unpack it in your home and run the launhcer-script from the app’s bin folder.