You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: