Juan Hoyos
Juan Hoyos
Mike, I see this in an old log: ``` Process terminated. Parallel crash in main thread at System.Environment.FailFast(System.String) at ParallelCrash.Main(System.String[]) apply_reg_state: ip and cfa unchanged; stopping here (ip=0x7fa6a5a538) ``` Looks...
According to kusto, last failure was 2022-08-07T08:53:38.06Z, so nothing since your PR went in.
This hasn't reproed since 8/7; moving to future until we have something to make it actionable.
Image: https://github.com/dotnet/dotnet-buildtools-prereqs-docker/blob/main/src/ubuntu/18.04/cross/arm64/Dockerfile The tar gets produced by the hook: https://github.com/dotnet/dotnet-buildtools-prereqs-docker/blob/main/src/ubuntu/18.04/cross/arm64/hooks/pre-build That uses this script: https://github.com/dotnet/dotnet-buildtools-prereqs-docker/blob/main/src/ubuntu/build-scripts/build-rootfs.sh
@mangod9 given the hit rate, I'll disable this test while it gets investigated
PR to disable: https://github.com/dotnet/runtime/pull/73477
@janvorli would https://github.com/dotnet/runtime/pull/73491 be enough to fix this, or should I merge the test disable.
The failure here is not just a linux arm issue. See this (sadly Microsoft internal only) [kusto query](https://dataexplorer.azure.com/clusters/engsrvprod/databases/engineeringdata?query=H4sIAAAAAAAAA3WQT2vCQBDF7/0UQxCiEEyh/yhtLOhBLFpsa+mhiKzZSbK62Q0zG6zQD9810fbk8Q3vzcz7aXSQCaVrQoYEFsjuDbnWji9+YFcgISz2FQIayTvlCgjH6MajGZaW9hOT2RCEkdBm4HEA4Vwwhz68scrAVhmZKGOQ4NmuGawB6GjMXN/LF1EiJAl0SOWF6x+kz+G388dgqsw2YUepcN1KEONqw9Z052QrJKeQe1/ByGqNqVPWfJAKltE5nxcb7/OOIF6ta6VlTG3Jp0ZNZBKcDQ9bR7DsRTDFPDnne9+zw7I/LwTjoUqwfLg4kf1j+VpjjRIGIHLbvbqUvYbekIRJi4YeYcZxVWsdX9/f3N3GJVKOB5xsycF6f9ogkVM/rdpmcKQZwael7cT/0arWHMEMmUXuB/8fR8erTamowf0LFDAi0gwCAAA=). On Windows it shows up less frequently and as an assert firing...
On windows we end up unable to unwind for the assert: ``` Assert failure(PID 6972 [0x00001b3c], Thread: 2124 [0x084c]): Consistency check failed: AV in clr at this callstack: ------ !...
Noah already enabled again in PR #73595