Bug 278451
Summary: | REGRESSION(282416@main): [GTK][WPE] GPU process crashes in PlatformDisplay::shared() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | WebKitGTK | Assignee: | Carlos Garcia Campos <cgarcia> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply |
Priority: | P2 | Keywords: | Gtk, Regression |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Carlos Garcia Campos
Since 282416@main that PlatformDisplay needs to be explicitly initialized and the GPU process isn't supposed to use PlatformDisplay (yet) so it doesn't initialize it (yest). But GraphicsContextGLGBM creates a fence in prepareForDisplay() and GLFence uses PlatformDisplay. For now we can remove the fence since it's unused.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/32517
EWS
Committed 282552@main (32015b7f049e): <https://commits.webkit.org/282552@main>
Reviewed commits have been landed. Closing PR #32517 and removing active labels.