FreedomStudio crashes when creating a new project

Hi,

I hope this is the right place to post this, apologies if not. Also, I probably chose an incorrect category for this post, but I couldn’t see one for FreedomStudio.

I’m currently running into an issue with FreedomStudio that I cannot seem to fix:
Since about a week ago, everytime I try to create a new Freedom E SDK Software project, FreedomStudio crashes.

Crash message:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fc92b236f48, pid=6714, tid=6715
#
# JRE version: OpenJDK Runtime Environment AdoptOpenJDK (15.0.1+9) (build 15.0.1+9)
# Java VM: OpenJDK 64-Bit Server VM AdoptOpenJDK (15.0.1+9, mixed mode, sharing, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C  [libswt-gtk-4940r23.so+0x36f48]  Java_org_eclipse_swt_internal_C_strlen+0xf
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /home/xsimplex/core.6714)
#
# An error report file with more information is saved as:
# /home/xsimplex/hs_err_pid6714.log
Compiled method (n/a)   14919 4514     n 0       org.eclipse.swt.internal.C::strlen (native)
 total in heap  [0x00007fca23bc5490,0x00007fca23bc5820] = 912
 relocation     [0x00007fca23bc55e8,0x00007fca23bc5618] = 48
 main code      [0x00007fca23bc5620,0x00007fca23bc5818] = 504
 oops           [0x00007fca23bc5818,0x00007fca23bc5820] = 8
Compiled method (n/a)   14921 4514     n 0       org.eclipse.swt.internal.C::strlen (native)
 total in heap  [0x00007fca23bc5490,0x00007fca23bc5820] = 912
 relocation     [0x00007fca23bc55e8,0x00007fca23bc5618] = 48
 main code      [0x00007fca23bc5620,0x00007fca23bc5818] = 504
 oops           [0x00007fca23bc5818,0x00007fca23bc5820] = 8
#
# If you would like to submit a bug report, please visit:
#   https://github.com/AdoptOpenJDK/openjdk-support/issues
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

I’m running Archlinux and have installed FreedomStudio from the AUR package.
Things I’ve tried so far:

  • Reinstalling FreedomStudio
  • Updating and reinstalling openjdk
    Both things haven’t helped and I’m unsure how to proceed, so any help would be much appreciated!

Did you try using a new workspace in case something in the current one is causing the crash? Sometimes Eclipse workspaces get sporadically and mysteriously corrupted unfortunately.

The workspace’s .metadata/.log file might also shed some light on the cause of the crash.

Thank you very much for the input!
I did try with a new workspace, unfortunately that does not help.
Also, the crash does not seem to appear in the .metadata/.log file for some reason. The only trace these crashes leave is an error log created by the JRE.

Since about a week ago, everytime I try to create a new Freedom E SDK Software project, FreedomStudio crashes.

Have you tried it on a clean install on another machine?