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
The error message printed is:
(0xC0000023) - {Buffer Too Small}
The buffer is too small to contain the entry. No information has been written to the buffer.
I have not seen the message trigger under other cases. I suspect the problem is caused by there being a very large number of processes that are holding zombie process handles, rather than it being a problem with a very large number of zombie process handles.
The text was updated successfully, but these errors were encountered:
Seems I fixed this issue with querying handles in the latest version of the library, just I haven't updated the version in nuget yet. I really should do that :-)
The latest FindZombieHandles fails after running ProcessCreateTests from this branch/commit:
bdb648c
The error message printed is:
(0xC0000023) - {Buffer Too Small}
The buffer is too small to contain the entry. No information has been written to the buffer.
I have not seen the message trigger under other cases. I suspect the problem is caused by there being a very large number of processes that are holding zombie process handles, rather than it being a problem with a very large number of zombie process handles.
The text was updated successfully, but these errors were encountered: