-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[2.3][Process] fix Proccess run with pts enabled #16510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ewgRa
commented
Nov 10, 2015
Q | A |
---|---|
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #12643 |
License | MIT |
Doc PR |
When fabbot.io patch is applied, there is a conflicts, I think better to merge it without conflicts. |
Test failure seems not related to this PR |
|
||
if (!$this->useFileHandles && $this->enhanceSigchildCompatibility && $this->isSigchildEnabled()) { | ||
// Workaround for the bug, when PTS functionality is enabled. | ||
// @see : https://github.com/symfony/symfony/issues/12643 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to ref this one in the code
@ewgRa could you please fabbot's issues also (even if unrelated to your change)? |
See #12643 (comment) for some background on why this works |
👍 (after rebasing) |
done, anything else? |
Thank you @ewgRa. |
This PR was squashed before being merged into the 2.3 branch (closes #16510). Discussion ---------- [2.3][Process] fix Proccess run with pts enabled | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #12643 | License | MIT | Doc PR | Commits ------- 9cf90fb [2.3][Process] fix Proccess run with pts enabled
Closed via ab3c8f8 |