[Webkit-unassigned] [Bug 116873] New: [Qt][WK2] Make the work queue take the ownership of the socket descriptor
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue May 28 10:00:59 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=116873
Summary: [Qt][WK2] Make the work queue take the ownership of
the socket descriptor
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: cgarcia at igalia.com
CC: hausmann at webkit.org, jocelyn.turcotte at digia.com
We have found several race conditions with the connection termination in the GTK+ port and have switched to make the work queue the only one responsible for closing the socket. We added another platform ifdef to platformInvalidate in ConnectionUnix.cpp. See bug #115880 for more details.
Both Anders and Martin suggested that to avoid race conditions this should also be the case of other ports, and the connection queue should take the ownership of the socket descriptor. That way we can get rid of the platform ifdef added to ConnectionUnix.
--
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