dotnet / crank

Benchmarking infrastructure for applications
MIT License
975 stars 103 forks source link

Exception when halting job #675

Closed sebastienros closed 8 months ago

sebastienros commented 8 months ago
[01:20:05 ERR] Unexpected error
System.InvalidOperationException: No process is associated with this object.
   at System.Diagnostics.Process.EnsureState(State state)
   at System.Diagnostics.Process.get_HasExited()
   at Microsoft.Crank.Agent.Startup.<>c__DisplayClass77_2.<<ProcessJobs>g__StopJobAsync|6>d.MoveNext() in C:\code\crank\src\Microsoft.Crank.Agent\Startup.cs:line 1685
--- End of stack trace from previous location ---
   at Microsoft.Crank.Agent.Startup.ProcessJobs(String hostname, String dockerHostname, CancellationToken cancellationToken) in C:\code\crank\src\Microsoft.Crank.Agent\Startup.cs:line 1295