Alexandr Miloslavskiy
Alexandr Miloslavskiy
It is not yet completely clear whos fault is it. Could be GTK or could be SWT, or could be both (where SWT doesn't release something and GTK relies on...
I was instructed to not spend time on this. sorry.
The crash for `libwebkit2gtk` is a different crash, probably #158. As for the crash discussed here, I now have a very good understanding of what causes it and how to...
From the crash log attached above: ``` Stack: [0x00007f9bf342f000,0x00007f9bf352f000], sp=0x00007f9bf352c218, free space=1012k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [libcairo.so.2+0x643c4] cairo_region_num_rectangles+0x4 Java frames: (J=compiled Java code,...
Based on `cairo_region_num_rectangles` it could be related to https://github.com/eclipse-platform/eclipse.platform.swt/issues/158 where webkit is to blame.
Relevant fragment of crash log from top post: ``` Host: Intel(R) Core(TM) i5-7300HQ CPU @ 2.50GHz, 4 cores, 15G, GNOME 45 (Flatpak runtime) Time: Fri Mar 1 18:08:05 2024 CET...
We (at my company that is NOT eclipse) are aware of this crash. If only happens on Flatpak. The crash is rather rare according to our data.
@Monniasza could you please explain why/how do you run Eclipse on Flatpak?
@Monniasza could you install Eclipse normally, without Flatpak, and test?
Thanks for the confirmation. Also thanks for the repro steps. I guess I'll try to reproduce it when I have time (hopefully within a couple weeks) and if there's something...