When I start eclipse and leave it idle for a few minutes, it almost always terminates with a core dump.
I'm unsure whether it's a bug in Eclipse or OpenJDK or Ubuntu or elsewhere. How would I go about analyzing and reporting it?
I use Eclipse 4.22.0 (2021-12) with Adoptium OpenJDK 11.0.13 on Ubuntu 20.04.3
This is the output in the terminal:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f7f76a114a7, pid=5804, tid=6025
#
# JRE version: OpenJDK Runtime Environment Temurin-11.0.13+8 (11.0.13+8) (build 11.0.13+8)
# Java VM: OpenJDK 64-Bit Server VM Temurin-11.0.13+8 (11.0.13+8, mixed mode, tiered, compressed oops, g1 gc, linux-amd64)
# Problematic frame:
# C [libglib-2.0.so.0+0x6f4a7]
#
# Core dump will be written. Default location: Core dumps may be processed with "/usr/share/apport/apport %p %s %c %d %P %E" (or dumping to /home/heiko.selber/core.5804)
#
# An error report file with more information is saved as:
# /home/heiko.selber/hs_err_pid5804.log
#
# If you would like to submit a bug report, please visit:
# https://github.com/adoptium/adoptium-support/issues
#