Skip to content

Enable ad-hoc memory dumps on Windows x86#5919

Merged
kevingosse merged 1 commit into
masterfrom
kevin/procdump_x86
Aug 20, 2024
Merged

Enable ad-hoc memory dumps on Windows x86#5919
kevingosse merged 1 commit into
masterfrom
kevin/procdump_x86

Conversation

@kevingosse

@kevingosse kevingosse commented Aug 19, 2024

Copy link
Copy Markdown
Contributor

Summary of changes

Enable ad-hoc memory dumps on Windows x86.
As part of #5046, I disabled procdump on Windows x86 because it caused issue when monitoring a process. However, by doing so I also disabled "on-demand" memory dumps which should work perfectly fine.

Reason for change

Needed to investigate mysterious timeouts in dd-dotnet tests.

Implementation details

Added a _isCrashMonitoringAvailable flag to distinguish the two use-cases.

@kevingosse
kevingosse requested a review from a team as a code owner August 19, 2024 13:34
@github-actions github-actions Bot added the area:tests unit tests, integration tests label Aug 19, 2024
@andrewlock

Copy link
Copy Markdown
Member

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing the following branches/commits:

Execution-time benchmarks measure the whole time it takes to execute a program. And are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are shown in red. The following thresholds were used for comparing the execution times:

  • Welch test with statistical test for significance of 5%
  • Only results indicating a difference greater than 5% and 5 ms are considered.

Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard.

Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph).

@datadog-ddstaging

datadog-ddstaging Bot commented Aug 19, 2024

Copy link
Copy Markdown

Datadog Report

Branch report: kevin/procdump_x86
Commit report: 5492c6e
Test service: dd-trace-dotnet

✅ 0 Failed, 348657 Passed, 1767 Skipped, 14h 42m 36.84s Total Time

@kevingosse
kevingosse merged commit abdac3c into master Aug 20, 2024
@kevingosse
kevingosse deleted the kevin/procdump_x86 branch August 20, 2024 13:07
@github-actions github-actions Bot added this to the vNext-v3 milestone Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:tests unit tests, integration tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants