Skip to content

Commit

Permalink
Investigate crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
gleocadie committed Dec 17, 2024
1 parent 7887b10 commit fc8f0a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ public void CheckAppDomainOptimReuseCallstack(string appName, string framework,
if (EnvironmentHelper.GetPlatform() == "x64")
{
var runner = new SmokeTestRunner(appName, framework, appAssembly, commandLine: "--scenario 1", output: _output);
runner.EnvironmentHelper.DisableDefaultProfilers(runner);
runner.EnvironmentHelper.SetVariable(EnvironmentVariables.WallTimeProfilerEnabled, "1");
runner.EnvironmentHelper.SetVariable("DD_EXPERIMENTAL_WALLTIME_REUSE_CALLSTACK", "1");
runner.RunAndCheck();
}
Expand Down

0 comments on commit fc8f0a6

Please sign in to comment.