Page MenuHomePhabricator

Don't SIGINT ourselves on bad daemon data
ClosedPublic

Authored by epriestley on Aug 20 2014, 5:34 PM.
Tags
None
Referenced Files
F13048644: D10308.diff
Thu, Apr 18, 9:51 PM
Unknown Object (File)
Thu, Apr 11, 8:11 AM
Unknown Object (File)
Fri, Mar 29, 3:35 PM
Unknown Object (File)
Fri, Mar 29, 6:33 AM
Unknown Object (File)
Mar 14 2024, 12:45 AM
Unknown Object (File)
Mar 14 2024, 12:45 AM
Unknown Object (File)
Mar 14 2024, 12:43 AM
Unknown Object (File)
Mar 14 2024, 12:34 AM

Details

Reviewers
btrahan
Commits
Restricted Diffusion Commit
rP15385e1fe9b5: Don't SIGINT ourselves on bad daemon data
Summary

If daemon data is mangled, bin/phd restart will SIGINT process 0, which kills it.

uh oh T.T so sad

Test Plan

Used bin/phd start to start daemons; removed PID information from one; saw bin/phd stop shut down cleanly and not kill itself.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Don't SIGINT ourselves on bad daemon data.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.

I complained about this issue and I approve this commit ;p

btrahan edited edge metadata.
This revision is now accepted and ready to land.Aug 20 2014, 8:02 PM
epriestley updated this revision to Diff 24821.

Closed by commit rP15385e1fe9b5 (authored by @epriestley).