You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
untar & gz. cd to folder. Run ./eclipse. Get the below error.
Expected behavior
Launch GUI
Screenshots
user@BT:~/Downloads/eclipse$ ./eclipse
CompileCommand: exclude org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.getExtendedRange bool exclude = true
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGILL (0x4) at pc=0x0000ee79b093fc5c, pid=91151, tid=91152
#
# JRE version: (21.0.5+11) (build )
# Java VM: OpenJDK 64-Bit Server VM (21.0.5+11-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-aarch64)
# Problematic frame:
# j java.lang.System.registerNatives()V+0 java.base
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport -p%p -s%s -c%c -d%d -P%P -u%u -g%g -- %E" (or dumping to /home/user/Downloads/eclipse/core.91151)
#
# An error report file with more information is saved as:
# /home/user/Downloads/eclipse/hs_err_pid91151.log
[0.013s][warning][os] Loading hsdis library failed
#
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Environment:
Select the platform(s) on which the behavior is seen:
All OS
Windows
Linux
macOS
Additional OS info (e.g. OS version, Linux Desktop, etc)
Ubuntu 24.04 Linux for aarch64.
JRE/JDK version
JRE version: (21.0.5+11) (build )
Version since
2024-06
Workaround (or) Additional context
2024-03 and earlier are working.
The text was updated successfully, but these errors were encountered:
If the workaround in the bug report works, adding -XX:UseSVE=0 to the command line should work. If that works, add -XX:UseSVE=0 to the eclipse.ini after the -vmargs.
Describe the bug
C IDE (2024-06 to 2024-12) GUI won't launch on aarch64 Linux (Ubuntu 24.04).
To Reproduce
Download
2024-12
https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2024-12/R/eclipse-jee-2024-12-R-linux-gtk-aarch64.tar.gz&mirror_id=1135(or
2024-09
or2024-06
)untar & gz. cd to folder. Run ./eclipse. Get the below error.
Expected behavior
Launch GUI
Screenshots
Environment:
Ubuntu 24.04 Linux for aarch64.
JRE version: (21.0.5+11) (build )
Version since
2024-06
Workaround (or) Additional context
2024-03 and earlier are working.
The text was updated successfully, but these errors were encountered: