-
Notifications
You must be signed in to change notification settings - Fork 23
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
Memory leak caused KMDF verifier bug check on uninstall #25
Labels
bug
Something isn't working
Comments
I have spent some time trying to reproduce it and monitoring pool usage with |
I managed to reproduce it again on the same machine while upgrading from beta2 to rc1.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I once managed to trigger a bug check on uninstall.
It seems that WDF detected a leak (from wdfpool.cpp):
Normally this doesn't cause a bug check, but since I have KMDF verifier on, here we are.
I was unable to reproduce it anymore.
The text was updated successfully, but these errors were encountered: