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

Improve VSTEST_DUMP_PROCDUMPARGUMENTS usage for BlameDataCollector #3957

Merged
merged 5 commits into from
Aug 23, 2022

Conversation

MarcoRossignoli
Copy link
Contributor

@MarcoRossignoli MarcoRossignoli commented Aug 22, 2022

Improve VSTEST_DUMP_PROCDUMPARGUMENTS for BlameDataCollector by adding process ID and accepteula to the provided parameters.

Set env var

set VSTEST_DUMP_PROCDUMPARGUMENTS=-e 1 -g -t -ma

WinDbg command

*** "...\procdump64.exe" -accepteula -e 1 -g -t -ma 15232 testhost_15232_20220822T155629_crashdump.dmp

fixes #2219

@MarcoRossignoli
Copy link
Contributor Author

@Evangelink PTAL

@nohwnd nohwnd merged commit 71ee59e into microsoft:main Aug 23, 2022
@MarcoRossignoli MarcoRossignoli changed the title Improve VSTEST_DUMP_PROCDUMPARGUMENTS usage for for BlameDataCollector Improve VSTEST_DUMP_PROCDUMPARGUMENTS usage for BlameDataCollector Aug 23, 2022
@MarcoRossignoli MarcoRossignoli deleted the blamecollectorprocdump branch August 23, 2022 08:11
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.

Configurable parameters for ProcDump
3 participants