Open
Description
The dotnet format smoke test for source build ends up hanging indefinitely on the CentOSStream8_Mono_Offline_MsftSdk build leg of the VMR. This build leg uses a Mono built runtime.
I'm unable to get a .NET dump of the hung process, seemingly due to the incompatibility between the latest dotnet-dump tool (8.0) and the version of the .NET CLI process that is hung (9.0) (it gets the following error: Write dump failed - HRESULT: 0x80131515.
). Instead, I was able to collect a Linux dump with gcore: out.zip