Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 936727f2151494a6c02c711f9b0a6a9738302e54
https://github.com/WebKit/WebKit/commit/936727f2151494a6c02c711f9b0a6a9738302e54
Author: Simon Pena <[email protected]>
Date: 2026-03-17 (Tue, 17 Mar 2026)
Changed paths:
M Source/WebKit/Shared/unix/BreakpadExceptionHandler.cpp
Log Message:
-----------
[WPE] Fix breakpad support broken since 303476@main
https://bugs.webkit.org/show_bug.cgi?id=310098
Reviewed by Philippe Normand.
This replaces StringImpl::createFromCString with String::fromUTF8 when
getting the minidump directory from the environment, and then
MainRunLoopNeverDestroyed with NeverDestroyed, as the former asserts
when used before the run loop is created.
Tested by disabling the sandbox, as otherwise the directory access is
restricted.
* Source/WebKit/Shared/unix/BreakpadExceptionHandler.cpp:
(WebKit::installBreakpadExceptionHandler):
Canonical link: https://commits.webkit.org/309414@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications