Skip to content

Commit

Permalink
Fix retry loop around Process.Kill (#102962)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas authored Jun 2, 2024
1 parent cb71b60 commit 7cc9156
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ static bool CollectCrashDumpWithCreateDump(Process process, string crashDumpPath
try
{
createdump.Kill(entireProcessTree: true);
break;
}
catch (Exception e)
{
Expand Down

0 comments on commit 7cc9156

Please sign in to comment.