-
Notifications
You must be signed in to change notification settings - Fork 149
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
Eclipse crashes on Fedora 40 with Wayland #1108
Comments
Crash log:
|
Alex, can you please attach GTK error printed to console on crash? |
And gdb backtrace on your core file? |
Eclipse output:
|
Alex, can you please run
and attach here the backtrace created by |
@SyntevoAlex : are Wayland SWT crashes interesting for you? |
backtrace:
|
Yes in general, but I could only spend time on them if some reasonable number of our users are affected. |
Feel free to summon me to other issues with native crashes. |
So WEBKIT_DISABLE_DMABUF_RENDERER=1 workarounds the issue but https://webkitgtk.org/2023/12/04/webkitgtk2.43.2-released.html claims "Remove the X11 and WPE renderers." so I am unsure what I end up using in this case. |
I just got hit by this on Fedora 39 after a plain The dnf update details:
|
I confirm that just |
in my case, Fedora 39, WEBKIT_DISABLE_COMPOSITING_MODE=1 helped me
|
This seems to be tracked on Webkit side without much hope for progress for now as per https://bugs.webkit.org/show_bug.cgi?id=239429#c11 . |
I think this hardware acceleration may not work on laptops like mine because used the wrong drivers. Fedora(40) will receive support for my graphics with kernel 6.8 Release As Stable With the New Intel Xe Graphics Driver. I don't know; it's just my thoughts. 12th Generation Intel i7-1260P
|
I'm on Fedora 40 (Intel Corporation UHD Graphics 620 (rev 07)) and issue happens and I haven't heard about anything but i915 coming for it. |
The same occurs on openSUSE Tumbleweed. |
Looks like this is a different WebKitGTK bug. Adding it as a reference even when HW acceleration is disabled for the next Eclipse release. |
thanks to @akurtakov @pcdavid and @452 for sharing useful information. I have the same issue on my Fedora 40 and Eclipse 2024-03 and it seems WEBKIT_DISABLE_COMPOSITING_MODE=1 helped me too. |
To Reproduce
Hover over anything in Java editor and observe the crash
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
webkitgtk-2.43.4
gtk3-3.24.41
Workaround (or) Additional context
Start with GDK_BACKEND=x11
The text was updated successfully, but these errors were encountered: