adoptium-support icon indicating copy to clipboard operation
adoptium-support copied to clipboard

A fatal error has been detected by the Java Runtime Environment: SIGSEGV (0xb) at pc=0x0000730f9c043b36, pid=16449, tid=16450

Open marek22k opened this issue 7 months ago • 4 comments

Please provide a brief summary of the bug

Trying to change some settings in eclipse causes crash.

Did you test with the latest update version?

  • [ ] Yes

Please provide steps to reproduce where possible

Trying to change some settings in eclipse causes crash.

Open Eclipse -> Window -> Perspective -> Customize Perspective... -> Crash

Expected Results

No crash

Actual Results

Crash:

$eclipse
CompileCommand: exclude org/eclipse/jdt/internal/core/dom/rewrite/ASTRewriteAnalyzer.getExtendedRange bool exclude = true
Mar 26, 2025 5:49:55 PM org.apache.aries.spifly.BaseActivator log
INFO: Registered provider ch.qos.logback.classic.spi.LogbackServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle ch.qos.logback.classic
17:49:56.927 [Start Level: Equinox Container: 40a116cb-85cb-4b30-aa9d-fdbed283dce6] DEBUG org.eclipse.jgit.internal.util.ShutdownHook -- register org.eclipse.jgit.util.FS$FileStoreAttributes$$Lambda/0x0000730f401be408@3bdd6b56 with shutdown hook
17:49:56.927 [Start Level: Equinox Container: 40a116cb-85cb-4b30-aa9d-fdbed283dce6] DEBUG org.eclipse.jgit.internal.util.ShutdownHook -- register org.eclipse.jgit.util.FS$FileStoreAttributes$$Lambda/0x0000730f401be408@3bdd6b56 with shutdown hook
17:49:59.299 [main] DEBUG org.eclipse.m2e.core.internal.project.registry.ProjectRegistryRefreshJob -- Queued refresh request: [/BattleShip/pom.xml, /teil2/pom.xml]
17:49:59.299 [main] DEBUG org.eclipse.m2e.core.internal.project.registry.ProjectRegistryRefreshJob -- Queued refresh request: [/BattleShip/pom.xml, /teil2/pom.xml]
Warning: NLS missing message: MarketplacePage_favorites in: org.eclipse.epp.internal.mpc.ui.wizards.messages
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000730f9c043b36, pid=16449, tid=16450
#
# JRE version: OpenJDK Runtime Environment Temurin-21.0.6+7 (21.0.6+7) (build 21.0.6+7-LTS)
# Java VM: OpenJDK 64-Bit Server VM Temurin-21.0.6+7 (21.0.6+7-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C  [libgdk-3.so.0+0x36b36]  gdk_window_get_screen+0x26
#
# 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/marek/core.16449)
#
# An error report file with more information is saved as:
# /home/marek/hs_err_pid16449.log
[13.427s][warning][os] Loading hsdis library failed
#
# If you would like to submit a bug report, please visit:
#   https://github.com/adoptium/adoptium-support/issues
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#

What Java Version are you using?

openjdk 17.0.14 2025-01-21 OpenJDK Runtime Environment (build 17.0.14+7) OpenJDK 64-Bit Server VM (build 17.0.14+7, mixed mode, sharing)

What is your operating system and platform?

Arch Linux

How did you install Java?

Via pacman:

$ archlinux-java status
Available Java environments:
  java-17-openjdk
  java-21-openjdk (default)
  java-24-openjdk

Did it work before?

Yes, it worked a few months ago when I last opened Eclipse.

Did you test with other Java versions?

No

Relevant log output

https://gist.github.com/marek22k/3e314fa237c4de9acd9668b53c76ef30

marek22k avatar Mar 26 '25 17:03 marek22k