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

[tvOS][test] System.Runtime.Extensions BitOperationsTests BitOps_Crc32C_byte crash #76830

Open
Tracked by #79053
mdh1418 opened this issue Oct 10, 2022 · 5 comments
Open
Tracked by #79053
Labels
area-System.Runtime bug disabled-test The test is disabled in source code against the issue os-tvos Apple tvOS
Milestone

Comments

@mdh1418
Copy link
Member

mdh1418 commented Oct 10, 2022

This test has been failing lately on tvOS arm64.
build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=44476&view=logs&j=f4520fb1-1559-5885-1d9c-3cb3f6a85e23&t=6c7a8cfe-f92e-569a-eef9-b2ad3e13056d
log: https://gist.github.com/mdh1418/34590144fc854cc652ba0525b5af38ab

Native Stacktrace

[11:44:43.5673760] =================================================================
[11:44:43.5673800] 	Native stacktrace:
[11:44:43.5673850] =================================================================
[11:44:43.8509760] 	0x1012393b0 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : mono_dump_native_crash_info
[11:44:43.8643200] 	0x1012217e0 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : mono_handle_native_crash
[11:44:43.8702270] 	0x1011fec70 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : mono_crashing_signal_handler
[11:44:43.8702790] 	0x193a63f4c - /usr/lib/system/libsystem_platform.dylib : <redacted>
[11:44:43.8783520] 	0x10594b640 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : System_Runtime_Extensions_Tests_System_Numerics_Tests_BitOperationsTests_BitOps_Crc32C_byte_uint_byte_uint
[11:44:43.8840840] 	0x101201f78 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : mono_jit_runtime_invoke
[11:44:43.8909060] 	0x10113ddf0 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : mono_runtime_invoke_checked
[11:44:43.8982800] 	0x101146308 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : mono_runtime_try_invoke_span
[11:44:43.9044060] 	0x101100c58 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : ves_icall_InternalInvoke
[11:44:43.9099180] 	0x10110af74 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : ves_icall_InternalInvoke_raw
[11:44:43.9179260] 	0x1019c86c0 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : 

Managed Stacktrace

