puppet-php
puppet-php copied to clipboard
Adding the option to set process.dumpable
Pull Request (PR) description
Adding the option to set process.dumpable
This Pull Request (PR) fixes the following issues
If process.dumpable is disabled core dumps cannot be captured on segfaults even if rlimit_core is set because of the following change to PHP:
https://github.com/php/php-src/commit/276d19feaa43e6f77eeac59fc9e2639bee4d116b#diff-10cc4db817271640849c40a7fc1f0569
process.dumpable isn't added until php-7.0.29. Need to add a version check.
@bastelfreak any chance of a review on this one?
hey @rayward. We're currently doing a rewrite of the module (check https://github.com/voxpupuli/puppet-php/projects/1 and https://github.com/voxpupuli/puppet-php/issues/604 and https://github.com/voxpupuli/puppet-php/issues/603). @SimonHoenscheid what's your opinion on this PR?
@bastelfreak @rayward makes sense to me, please add option to manage rlimit_core set automatically if core dumps are set.
@SimonHoenscheid Sounds good, I will take care of that and update the PR.
Dear @mhagstrand, thanks for the PR!
This is Vox Pupuli Tasks, your friendly Vox Pupuli GitHub Bot. I noticed that your pull request contains merge conflict. Can you please rebase?
You can find my sourcecode at voxpupuli/vox-pupuli-tasks