Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Debug] Reset previous exception handler earlier to prevent infinite loop#26568
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
nicolas-grekas commentedMar 16, 2018
| Q | A |
|---|---|
| Branch? | 2.7 |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | #26438 |
| License | MIT |
| Doc PR | - |
Jean85 commentedMar 16, 2018
Appveyor build has some unrelated failures, but also it's failing on my regression test:https://ci.appveyor.com/project/fabpot/symfony/build/1.0.34059#L1515 It's not calling back the third party exception handler... strange! |
nicolas-grekas commentedMar 19, 2018
For some reason I cannot understand, the integration test fails on Windows (but not locally). |
Jean85 commentedMar 19, 2018
It's now failing on both CI 😢 |
nicolas-grekas commentedMar 19, 2018
@Jean85 for unrelated reasons, keep cool :) |
…t infinite loop (nicolas-grekas)This PR was merged into the 2.7 branch.Discussion----------[Debug] Reset previous exception handler earlier to prevent infinite loop| Q | A| ------------- | ---| Branch? | 2.7| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#26438| License | MIT| Doc PR | -Commits-------f7e1bb0 [Debug] Reset previous exception handler ealier to prevent infinite loop