-
Notifications
You must be signed in to change notification settings - Fork 182
Description
Describe the bug
Running the latest version of eclipse (2025-09) on Linux x86-64, the IDE simply disappears. At first I thought the kernel selected it as a victim of the OOM killer, but looking at syslog after the latest occurrence I see this:
2025-09-17T16:45:13.919065-04:00 ub24 eclipse[7406]: Tried to unmap the parent of a popup
2025-09-17T16:45:13.939417-04:00 ub24 gnome-shell[2953]: WL: error in client communication (pid 7406)
2025-09-17T16:45:13.942904-04:00 ub24 eclipse[7406]: Error 71 (Protocol error) dispatching to Wayland display.
To Reproduce
I don't know exactly how to reproduce this, but it seems to occur as I press the context-menu key on my keyboard when something is happening in the background (e.g. a long-running search of my (large) workspace).
Expected behavior
Pressing the context-menu key should show the context menu rather than make the IDE disappear.
Screenshots
No screenshot: the IDE just disappears without warning.
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)
Desktop Ubuntu 24.04.3. -
JRE/JDK version
openjdk version "21.0.8" 2025-07-15 LTS
IBM Semeru Runtime Open Edition 21.0.8.0 (build 21.0.8+9-LTS)
Eclipse OpenJ9 VM 21.0.8.0 (build openj9-0.53.0, JRE 21 Linux amd64-64-Bit Compressed References 20250715_547 (JIT enabled, AOT enabled)
OpenJ9 - 017819f167
OMR - 266a8c6f5
JCL - d5f1e70d135 based on jdk-21.0.8+9)
Version since
I don't remember this occurring before eclipse version 2025-06.
Workaround (or) Additional context
No known workarounds for this problem.