-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
gtk3 > 3.24.10 crash during opengl probing #2822
Comments
But then we hit lots of failures to build when using these git checkouts, those don't happen with the release snapshots! Why?
What's the trick? |
Bisection "fixed" by just adding the missing files from the working archives:
Then just skip building "demos" etc And the problem commit is (large) https://gitlab.gnome.org/GNOME/gtk/commit/f0002ad37250cd851463e9bc9fde83f393cd12bd which was merged here: https://gitlab.gnome.org/GNOME/gtk/commit/ef72fe750adca51590b8c94a2e6c56cac32c2173 Reverting this commit on top of 3.24.20 does work. |
2020-06-28 16:49:40: antoine uploaded file
|
Solved by reverting the faulty patch in r26837. Asked upstream about a better solution: https://gitlab.gnome.org/GNOME/gtk/-/issues/1737#note_852144 |
We had to revert the upgrade from 3.24.10 to 3.24.14: r25870.
We also cannot upgrade to gtk 3.24.20 as the bug is still present in this version.
So the moduleset update included in r26824 (+r26825) causes the opengl crash to occur again.
We need to bisect it and then patch it + submit upstream.
Sadly, the GTK diffstat is absolutely humongus:
The text was updated successfully, but these errors were encountered: