[Webkit-unassigned] [Bug 81755] New: [Qt] Cookie Jar blocks on fsync in SQLITE
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 21 03:43:25 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=81755
Summary: [Qt] Cookie Jar blocks on fsync in SQLITE
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: allan.jensen at nokia.com
SetCookie currently writes the cookies to the shared cookiejar which is an sqlite database. Since the database is configured to default mode with has full transaction safety, this causes an fsync call that blocks the entire webprocess.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list