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] Fix bad registration of exception handler, leading to mem leak#25971
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 commentedJan 30, 2018
| Q | A |
|---|---|
| Branch? | 27 |
| Bug fix? | yes |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| Tests pass? | yes |
| Fixed tickets | #25965 |
| License | MIT |
| Doc PR | - |
alcaeus commentedJan 30, 2018
@nicolas-grekas I applied your commit on 3.4.4 in my projects and it fixes the problems I've been having since moving to 3.4.4 👍 |
derrabus commentedJan 31, 2018
With your patch applied, the leak seems to be gone. |
fabpot commentedFeb 1, 2018
Thank you@nicolas-grekas. |
… to mem leak (nicolas-grekas)This PR was merged into the 2.7 branch.Discussion----------[Debug] Fix bad registration of exception handler, leading to mem leak| Q | A| ------------- | ---| Branch? | 27| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets |#25965| License | MIT| Doc PR | -Commits-------926b1be [Debug] Fix bad registration of exception handler, leading to mem leak
gmponos commentedFeb 15, 2018
Any chance this could be tagged ASAP since it consumes a lot of resources? |
florian25686 commentedFeb 20, 2018
I ran into this issue today and couldn't find the bugfix in the tag 3.4.4. Is there any update plan for the tags? |
derrabus commentedFeb 20, 2018
@florian25686 The bugfix will go into 3.4.5. |