Update createdumpwindows to not appear to succeed after getting ERROR_PARTIAL_COPY...
authorAndrew Moskevitz <49752377+Applesauce314@users.noreply.github.com>
Mon, 22 May 2023 16:09:07 +0000 (12:09 -0400)
committerGitHub <noreply@github.com>
Mon, 22 May 2023 16:09:07 +0000 (09:09 -0700)
commitae6a62a419d8c5fa4c4b2408d480a5e9a0966799
treef02967edc861916ea027229f45ffed3648945856
parentbdf5df39c4749dd88cf45de008f9f3c2d5905fba
Update createdumpwindows to not appear to succeed after getting ERROR_PARTIAL_COPY 5 times (#85462)

* Update createdumpwindows.cpp

create dump has same bug as documented and fixed in dotnet-dump (https://github.com/dotnet/diagnostics/issues/3829)

* Update createdumpwindows.cpp

changed retry count to 10 to match dotnet-dump
src/coreclr/debug/createdump/createdumpwindows.cpp