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
F13099605: D10308.id24821.diff
Fri, Apr 26, 3:44 PM
F13099604: D10308.id24817.diff
Fri, Apr 26, 3:44 PM
F13099603: D10308.id.diff
Fri, Apr 26, 3:44 PM
Unknown Object (File)
Thu, Apr 25, 1:15 PM
Unknown Object (File)
Wed, Apr 24, 11:54 PM
Unknown Object (File)
Thu, Apr 18, 9:51 PM
Unknown Object (File)
Thu, Apr 11, 8:11 AM
Unknown Object (File)
Fri, Mar 29, 3:35 PM

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
Branch
sigint
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2289
Build 2293: [Placeholder Plan] Wait for 30 Seconds

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).