Skip to content
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

Unbalanced CoInitialize/CoUninitialize calls #54

Open
aeweston-msft opened this issue Jun 7, 2021 · 0 comments
Open

Unbalanced CoInitialize/CoUninitialize calls #54

aeweston-msft opened this issue Jun 7, 2021 · 0 comments

Comments

@aeweston-msft
Copy link
Contributor

Description

While running wssdagent with Application Verifier in WinDbg we observed the following error:

VERIFIER STOP 0000000000000403: pid 0x2150: Unbalanced CoInitialize/CoUninitialize calls on current thread.
0000000000000000 : Current number of CoInitialize calls on this thread.
0000000000000000 : Previous number of CoInitialize calls on this thread.
0000000000000000 : Stack traces of CoInitialize calls on this thread.
000001953C265FE8 : Stack traces of CoUninitialize calls on this thread.

Jocelyn mentioned that this could be related to the change in #11 which removed the StartWMI method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant