Bug 46722 - [Qt] ProcessLauncherHelper should not leave stray socket files in /tmp.
Summary: [Qt] ProcessLauncherHelper should not leave stray socket files in /tmp.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Andras Becsi
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-09-28 07:36 PDT by Andras Becsi
Modified: 2010-09-28 07:51 PDT (History)
3 users (show)

See Also:


Attachments
proposed fix (1.91 KB, patch)
2010-09-28 07:42 PDT, Andras Becsi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andras Becsi 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.
Comment 1 Andras Becsi 2010-09-28 07:42:16 PDT
Created attachment 69048 [details]
proposed fix
Comment 2 Andras Becsi 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>
Comment 3 Andras Becsi 2010-09-28 07:51:17 PDT
All reviewed patches have been landed.  Closing bug.