Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Console] Fix signal handlers called after event listeners and skip exit#48210
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[Console] Fix signal handlers called after event listeners and skip exit#48210
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nicolas-grekas commentedNov 14, 2022
Thank you@GromNaN. |
Naktibalda commentedNov 20, 2022
This change causes Segmentation fault when Xdebug path coverage is enabled. |
Naktibalda commentedNov 20, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I really can't blame this change, because in my case Also this change only causes segmentation fault when used in combination with Codeception 5 and PHPUnit's main branch. |
GromNaN commentedNov 21, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
It might be possible to prevent this issue by wrapping the |
Uh oh!
There was an error while loading.Please reload this page.
Restore registration of signal handlers after the event dispatcher.
https://github.com/symfony/symfony/pull/45333/files#diff-8f1fd83284712ab08cb5d391da70ea0e78719ef08db852596997a4085848a026L1009