Bug 46722

Summary: [Qt] ProcessLauncherHelper should not leave stray socket files in /tmp.
Product: WebKit Reporter: Andras Becsi <abecsi>
Component: WebKit2Assignee: Andras Becsi <abecsi>
Status: RESOLVED FIXED    
Severity: Normal CC: abecsi, kenneth, ossy
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
proposed fix none

Andras Becsi
Reported 2010-09-28 07:36:08 PDT
In the ProcessLauncherHelper class m_server (QLocalServer) creates socket files in /tmp, but because m_server is not properly closed on exit these socket files remain in /tmp. Close m_server on exit to remove the socket file.
Attachments
proposed fix (1.91 KB, patch)
2010-09-28 07:42 PDT, Andras Becsi
no flags
Andras Becsi
Comment 1 2010-09-28 07:42:16 PDT
Created attachment 69048 [details] proposed fix
Andras Becsi
Comment 2 2010-09-28 07:51:09 PDT
Comment on attachment 69048 [details] proposed fix Clearing flags on attachment: 69048 Committed r68515: <http://trac.webkit.org/changeset/68515>
Andras Becsi
Comment 3 2010-09-28 07:51:17 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.