-
Notifications
You must be signed in to change notification settings - Fork 325
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
Visual Studio Test Platform Installer version 16.8.0 produces a crash dump executing Visual Studio Test task #2632
Comments
From my quick analysis of dump file |
@pbarbero could you please try generating runsettings file with Code Coverage configuration? In the file please specify which binaries you want to instrument like this:
Please let us know if this helps. I suspect Code Coverage is instrumenting some system binaries. More info: |
#2641 the crash dump is probably caused by this bug, which causes the crash dumper to always produce a crash dump when used on Windows, with runtime earlier than net5.0. |
Hi @jakubch1 , sorry for the delay. The runsettings file looks like this
Is this something we can customize vía the Visual Studio Test task? Thanks a lot |
@pbarbero yes. You should be able to set
by this you will have better performance and shouldn't get any issues with instrumentation. |
The version with the fix has been released for quite a while. Closing this as there is no activity, and solutions/workarounds were provided. |
Description
There is a problem using Visual Studio Test Platform Installer Azure Devops Task, selecting version lastest stable version (16.8.0) of Visual Studio Test Platform Installer Azure Devops Task causes a crash dump file when running Visual Studio Test task, but the task ends green and the unit tests pass.
Selecting 16.7.1 version works, generating code coverage file as expected.
Steps to reproduce
Environments
These tasks are executed in a self-hosted pool
The text was updated successfully, but these errors were encountered: