Skip to content

[release/10.0] [mono][interp] Fix miscompile of self-assignment via newobj with alised byref args. (#131586) - #131927

Open
lateralusX wants to merge 1 commit into
dotnet:release/10.0from
lateralusX:backport/131586-to-release/10.0
Open

[release/10.0] [mono][interp] Fix miscompile of self-assignment via newobj with alised byref args. (#131586)#131927
lateralusX wants to merge 1 commit into
dotnet:release/10.0from
lateralusX:backport/131586-to-release/10.0

[release/10.0] [mono][interp] Fix miscompile of self-assignment via n…

4c3b2c5
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Aug 7, 2026 in 0s

.NET Result Analysis

Details

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.

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Test Failures (8 tests failed)

🔹 [All failing tests from runtime]

    ⚠️ 6 failing tests not displayed for this pipeline due to space limitations

    System.Security.Cryptography.Xml.Tests.EncryptedXmlTests.EncryptedXml_DecryptedEncodedDtd_WithExactTransformChainLimit [Console] [Details] [Artifacts] [28.52% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configurations (4)

    Data Driven SubResults
      System.Security.Cryptography.Xml.Tests.EncryptedXmlTests.EncryptedXml_DecryptedEncodedDtd_WithExactTransformChainLimit(maxTransformsPerChain: 111, expectTransformLimit: False)
      Exception Message
      Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Half-way through waiting for remote process.
      Timed out at 8/7/2026 8:44:18 AM after 60000ms waiting for remote process.
      Failed to create dump: Write dump failed - HRESULT: 0x80131515.
      	Process ID: 83
      	Name: dotnet
      	MainModule: /root/helix/work/correlation/dotnet
      	StartTime: 8/7/2026 8:43:18 AM
      	TotalProcessorTime: 00:00:59.7000000
      
      Stack Trace
         at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose(Boolean disposing) in /_/src/arcade/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs:line 157
         at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose() in /_/src/arcade/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs:line 58
         at System.Security.Cryptography.Xml.Tests.EncryptedXmlTests.EncryptedXml_DecryptedEncodedDtd_WithExactTransformChainLimit(Int32 maxTransformsPerChain, Boolean expectTransformLimit) in /_/src/libraries/System.Security.Cryptography.Xml/tests/EncryptedXmlTests.cs:line 305
         at System.Object.InvokeStub_EncryptedXmlTests.EncryptedXml_DecryptedEncodedDtd_WithExactTransformChainLimit(Object , Span`1 )
         at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 136
    System.Security.Cryptography.Xml.Tests.EncryptedXmlTests.EncryptedXml_DecryptedEncodedDtd_WithUnlimitedTransformChain [Console] [Details] [Artifacts] [22.28% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configurations (4)

    Exception Message
    Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Half-way through waiting for remote process.
    Timed out at 8/7/2026 8:45:18 AM after 60000ms waiting for remote process.
    Failed to create dump: Write dump failed - HRESULT: 0x80131515.
    	Process ID: 116
    	Name: dotnet
    	MainModule: /root/helix/work/correlation/dotnet
    	StartTime: 8/7/2026 8:44:18 AM
    	TotalProcessorTime: 00:00:59.5900000
    
    CallStack
       at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose(Boolean disposing) in /_/src/arcade/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs:line 157
       at Microsoft.DotNet.RemoteExecutor.RemoteInvokeHandle.Dispose() in /_/src/arcade/src/Microsoft.DotNet.RemoteExecutor/src/RemoteInvokeHandle.cs:line 58
       at System.Security.Cryptography.Xml.Tests.EncryptedXmlTests.EncryptedXml_DecryptedEncodedDtd_WithUnlimitedTransformChain() in /_/src/libraries/System.Security.Cryptography.Xml/tests/EncryptedXmlTests.cs:line 328
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs:line 22
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

Was this helpful? Yes No