Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JIT: Keep delegate object alive during invoke #105099

Closed
wants to merge 21 commits into from

Update lower.cpp

126fca9
Select commit
Loading
Failed to load commit list.
Closed

JIT: Keep delegate object alive during invoke #105099

Update lower.cpp
126fca9
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Aug 2, 2024 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

Known Repository Errors

Build Failures

runtime / Build / linux-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/coreclr/crossgen-corelib.proj(144,5): error MSB3073: The command "/__w/1/s/dotnet.sh /__w/1/s/artifacts/bin/coreclr/linux.arm.Release/x64/crossgen2/tools/crossgen2.dll -o:/__w/1/s/artifacts/bin/coreclr/linux.arm.Release/System.Private.CoreLib.dll -r:/__w/1/s/artifacts/bin/coreclr/linux.arm.Release/IL/*.dll --targetarch:arm --targetos:linux -m:/__w/1/s/artifacts/bin/coreclr/linux.arm.Release/StandardOptimizationData.mibc --embed-pgo-data -O /__w/1/s/artifacts/bin/coreclr/linux.arm.Release/IL/System.Private.CoreLib.dll --perfmap-format-version:1 --perfmap --perfmap-path:/__w/1/s/artifacts/bin/coreclr/linux.arm.Release/" exited with code 139.

runtime / Build / linux_musl-arm Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/coreclr/crossgen-corelib.proj(144,5): error MSB3073: The command "/__w/1/s/dotnet.sh /__w/1/s/artifacts/bin/coreclr/linux.arm.Release/x64/crossgen2/tools/crossgen2.dll -o:/__w/1/s/artifacts/bin/coreclr/linux.arm.Release/System.Private.CoreLib.dll -r:/__w/1/s/artifacts/bin/coreclr/linux.arm.Release/IL/*.dll --targetarch:arm --targetos:linux -m:/__w/1/s/artifacts/bin/coreclr/linux.arm.Release/StandardOptimizationData.mibc --embed-pgo-data -O /__w/1/s/artifacts/bin/coreclr/linux.arm.Release/IL/System.Private.CoreLib.dll --perfmap-format-version:1 --perfmap --perfmap-path:/__w/1/s/artifacts/bin/coreclr/linux.arm.Release/" exited with code 139.

runtime / Build / linux_musl-arm64 Debug AllSubsets_CoreCLR_ReleaseRuntimeLibs / Build product

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/coreclr/crossgen-corelib.proj(144,5): error MSB3073: The command "/__w/1/s/dotnet.sh /__w/1/s/artifacts/bin/coreclr/linux.arm64.Release/x64/crossgen2/tools/crossgen2.dll -o:/__w/1/s/artifacts/bin/coreclr/linux.arm64.Release/System.Private.CoreLib.dll -r:/__w/1/s/artifacts/bin/coreclr/linux.arm64.Release/IL/*.dll --targetarch:arm64 --targetos:linux -m:/__w/1/s/artifacts/bin/coreclr/linux.arm64.Release/StandardOptimizationData.mibc --embed-pgo-data -O /__w/1/s/artifacts/bin/coreclr/linux.arm64.Release/IL/System.Private.CoreLib.dll --perfmap-format-version:1 --perfmap --perfmap-path:/__w/1/s/artifacts/bin/coreclr/linux.arm64.Release/" exited with code 139.

13 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [runtime]

Was this helpful? Yes No