-
Notifications
You must be signed in to change notification settings - Fork 139
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
Prevent memory leaks due to expired certs #311
Conversation
@SimbaGithub please check here: dotnet/runtime#52577 I still think we should merge this. |
@SimbaGithub @sfc-gh-hyu this also caused a sev1 for us. Can we please get this merged? |
This reverts commit 2850f33.
revert was only to keep diffs clean between this and #317... mixed a few things up with my internal private fork. |
cc @sfc-gh-hchaturvedi It seems that revocation list check leaks certs. Can you comment on this? |
Not sure what you mean by "leaks certs". It's a memory leak, and it's in .NET itself. Check dotnet/runtime#52577 |
Ah I see, sorry I misread. Reading the original thread now :) |
@sfc-gh-hyu for further context, please read newrelic/newrelic-dotnet-agent#544 |
seems like this was resolved in #328, closing to clean up the dead PR for the repo maintainers |
See https://github.com/dotnet/core/issues/6229 and newrelic/newrelic-dotnet-agent#544
@SimbaGithub This should probably be released ASAP, it has a pretty devastating impact and is really hard to debug.