This is an archive of the discontinued LLVM Phabricator instance.

Fix socket leak in lldb-server platform
ClosedPublic

Authored by vharron on Mar 29 2015, 11:02 PM.

Details

Summary

lldb-server server process was holding on to a connection to every
client that connected. This continued until the process hit it's
file limit and exited.

Diff Detail

Repository
rL LLVM

Event Timeline

vharron updated this revision to Diff 22868.Mar 29 2015, 11:02 PM
vharron retitled this revision from to Fix socket leak in lldb-server platform.
vharron updated this object.
vharron edited the test plan for this revision. (Show Details)
vharron added reviewers: clayborg, flackr, tberghammer.
vharron added a subscriber: Unknown Object (MLST).
tberghammer accepted this revision.Mar 30 2015, 3:52 AM
tberghammer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 30 2015, 3:52 AM
flackr accepted this revision.Mar 30 2015, 7:50 AM
flackr edited edge metadata.

LGTM thanks

clayborg accepted this revision.Mar 30 2015, 9:57 AM
clayborg edited edge metadata.

Looks good.

This revision was automatically updated to reflect the committed changes.