Editor crashes when trying to open main.collections. only Ubuntu 21.04 (Solved)

The error occurs to me in ubuntu 21.04, I tested in manjaro and it works perfect, any idea why this error occurs?

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fc97f0e7604, pid=3343, tid=3381
#
# JRE version: OpenJDK Runtime Environment (11.0.1+13) (build 11.0.1+13)
# Java VM: OpenJDK 64-Bit Server VM (11.0.1+13, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C  [jna9474124784590849815.tmp+0x7604]
#
``` :+1:

Hi! I believe you are running into a JNA and FFI issue as described here:

1 Like

Thanks I did not understand why it fails in Ubuntu and not in Manjaro, now it works without problems.