dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.25k stars 4.73k forks source link

[9.0][osx][ios] Failure: llvm::SmallVectorBase<unsigned long long>::set_size(unsigned long) #107569

Open carlossanlop opened 1 month ago

carlossanlop commented 1 month ago

Looks very similar to this one which was closed not too long ago: https://github.com/dotnet/runtime/issues/105516

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=801852 Build error leg or test failing: net9.0-ios-Release-arm64-Mono_Release-OSX.13.Amd64.Iphone.Open -> iOS.Device.ExportManagedSymbols.Test Work Item

Error Message

{
  "ErrorMessage" : "llvm::SmallVectorBase<unsigned long long>::set_size(unsigned long)",
  "BuildRetry" : false,
  "ExcludeConsoleLog" : false
}

Report

Build Definition Test Pull Request
842411 dotnet/runtime System.Runtime.ReflectionInvokeEmit.Tests.WorkItemExecution

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 1
dotnet-policy-service[bot] commented 1 month ago

Tagging subscribers to 'os-ios': @vitek-karas, @kotlarmilos, @ivanpovazan, @steveisok, @akoeplinger See info in area-owners.md if you want to be subscribed.

vitek-karas commented 1 month ago

@BrzVlad could you please check if we can repro it and if it's something which looks like related to the new LLVM?

vitek-karas commented 1 month ago

Only happened just once for now - we'll wait if it reproes.