-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[mono] Many libraries tests failing due to The type initializer for 'DynamicDelegateLightup' threw an exception
on tvos-arm64
#90494
Comments
/cc: @premun I assume this is the reason for the spike you reported at: #90023 (comment) |
Some more information: |
Tagging subscribers to 'os-ios': @steveisok, @akoeplinger, @kotlarmilos Issue DetailsBuild InformationAffected pipelines:
Build error legs:
Work items failing:
Crash log example:
Pull request: #90023 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "The type initializer for 'DynamicDelegateLightup' threw an exception",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
} Known issue validationBuild: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=371961
|
Tagging subscribers to this area: @cston Issue DetailsBuild InformationAffected pipelines:
Build error legs:
Work items failing:
Crash log example:
Pull request: #90023 Error MessageFill the error message using step by step known issues guidance. {
"ErrorMessage": "The type initializer for 'DynamicDelegateLightup' threw an exception",
"ErrorPattern": "",
"BuildRetry": false,
"ExcludeConsoleLog": false
} Known issue validationBuild: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=371961
|
This regression seems to be introduced with: #88723 That PR changed the way However, since we do not enable trimming for libraries tests, the type is preserved and Mono throws during its initialization. What is left unanswered is, why we started seeing this recently and not when the change was made. |
…ntime.Augments.DynamicDelegateAugments` in build scenarios without linking (#90519) Fixes #90494 --------- Co-authored-by: Jan Kotas <[email protected]>
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=371961
Affected pipelines:
Build error legs:
Work items failing:
Crash log example:
Pull request: #90023
Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=371961
Error message validated:
The type initializer for 'DynamicDelegateLightup' threw an exception
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/13/2023 7:26:42 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: