Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c5b6ec5b34d7e53b6e5f2197d0a956efbe0df945
https://github.com/WebKit/WebKit/commit/c5b6ec5b34d7e53b6e5f2197d0a956efbe0df945
Author: Lauro Moura <[email protected]>
Date: 2026-06-23 (Tue, 23 Jun 2026)
Changed paths:
M Source/WebCore/platform/graphics/skia/PlatformDisplaySkia.cpp
Log Message:
-----------
REGRESSION(315027@main) [Skia] Crash deep inside nvidia EGL code during page
teardown
https://bugs.webkit.org/show_bug.cgi?id=317604
Reviewed by Nikolas Zimmermann.
Ensure we release the resources when abandoning the GrContext. Just
abandoning the context would leave the resources to be reclaimed when
the EGL context is destroyed, which can hit an invalid driver state
during teardown on NVIDIA cards.
* Source/WebCore/platform/graphics/skia/PlatformDisplaySkia.cpp:
(WebCore::SkiaGLContext::~SkiaGLContext):
Canonical link: https://commits.webkit.org/315661@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications