Bug 228194 - The network process fails to take a locked file assertion when executing a SQLiteStatement outside a transaction
Summary: The network process fails to take a locked file assertion when executing a SQ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-07-22 13:56 PDT by Chris Dumez
Modified: 2021-07-22 17:19 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.40 KB, patch)
2021-07-22 14:02 PDT, Chris Dumez
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2021-07-22 13:56:01 PDT
The network process fails to take a locked file assertion when executing a SQLiteStatement outside a transaction. This means we may suspend in the middle of that statement and crash due to holding locked files.
Comment 1 Chris Dumez 2021-07-22 14:02:07 PDT
Created attachment 434035 [details]
Patch
Comment 2 Geoffrey Garen 2021-07-22 14:13:51 PDT
Comment on attachment 434035 [details]
Patch

r=me
Comment 3 EWS 2021-07-22 17:09:39 PDT
Committed r280211 (239898@main): <https://commits.webkit.org/239898@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 434035 [details].
Comment 4 Radar WebKit Bug Importer 2021-07-22 17:10:31 PDT
<rdar://problem/80991735>