fix(linux): resolve WebKitGTK OOM and OPFS-unavailable sync failure causing crash on Fedora 44 desktop app#1089
Open
chryzmo wants to merge 2 commits into
Open
fix(linux): resolve WebKitGTK OOM and OPFS-unavailable sync failure causing crash on Fedora 44 desktop app#1089chryzmo wants to merge 2 commits into
chryzmo wants to merge 2 commits into
Conversation
- Disable WebKitGTK's WASM OMG JIT tier, which leaks native memory when repeatedly recompiling wa-sqlite's module and eventually OOM-kills the webview process (upstream bug webkit.org/show_bug.cgi?id=319572). - Fall back to IDBBatchAtomicVFS when OPFS is unavailable, since WebKitGTK (Tauri on Linux) doesn't implement navigator.storage.getDirectory and OPFSCoopSyncVFS's worker would otherwise throw on init.
chryzmo
temporarily deployed
to
fork-preview-approval
July 16, 2026 12:32 — with
GitHub Actions
Inactive
|
Preview environment deployed 🚀
Stack: Auto-destroys on PR close/merge. Login via the bundled Keycloak realm — |
chryzmo
temporarily deployed
to
fork-preview-approval
July 16, 2026 16:17 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note that the WebKit flag appears to be required due to a bug in WebKit that causes constant spiked CPU and a moderately quick memory leak. I have confirmed this WebKit bug exists in the version of WebKit provided with Fedora 44, but have not tested on other distros or versions of Fedora
It looks like this could be the same crash that #956 is experiencing, so perhaps this could help there as well.
I have also filed a bug with WebKit that includes an example script to replicate the CPU spike and memory leak outside without Thunderbolt context: https://bugs.webkit.org/show_bug.cgi?id=319572