Skip to content

[IPC Protocol][dotnet-gcdump] Add non-lossy dotnet-gcdump mode#5886

Merged
mdh1418 merged 11 commits into
dotnet:mainfrom
mdh1418:add_non_lossy_dotnet_gcdump_mode
Jul 13, 2026
Merged

[IPC Protocol][dotnet-gcdump] Add non-lossy dotnet-gcdump mode#5886
mdh1418 merged 11 commits into
dotnet:mainfrom
mdh1418:add_non_lossy_dotnet_gcdump_mode

Remove the --buffering-mode option from dotnet-gcdump

11612d8
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Jul 9, 2026 in 0s

.NET Result Analysis

Details

‼️ Build Analysis Check Result has been manually overridden

  • The build analysis check result has been updated by the user for the following reason: "Failures are unrelated, created https://github.com//issues/5923 and the other is some flavor of https://github.com//issues/5906"
  • The check result has changed from Failure to Success

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

diagnostics-public-ci / Build and Test Diagnostics / Alpine3_23_x64_Debug / Test

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Bash exited with code '1'.

Test Failures (2 tests failed)

🔹 [All failing tests from diagnostics-public-ci]

    SOSAsyncTests.AsyncMain [Details] [0.52% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Data Driven SubResults
      SOSAsyncTests.AsyncMain(config: projectk.sdk.prebuilt.8.0.25)
      Exception Message
      System.Exception : VerifyOutput: no last command output or debugger exited unexpectedly: .*OS Thread Id:\\s+0x[A-Fa-f0-9]+(`[A-Fa-f0-9]+)?\\s+.*
      Stack Trace
         at SOSRunner.VerifyOutput(String verifyLine, Boolean match) in /__w/1/s/src/tests/SOS.UnitTests/SOSRunner.cs:line 1341
         at SOSRunner.RunScript(String scriptRelativePath) in /__w/1/s/src/tests/SOS.UnitTests/SOSRunner.cs:line 973
         at SOSRunner.RunScript(String scriptRelativePath) in /__w/1/s/src/tests/SOS.UnitTests/SOSRunner.cs:line 1011
         at SOSTestHelpers.RunTest(String scriptName, TestInformation information, ITestOutputHelper output) in /__w/1/s/src/tests/SOS.UnitTests/SOS.cs:line 157
         at SOSTestHelpers.RunTest(TestConfiguration config, String debuggeeName, String scriptName, ITestOutputHelper output, String testName, Boolean testLive, Boolean testDump, Boolean testTriage, Boolean testMini, DumpGenerator dumpGenerator) in /__w/1/s/src/tests/SOS.UnitTests/SOS.cs:line 192
         at SOSAsyncTests.AsyncMain(TestConfiguration config) in /__w/1/s/src/tests/SOS.UnitTests/SOS.cs:line 771
      --- End of stack trace from previous location ---
    SOSStackAndOtherTests.StackAndOtherTests [Details] [2.40% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Data Driven SubResults
      SOSStackAndOtherTests.StackAndOtherTests(config: projectk.cli.9.0.14)
      Exception Message
      System.Exception : Debugger output did not match the expression: (.*\\s+[A-Fa-f0-9]+(`[A-Fa-f0-9]+)?\\s+[A-Fa-f0-9]+(`[A-Fa-f0-9]+)?\\s+\\(MethodDesc\\s+[A-Fa-f0-9]+(`[A-Fa-f0-9]+)?\\s+(\\+\\s*0x[A-Fa-f0-9]+(`[A-Fa-f0-9]+)?\\s+)?SymbolTestApp\\.Program\\.Foo4\\(System\\.String\\)\\),\\s+calling.*\\s+)|(.*\\s+[A-Fa-f0-9]+(`[A-Fa-f0-9]+)?\\s+[A-Fa-f0-9]+(`[A-Fa-f0-9]+)?\\s+\\(MethodDesc\\s+[A-Fa-f0-9]+(`[A-Fa-f0-9]+)?\\s+(\\+\\s*0x[A-Fa-f0-9]+(`[A-Fa-f0-9]+)?\\s+)?SymbolTestApp\\.Program\\.Foo2\\(Int32, System\\.String\\)\\),\\s+calling.*\\s+)
      Stack Trace
         at SOSRunner.RunScript(String scriptRelativePath) in /_/src/tests/SOS.UnitTests/SOSRunner.cs:line 973
         at SOSRunner.RunScript(String scriptRelativePath) in /_/src/tests/SOS.UnitTests/SOSRunner.cs:line 1011
         at SOSTestHelpers.RunTest(String scriptName, TestInformation information, ITestOutputHelper output) in /_/src/tests/SOS.UnitTests/SOS.cs:line 144
         at SOSStackAndOtherTests.StackAndOtherTests(TestConfiguration config) in /_/src/tests/SOS.UnitTests/SOS.cs:line 880
      --- End of stack trace from previous location ---

Was this helpful? Yes No