-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[webkit] Completion popup freezes Eclipse #1922
Comments
Please add info about used webkit and gtk versions. |
GTK already mentioned above: deb package version 3.24.48-4 WebKit I had 4 different packages of equally different ages:
EDIT: Correction! |
And here is the coredump I get when the Eclipse process is killed (upon freeze)
|
Describe the bug
eclipse-jdt/eclipse.jdt.core#3828
After update to 2025-03, each time I trigger the completion popup with Java Proposals, Eclipse invariably freezes and I need to kill it manually.
Nothing in the logs.
Even when I move Eclipse itself to the background or minimize it, that popup remains on top of everything.
In the terminal I started Eclipse from this appears:
MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER)
According to my initial report against JDT it is a SWT issue.
WEBKIT_DISABLE_COMPOSITING_MODE=1
and/orWEBKIT_DISABLE_DMABUF_RENDERER=1
do not help.To Reproduce
Start eclipse.
Trigger auto-completion.
Eclipse freezes.
Expected behavior
Eclipse remains responsive
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
Operating System: Debian GNU/Linux 12
KDE Plasma Version: 6.3.2
KDE Frameworks Version: 6.11.0
Qt Version: 6.8.2
Kernel Version: 6.12.17-amd64 (64-bit)
Graphics Platform: X11
Graphics Processor 1: llvmpipe
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Oland [Radeon HD 8570 / R5 430 OEM / R7 240/340 / Radeon 520 OEM] (rev 87) (prog-if 00 [VGA controller])
GTK: deb package version 3.24.48-4
openjdk version "22.0.2" 2024-07-16
OpenJDK Runtime Environment (build 22.0.2+9-Debian-5)
OpenJDK 64-Bit Server VM (build 22.0.2+9-Debian-5, mixed mode, sharing)
Version since
Eclipse
Version: 2025-03 (4.35.0)
Build id: 20250306-0812
Workaround (or) Additional context
jstack file to be attached
The text was updated successfully, but these errors were encountered: