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

Fixed issue where proc dump was not getting terminated on no crash #1849

Conversation

ShreyasRmsft
Copy link
Member

@ShreyasRmsft ShreyasRmsft commented Nov 22, 2018

Description

Fixed issue where proc dump was not getting terminated on no crash

Related issue

Related to issue in VSO.CI where results directory was not getting cleaned up due to proc dump having a handle on a dump file after the execution completion

And a few formatting fixes in and around the code touched.

}
catch (Exception e)
{
EqtTrace.Info($"ProcessDumpUtility : Failed to kill proc dump process with exception {e}");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Info [](start = 25, length = 4)

nitpick: warning

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will do

Copy link
Contributor

@cltshivash cltshivash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@ShreyasRmsft ShreyasRmsft merged commit e382908 into microsoft:master Nov 22, 2018
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

Successfully merging this pull request may close these issues.

4 participants