dotnet / diagnostics

This repository contains the source code for various .NET Core runtime diagnostic tools and documents.
MIT License
1.19k stars 355 forks source link

[Test] StartEventPipeSessionWithoutStackwalkTestAsync fails with ServerNotAvailableException #4717

Open mdh1418 opened 5 months ago

mdh1418 commented 5 months ago

Re-enable this test after it is fixed.

Configuration: Ubuntu x64 Release

Error Message: Microsoft.Diagnostics.NETCore.Client.ServerNotAvailableException : Could not send Stop command. The target process may have exited.

Stack Trace:

   at Microsoft.Diagnostics.NETCore.Client.EventPipeSession.Stop() in /__w/1/s/src/Microsoft.Diagnostics.NETCore.Client/DiagnosticsClient/EventPipeSession.cs:line 72
   at Microsoft.Diagnostics.NETCore.Client.EventPipeSessionTests.StartEventPipeSessionWithoutStackwalkTestAsync(TestConfiguration testConfig) in /__w/1/s/src/tests/Microsoft.Diagnostics.NETCore.Client/EventPipeSessionTests.cs:line 223
   at Microsoft.Diagnostics.NETCore.Client.EventPipeSessionTests.StartEventPipeSessionWithoutStackwalkTestAsync(TestConfiguration testConfig) in /__w/1/s/src/tests/Microsoft.Diagnostics.NETCore.Client/EventPipeSessionTests.cs:line 240
--- End of stack trace from previous location ---

Builds: https://dev.azure.com/dnceng-public/public/_build/results?buildId=699794&view=ms.vss-test-web.build-test-results-tab&runId=17415602&resultId=100271&paneView=debug https://dev.azure.com/dnceng-public/public/_build/results?buildId=697417&view=ms.vss-test-web.build-test-results-tab&runId=17348846&resultId=100271&paneView=debug

tommcdon commented 5 months ago

Perhaps the target process is crashing?