[11:44:45.2667580] =================================================================
[11:44:45.2667650] 	Managed Stacktrace:
[11:44:45.2667700] =================================================================
[11:44:45.2668150] 	  at System.Numerics.Tests.BitOperationsTests:BitOps_Crc32C_byte <0x0003c>
[11:44:45.2668270] 	  at System.Object:runtime_invoke_dynamic <0x00127>
[11:44:45.2668330] 	  at <unknown> <0xffffffff>
[11:44:45.2668370] 	  at System.Reflection.RuntimeMethodInfo:InternalInvoke <0x00007>
[11:44:45.2668420] 	  at System.Reflection.MethodInvoker:InterpretedInvoke <0x0008f>
[11:44:45.2669130] 	  at System.Reflection.RuntimeMethodInfo:Invoke <0x0024f>
[11:44:45.2669420] 	  at System.Reflection.MethodBase:Invoke <0x0004b>
[11:44:45.2669620] 	  at Xunit.Sdk.TestInvoker`1:CallTestMethod <0x0003b>
[11:44:45.2669660] 	  at <<InvokeTestMethodAsync>b__1>d:MoveNext <0x0019b>
[11:44:45.2669710] 	  at System.Object:runtime_invoke_dynamic <0x00127>
[11:44:45.2669890] 	  at <unknown> <0xffffffff>
[11:44:45.2669940] 	  at System.Object:__icall_wrapper_mono_gsharedvt_constrained_call <0x00007>
[11:44:45.2669990] 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00173>
[11:44:45.2670040] 	  at System.Object:gsharedvt_in <0x000db>
[11:44:45.2670080] 	  at System.Object:gsharedvt_out <0x000db>
[11:44:45.2670120] 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder:Start <0x0006b>
[11:44:45.2670170] 	  at <>c__DisplayClass48_0:<InvokeTestMethodAsync>b__1 <0x00093>
[11:44:45.2670890] 	  at <AggregateAsync>d__4:MoveNext <0x000c3>
[11:44:45.2671050] 	  at System.Object:runtime_invoke_dynamic <0x00127>
[11:44:45.2671110] 	  at <unknown> <0xffffffff>
...
{
  "ErrorMessage": "at System.Numerics.Tests.BitOperationsTests:BitOps_Crc32C_byte",
  "BuildRetry": false
}

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Oct 10, 2022
@jkotas jkotas added the Known Build Error Use this to report build issues in the .NET Helix tab label Oct 10, 2022
@ghost
Copy link

ghost commented Oct 11, 2022

Tagging subscribers to 'os-tvos': @steveisok, @akoeplinger
See info in area-owners.md if you want to be subscribed.

Issue Details

This test has been failing lately on tvOS arm64.
build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=44476&view=logs&j=f4520fb1-1559-5885-1d9c-3cb3f6a85e23&t=6c7a8cfe-f92e-569a-eef9-b2ad3e13056d
log: https://gist.github.com/mdh1418/34590144fc854cc652ba0525b5af38ab

Native Stacktrace

[11:44:43.5673760] =================================================================
[11:44:43.5673800] 	Native stacktrace:
[11:44:43.5673850] =================================================================
[11:44:43.8509760] 	0x1012393b0 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : mono_dump_native_crash_info
[11:44:43.8643200] 	0x1012217e0 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : mono_handle_native_crash
[11:44:43.8702270] 	0x1011fec70 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : mono_crashing_signal_handler
[11:44:43.8702790] 	0x193a63f4c - /usr/lib/system/libsystem_platform.dylib : <redacted>
[11:44:43.8783520] 	0x10594b640 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : System_Runtime_Extensions_Tests_System_Numerics_Tests_BitOperationsTests_BitOps_Crc32C_byte_uint_byte_uint
[11:44:43.8840840] 	0x101201f78 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : mono_jit_runtime_invoke
[11:44:43.8909060] 	0x10113ddf0 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : mono_runtime_invoke_checked
[11:44:43.8982800] 	0x101146308 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : mono_runtime_try_invoke_span
[11:44:43.9044060] 	0x101100c58 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : ves_icall_InternalInvoke
[11:44:43.9099180] 	0x10110af74 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : ves_icall_InternalInvoke_raw
[11:44:43.9179260] 	0x1019c86c0 - /private/var/containers/Bundle/Application/DFEA5AC2-A196-415F-A61F-CBED129F0C03/System.Runtime.Extensions.Tests.app/System.Runtime.Extensions.Tests : 

Managed Stacktrace

[11:44:45.2667580] =================================================================
[11:44:45.2667650] 	Managed Stacktrace:
[11:44:45.2667700] =================================================================
[11:44:45.2668150] 	  at System.Numerics.Tests.BitOperationsTests:BitOps_Crc32C_byte <0x0003c>
[11:44:45.2668270] 	  at System.Object:runtime_invoke_dynamic <0x00127>
[11:44:45.2668330] 	  at <unknown> <0xffffffff>
[11:44:45.2668370] 	  at System.Reflection.RuntimeMethodInfo:InternalInvoke <0x00007>
[11:44:45.2668420] 	  at System.Reflection.MethodInvoker:InterpretedInvoke <0x0008f>
[11:44:45.2669130] 	  at System.Reflection.RuntimeMethodInfo:Invoke <0x0024f>
[11:44:45.2669420] 	  at System.Reflection.MethodBase:Invoke <0x0004b>
[11:44:45.2669620] 	  at Xunit.Sdk.TestInvoker`1:CallTestMethod <0x0003b>
[11:44:45.2669660] 	  at <<InvokeTestMethodAsync>b__1>d:MoveNext <0x0019b>
[11:44:45.2669710] 	  at System.Object:runtime_invoke_dynamic <0x00127>
[11:44:45.2669890] 	  at <unknown> <0xffffffff>
[11:44:45.2669940] 	  at System.Object:__icall_wrapper_mono_gsharedvt_constrained_call <0x00007>
[11:44:45.2669990] 	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00173>
[11:44:45.2670040] 	  at System.Object:gsharedvt_in <0x000db>
[11:44:45.2670080] 	  at System.Object:gsharedvt_out <0x000db>
[11:44:45.2670120] 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder:Start <0x0006b>
[11:44:45.2670170] 	  at <>c__DisplayClass48_0:<InvokeTestMethodAsync>b__1 <0x00093>
[11:44:45.2670890] 	  at <AggregateAsync>d__4:MoveNext <0x000c3>
[11:44:45.2671050] 	  at System.Object:runtime_invoke_dynamic <0x00127>
[11:44:45.2671110] 	  at <unknown> <0xffffffff>
...
{
  "ErrorMessage": "at System.Numerics.Tests.BitOperationsTests:BitOps_Crc32C_byte",
  "BuildRetry": false
}

Report

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 0
Author: mdh1418
Assignees: -
Labels:

area-System.Runtime, untriaged, os-tvos, Known Build Error

Milestone: -

@steveisok
Copy link
Member

@akoeplinger @mdh1418 Can we skip this test until we figure out root cause?

@mdh1418
Copy link
Member Author

mdh1418 commented Oct 12, 2022

I think that makes sense, and it'll help make runtime-extra-platforms more green in the meantime

@dakersnar
Copy link
Contributor

@tannergooding Does this failure imply a problem with the software fallback, or the arm64 intrinsic?

@dakersnar dakersnar removed the untriaged New issue has not been triaged by the area owner label Oct 12, 2022
@dakersnar dakersnar added this to the 8.0.0 milestone Oct 12, 2022
@dakersnar dakersnar added the bug label Oct 12, 2022
@stephentoub stephentoub added disabled-test The test is disabled in source code against the issue and removed Known Build Error Use this to report build issues in the .NET Helix tab labels Apr 17, 2023
@steveisok steveisok modified the milestones: 8.0.0, Future Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Runtime bug disabled-test The test is disabled in source code against the issue os-tvos Apple tvOS
Projects
None yet
Development

No branches or pull requests

6 participants