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

[arm32][llvm] crash running BitConverterTest unit tests #18221

Closed
spouliot opened this issue Dec 16, 2019 · 13 comments · Fixed by #18296
Closed

[arm32][llvm] crash running BitConverterTest unit tests #18221

spouliot opened this issue Dec 16, 2019 · 13 comments · Fixed by #18296

Comments

@spouliot
Copy link
Contributor

spouliot commented Dec 16, 2019

https://github.com/xamarin/maccore/issues/2084

Steps to Reproduce

  1. Run BitConverterTest (System_tests.dll) unit tests on an ARM 32 bits iOS device using the LLVM backend

Current Behavior

Crash with 2019-12 and 2019-10
Hangs with 2019-08 (d16-4) and 2019-06 (d16-3)

Expected Behavior

No crash

On which platforms did you notice this

[x] iOS
[ ] macOS
[ ] Linux
[ ] Windows

Version Used:

  • xamarin-macios/master (mono 2019-10)
  • xamarin-macios/mono-2019-12
  • d16-4 (mono 2019-08)

Stacktrace

23:52:41.9724060 =================================================================
23:52:41.9724100 	Native Crash Reporting
23:52:41.9724130 =================================================================
23:52:41.9724160 Got a SIGSEGV while executing native code. This usually indicates
23:52:41.9724190 a fatal error in the mono runtime or one of the native libraries 
23:52:41.9724220 used by your application.
23:52:41.9724270 =================================================================
23:52:41.9724310 
23:52:41.9724340 =================================================================
23:52:41.9724360 	Native stacktrace:
23:52:41.9724390 =================================================================
23:52:41.9761820 	0x118ebc9 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Mono.framework/Mono : mono_dump_native_crash_info
23:52:41.9775450 	0x1186cb7 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Mono.framework/Mono : mono_handle_native_crash
23:52:41.9775730 	0x119244d - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Mono.framework/Mono : mono_sigsegv_signal_handler
23:52:41.9775860 	0x1ca08259 - /usr/lib/system/libsystem_platform.dylib : _sigtramp
23:52:41.9780740 	0x148f2f8 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9780980 	0x148f2f8 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9801690 	0x9b0a6c - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9802170 	0x9b0eec - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9802360 	0x251e4a8 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : mono_aot_mscorlibjit_code_start
23:52:41.9806610 	0x11959c5 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Mono.framework/Mono : mono_get_runtime_build_info
23:52:41.9807400 	0x12293df - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Mono.framework/Mono : mono_runtime_invoke_checked
23:52:41.9807510 	0x122f08b - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Mono.framework/Mono : mono_runtime_try_invoke_array
23:52:41.9807560 	0x122f4e1 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Mono.framework/Mono : mono_runtime_invoke_array_checked
23:52:41.9807600 	0x11e3805 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Mono.framework/Mono : ves_icall_InternalInvoke
23:52:41.9808140 	0x11f09b1 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Mono.framework/Mono : ves_icall_InternalInvoke_raw
23:52:41.9808210 	0x2458ab0 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : mono_aot_mscorlibjit_code_start
23:52:41.9826600 	0x2458c78 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : mono_aot_mscorlibjit_code_start
23:52:41.9826970 	0x15d5788 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9827230 	0x1908d4 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9827290 	0x19f0d8 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9827500 	0x15ec30 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9828580 	0x19d754 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9828670 	0x199cd8 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9828710 	0x19a54c - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9828780 	0x1546bb8 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9828820 	0x15469b0 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9829310 	0x1546920 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9829380 	0x19a404 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9829450 	0x19a164 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9829490 	0x199578 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9830040 	0x199030 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9830100 	0x19a54c - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9830690 	0x1546bb8 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9830800 	0x15469b0 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9830840 	0x1546920 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9830880 	0x19a404 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9831030 	0x19a164 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9831070 	0x199578 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9831780 	0x199030 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9831860 	0x19a54c - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9831920 	0x1546bb8 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9831970 	0x15469b0 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9832000 	0x1546920 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9832760 	0x19a404 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9832920 	0x19a164 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9832990 	0x18d014 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9833050 	0x8e728 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9833110 	0xb1330 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9833280 	0xa29b8 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9834170 	0x8a620 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9834290 	0x15c5558 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9834970 	0x1546bb8 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9835080 	0x15469b0 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9835120 	0x15c5398 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9835640 	0x156f824 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9835710 	0x244eaec - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : mono_aot_mscorlibjit_code_start
23:52:41.9835750 	0x156eccc - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9835810 	0x1567c98 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9835850 	0x155e6c0 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9836270 	0x15c445c - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9836330 	0x89894 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9836390 	0x15c5558 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9836430 	0x1546bb8 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9836470 	0x15469b0 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9837150 	0x15c5398 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9837300 	0x156f824 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9837360 	0x244eaec - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : mono_aot_mscorlibjit_code_start
23:52:41.9837400 	0x156eccc - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9837440 	0x1567c98 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9838220 	0x155e6c0 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9838410 	0x15c445c - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9838450 	0x94b98 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9838480 	0x15c5558 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9838550 	0x1546bb8 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9838590 	0x15469b0 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9839090 	0x15c5398 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9839250 	0x156f008 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9839310 	0x17f3a10 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9839350 	0x251e4a8 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : mono_aot_mscorlibjit_code_start
23:52:41.9839380 	0x11959c5 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Mono.framework/Mono : mono_get_runtime_build_info
23:52:41.9839890 	0x12293df - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Mono.framework/Mono : mono_runtime_invoke_checked
23:52:41.9840070 	0x122bf33 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Mono.framework/Mono : mono_runtime_invoke
23:52:41.9840110 	0x8682b - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9840140 	0x86ce9 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9840210 	0x1dacdb2f - /System/Library/Frameworks/Foundation.framework/Foundation : <redacted>
23:52:41.9840240 	0x1d143fdd - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : <redacted>
23:52:41.9840280 	0x1d143b05 - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : <redacted>
23:52:41.9840780 	0x1d141f51 - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : <redacted>
23:52:41.9840930 	0x1d0951af - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : CFRunLoopRunSpecific
23:52:41.9840960 	0x1d094fd1 - /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation : CFRunLoopRunInMode
23:52:41.9840990 	0x1e83fb41 - /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices : GSEventRunModal
23:52:41.9841050 	0x22417a53 - /System/Library/Frameworks/UIKit.framework/UIKit : UIApplicationMain
23:52:41.9841310 	0x25a7888 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : mono_aot_Xamarin_iOSjit_code_start
23:52:41.9841370 	0x17eaabc - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9842040 	0x17eaa28 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : gc.safepoint_poll
23:52:41.9842110 	0x94fd0 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9842140 	0x251e4a8 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.Sdk.framework/Xamarin.Sdk : mono_aot_mscorlibjit_code_start
23:52:41.9842210 	0x11959c5 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Mono.framework/Mono : mono_get_runtime_build_info
23:52:41.9842250 	0x12293df - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Mono.framework/Mono : mono_runtime_invoke_checked
23:52:41.9842710 	0x122de9f - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Mono.framework/Mono : mono_runtime_exec_main_checked
23:52:41.9842870 	0x11786b1 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Mono.framework/Mono : mono_jit_exec
23:52:41.9882040 	0x141bb64 - /private/var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/Frameworks/Xamarin.framework/Xamarin : xamarin_main
23:52:41.9882340 	0x88d41 - /var/containers/Bundle/Application/5DE5C3EA-104A-416C-A5FC-D85A9C677CC7/com.xamarin.bcltests.BCL tests group 2.app/com.xamarin.bcltests.BCL tests group 2 : (null)
23:52:41.9882380 	0x1c8824eb - /usr/lib/system/libdyld.dylib : <redacted>
23:52:41.9882410 
23:52:41.9882430 =================================================================
23:52:41.9897740 	Basic Fault Address Reporting
23:52:41.9898010 =================================================================
23:52:41.9898050 Memory around native instruction pointer (0x148f120):0x148f110  11 00 00 ba 0c 00 95 e5 04 00 50 e1 05 00 84 80  ..........P.....
23:52:41.9898080 0x148f120  d0 01 c0 81 b0 80 bd 88 38 00 9f e5 00 10 8f e0  ........8.......
23:52:41.9898110 0x148f130  d4 00 a0 e3 2d 64 43 eb 51 03 00 e3 c3 63 ff eb  ....-dC.Q....c..
23:52:41.9916240 0x148f140  00 00 55 e3 eb ff ff 1a 0f 00 a0 e3 e6 a8 01 eb  ..U.............
23:52:41.9916520 
23:52:41.9916570 =================================================================
23:52:41.9916600 	Managed Stacktrace:
23:52:41.9916630 =================================================================
23:52:41.9916660 	  at System.BitConverter:ToInt64 <0x00058>
23:52:41.9916680 	  at System.BitConverter:ToDouble <0x00033>
23:52:41.9916710 	  at MonoTests.System.BitConverterTest:PrivateTestDouble <0x000ff>
23:52:41.9916740 	  at MonoTests.System.BitConverterTest:TestDouble <0x00083>
23:52:41.9916770 	  at System.Object:runtime_invoke_dynamic <0x000fb>
23:52:41.9916880 	  at <unknown> <0xffffffff>
23:52:41.9916910 	  at System.Reflection.RuntimeMethodInfo:InternalInvoke <0x0004f>
23:52:41.9916940 	  at System.Reflection.RuntimeMethodInfo:Invoke <0x00113>
23:52:41.9916970 	  at System.Reflection.MethodBase:Invoke <0x00027>
23:52:41.9917000 	  at NUnit.Framework.Internal.Reflect:InvokeMethod <0x0006b>
23:52:41.9917030 	  at NUnit.Framework.Internal.Commands.TestMethodCommand:Execute <0x0006b>
23:52:41.9917620 	  at NUnit.Framework.Internal.Commands.SetUpTearDownCommand:Execute <0x00053>
23:52:41.9917710 	  at NUnit.Framework.Internal.Commands.FlakyTestRetriesCommand:Execute <0x00043>
23:52:41.9930100 	  at NUnit.Framework.Internal.WorkItems.SimpleWorkItem:PerformWork <0x00047>
23:52:41.9930440 	  at NUnit.Framework.Internal.WorkItems.WorkItem:DispatchWork <0x0011f>
23:52:41.9930480 	  at System.Threading.ExecutionContext:RunInternal <0x0019f>
23:52:41.9930510 	  at System.Threading.ExecutionContext:Run <0x0004b>
23:52:41.9930540 	  at System.Threading.ExecutionContext:Run <0x0005b>
23:52:41.9930570 	  at NUnit.Framework.Internal.WorkItems.WorkItem:RunTest <0x000ab>
23:52:41.9930600 	  at NUnit.Framework.Internal.WorkItems.WorkItem:Execute <0x00143>
23:52:41.9930630 	  at NUnit.Framework.Internal.WorkItems.CompositeWorkItem:RunChildren <0x0011f>
23:52:41.9930680 	  at NUnit.Framework.Internal.WorkItems.CompositeWorkItem:PerformWork <0x004df>
23:52:41.9930720 	  at NUnit.Framework.Internal.WorkItems.WorkItem:DispatchWork <0x0011f>
23:52:41.9930750 	  at System.Threading.ExecutionContext:RunInternal <0x0019f>
23:52:41.9930780 	  at System.Threading.ExecutionContext:Run <0x0004b>
23:52:41.9930810 	  at System.Threading.ExecutionContext:Run <0x0005b>
23:52:41.9930830 	  at NUnit.Framework.Internal.WorkItems.WorkItem:RunTest <0x000ab>
23:52:41.9930860 	  at NUnit.Framework.Internal.WorkItems.WorkItem:Execute <0x00143>
23:52:41.9931670 	  at NUnit.Framework.Internal.WorkItems.CompositeWorkItem:RunChildren <0x0011f>
23:52:41.9931860 	  at NUnit.Framework.Internal.WorkItems.CompositeWorkItem:PerformWork <0x004df>
23:52:41.9931910 	  at NUnit.Framework.Internal.WorkItems.WorkItem:DispatchWork <0x0011f>
23:52:41.9931930 	  at System.Threading.ExecutionContext:RunInternal <0x0019f>
23:52:41.9931960 	  at System.Threading.ExecutionContext:Run <0x0004b>
23:52:41.9931990 	  at System.Threading.ExecutionContext:Run <0x0005b>
23:52:41.9932020 	  at NUnit.Framework.Internal.WorkItems.WorkItem:RunTest <0x000ab>
23:52:41.9932050 	  at NUnit.Framework.Internal.WorkItems.WorkItem:Execute <0x00143>
23:52:41.9932100 	  at NUnit.Framework.Internal.NUnitLiteTestAssemblyRunner:Run <0x00133>
23:52:41.9932140 	  at <Run>d__20:MoveNext <0x00577>
23:52:41.9932170 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder:Start <0x00037>
23:52:41.9932200 	  at Xamarin.iOS.UnitTests.NUnit.NUnitTestRunner:Run <0x000e7>
23:52:41.9932230 	  at <ViewDidLoad>d__4:MoveNext <0x006e3>
23:52:41.9932250 	  at MoveNextRunner:InvokeMoveNext <0x0009f>
23:52:41.9932280 	  at System.Threading.ExecutionContext:RunInternal <0x0019f>
23:52:41.9932310 	  at System.Threading.ExecutionContext:Run <0x0004b>
23:52:41.9932370 	  at MoveNextRunner:Run <0x000df>
23:52:41.9932880 	  at System.Threading.Tasks.AwaitTaskContinuation:InvokeAction <0x00067>
23:52:41.9933060 	  at System.Threading.Tasks.AwaitTaskContinuation:RunCallback <0x0007b>
23:52:41.9933100 	  at System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation:Run <0x00223>
23:52:41.9933130 	  at System.Threading.Tasks.Task:FinishContinuations <0x0025b>
23:52:41.9933160 	  at System.Threading.Tasks.Task`1:TrySetResult <0x00193>
23:52:41.9933190 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:SetResult <0x00083>
23:52:41.9933220 	  at <ParseContentFilesAsync>d__3:MoveNext <0x004a3>
23:52:41.9933250 	  at MoveNextRunner:InvokeMoveNext <0x0009f>
23:52:41.9933300 	  at System.Threading.ExecutionContext:RunInternal <0x0019f>
23:52:41.9933340 	  at System.Threading.ExecutionContext:Run <0x0004b>
23:52:41.9933370 	  at MoveNextRunner:Run <0x000df>
23:52:41.9933390 	  at System.Threading.Tasks.AwaitTaskContinuation:InvokeAction <0x00067>
23:52:41.9933420 	  at System.Threading.Tasks.AwaitTaskContinuation:RunCallback <0x0007b>
23:52:41.9933450 	  at System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation:Run <0x00223>
23:52:41.9933480 	  at System.Threading.Tasks.Task:FinishContinuations <0x0025b>
23:52:41.9933990 	  at System.Threading.Tasks.Task`1:TrySetResult <0x00193>
23:52:41.9934690 	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:SetResult <0x00083>
23:52:41.9934790 	  at <ParseStreamAsync>d__1:MoveNext <0x002cf>
23:52:41.9934830 	  at MoveNextRunner:InvokeMoveNext <0x0009f>
23:52:41.9934850 	  at System.Threading.ExecutionContext:RunInternal <0x0019f>
23:52:41.9934880 	  at System.Threading.ExecutionContext:Run <0x0004b>
23:52:41.9934910 	  at MoveNextRunner:Run <0x000df>
23:52:41.9934940 	  at <>c:<.cctor>b__7_0 <0x00067>
23:52:41.9934960 	  at Foundation.NSAsyncSynchronizationContextDispatcher:Apply <0x00037>
23:52:41.9934990 	  at System.Object:runtime_invoke_dynamic <0x000fb>
23:52:41.9935050 	  at <unknown> <0xffffffff>
23:52:41.9935080 	  at UIKit.UIApplication:UIApplicationMain <0x0004f>
23:52:41.9935110 	  at UIKit.UIApplication:Main <0x00043>
23:52:41.9935140 	  at UIKit.UIApplication:Main <0x00057>
23:52:41.9935160 	  at BCLTests.Application:Main <0x0003f>
23:52:41.9935190 	  at System.Object:runtime_invoke_dynamic <0x000fb>
23:52:41.9935220 =================================================================

http://xamarin-storage/jenkins/xamarin-macios/master/7bc1903f809e8241956853f7aa0817b17cce9c79/3320164/device-tests/jenkins-results/tests/%5bNUnit%5d%20Mono%20BCL%20tests%20group%202/1391/run-9b86b5e0136a5cd6c50fb803ecb59e39e55720c4-20191213_235035.log

@spouliot spouliot changed the title [arm32][llvm] crash [arm32][llvm] crash running BitConverterTest unit tests Dec 16, 2019
@spouliot
Copy link
Contributor Author

c.c. @SamMonoRT for 2019-12 integration

@lambdageek lambdageek added this to the 2019-10 (6.8.xx) milestone Dec 16, 2019
@spouliot
Copy link
Contributor Author

spouliot commented Dec 17, 2019

A device with 16.4/preview (2019-08) hangs at the same place

default	21:22:45.000000 -0500	com.xamarin.bcltests.BCL tests group 2	 

default		com.xamarin.bcltests.BCL tests group 2	 BitConverterTest

default	20:22:45.000000 -0500	com.xamarin.bcltests.BCL tests group 2	 	[PASS] BitConverterTest.TestBool

default	20:22:45.000000 -0500	com.xamarin.bcltests.BCL tests group 2	 	[PASS] BitConverterTest.TestChar

not stack trace (since it hanged) but it's the same location as newer mono

@marek-safar
Copy link
Member

/cc @vargaz

@spouliot
Copy link
Contributor Author

Ran again on d16-3 (2019-06) and it hangs (not crash) too (I originally grep'ed for the wrong thing). IOW this regressed quite some time ago...

@imhameed
Copy link
Contributor

@lewurm and I took a look at this today; it looks like the LLVM IR we emit for ReadUnaligned doesn't actually generate an unaligned read, so these tests result in an alignment fault. See, for example:

b.CopyTo (larger, 1);
v2 = BitConverter.ToDouble (larger, 1);
Assert.AreEqual (v1, v2, "#A3");

A fix for this should be available soon.

xamarin-release-manager referenced this issue in xamarin/xamarin-macios Dec 19, 2019
[master] Merge Xcode 11.3 into master
@SamMonoRT
Copy link
Contributor

It seems this could be an old issue, why didn't we catch this earlier - was it some other change which exposed this ?

@spouliot
Copy link
Contributor Author

@SamMonoRT on our (Mac/iOS) side we resurrected our (automated) bots that could tests devices, so we have more results/coverage today than in the past few months.

xamarin-release-manager referenced this issue in xamarin/xamarin-macios Dec 20, 2019
Some of the test assemblies are too large and will be splitted by mono so
that they can be compiled for iOS 32b. In that case, we are using the
following pattern

`
test_assembly_name.dll
`
becomes
`
test_assembly_name.part1.dll
test_assembly_name.part2.dll
`
Perse the only change we need to add to make our life easier is to be
able to mantain a single .ignore file since mantaining more .ignore
files is hard and more error prone. This change simply checks if we are
working with a splitted dll and ensures that the correct .ignore files
are added to the BCL test application.

Co-Authored-By: Pramit Mallick <prmallic@microsoft.com>
imhameed added a commit to imhameed/mono that referenced this issue Dec 25, 2019
imhameed added a commit to imhameed/mono that referenced this issue Dec 25, 2019
monojenkins pushed a commit to monojenkins/mono that referenced this issue Dec 26, 2019
@lambdageek
Copy link
Member

Let's keep it open until the backports are merged

@lambdageek lambdageek reopened this Dec 27, 2019
@lambdageek
Copy link
Member

@imhameed Could you do a 2019-10 backport of #18296 by hand when you have a chance.

monojenkins added a commit that referenced this issue Jan 2, 2020
…d stores. (#18301)

[2019-12] Use byte-aligned LLVM loads and stores for unaligned mini IR loads and stores.

Should fix #18221.

Backport of #18296.

/cc @lambdageek @imhameed
@lewurm
Copy link
Contributor

lewurm commented Jan 3, 2020

It seems this could be an old issue, why didn't we catch this earlier - was it some other change which exposed this ?

On the Mono side we do not have a CI lane for fullAOT+llvm on armv7, afaik due to lack of resources.

@imhameed
Copy link
Contributor

imhameed commented Jan 7, 2020

@imhameed Could you do a 2019-10 backport of #18296 by hand when you have a chance.

Sure: #18369

imhameed added a commit that referenced this issue Jan 7, 2020
@imhameed
Copy link
Contributor

imhameed commented Jan 7, 2020

#18369 has been merged.

@lambdageek
Copy link
Member

Fixed on master, 2019-12 and 2019-10

lewurm pushed a commit to lewurm/mono that referenced this issue Jan 8, 2020
ManickaP pushed a commit to ManickaP/runtime that referenced this issue Jan 20, 2020
jonpryor added a commit to jonpryor/xamarin-android that referenced this issue Jan 22, 2020
Changes: mono/mono@df42020...1182f8c

Context: mono/mono#18221
Context: mono/mono#18247
Context: mono/mono#18276
Context: mono/mono#18388

  * mono/mono@1182f8cbf: Bump xsp to fix issues with removed Mono.Security APIs (#18486)
  * mono/mono@448e7ee95: [2019-10] [arm] account for signed bit when calculating offset to PLT entry (#18461)
  * mono/mono@f5eff7fa8: [2019-10] [loader] ReflectionOnlyLoad(byte[]) should not apply binding redirects (#18459)
  * mono/mono@a3c4b143a: [2019-10] Bump msbuild to track mono-2019-10 (#18434)
  * mono/mono@41f9a07d3: [2019-10] Bump msbuild to track mono-2019-10 (#18414)
  * mono/mono@7a4a1ab42: [2019-10]: Bump CoreFX to latest mono-2019-10. (#18406)
  * mono/mono@4019940aa: [2019-10] Bump msbuild to track mono-2019-10 (#18393)
  * mono/mono@ca47edd56: [2019-10] Bump msbuild to track mono-2019-10 (#18374)
  * mono/mono@6a246d094: [2019-10] [jit] Avoid passing a vtable argument to DIM methods when making calls out of gsharedvt methods. (#18366)
  * mono/mono@398bb16a4: [2019-10] Use byte-aligned LLVM loads and stores for unaligned mini IR loads and stores. (#18369)
  * mono/mono@b38f2038e: [2019-10] Bump msbuild to track mono-2019-10 (#18259)
  * mono/mono@2bb369f03: [2019-10] Add SignedCms to the TypeForwards in the System.Security.Cryptography.Pkcs facade (#18363)
jonpryor added a commit to xamarin/xamarin-android that referenced this issue Jan 22, 2020
Changes: mono/mono@df42020...1182f8c

Context: mono/mono#18221
Context: mono/mono#18247
Context: mono/mono#18276
Context: mono/mono#18388

  * mono/mono@1182f8cbf: Bump xsp to fix issues with removed Mono.Security APIs (#18486)
  * mono/mono@448e7ee95: [2019-10] [arm] account for signed bit when calculating offset to PLT entry (#18461)
  * mono/mono@f5eff7fa8: [2019-10] [loader] ReflectionOnlyLoad(byte[]) should not apply binding redirects (#18459)
  * mono/mono@a3c4b143a: [2019-10] Bump msbuild to track mono-2019-10 (#18434)
  * mono/mono@41f9a07d3: [2019-10] Bump msbuild to track mono-2019-10 (#18414)
  * mono/mono@7a4a1ab42: [2019-10]: Bump CoreFX to latest mono-2019-10. (#18406)
  * mono/mono@4019940aa: [2019-10] Bump msbuild to track mono-2019-10 (#18393)
  * mono/mono@ca47edd56: [2019-10] Bump msbuild to track mono-2019-10 (#18374)
  * mono/mono@6a246d094: [2019-10] [jit] Avoid passing a vtable argument to DIM methods when making calls out of gsharedvt methods. (#18366)
  * mono/mono@398bb16a4: [2019-10] Use byte-aligned LLVM loads and stores for unaligned mini IR loads and stores. (#18369)
  * mono/mono@b38f2038e: [2019-10] Bump msbuild to track mono-2019-10 (#18259)
  * mono/mono@2bb369f03: [2019-10] Add SignedCms to the TypeForwards in the System.Security.Cryptography.Pkcs facade (#18363)
jonpryor pushed a commit to xamarin/xamarin-android that referenced this issue Jan 30, 2020
Changes: mono/api-snapshot@6f14e43...8ea1d66

	$ git diff --shortstat 6f14e433...8ea1d663
	 21 files changed, 719 insertions(+), 444 deletions(-)

Changes: mono/boringssl@4ca62c5...d7b108e

	$ git diff --shortstat 4ca62c57...d7b108ee
	 1 file changed, 1 insertion(+)

Changes: dotnet/cecil@cb6c1ca...a6a7f5c

	$ git diff --shortstat cb6c1ca9...a6a7f5c0
	 47 files changed, 587 insertions(+), 444 deletions(-)

Changes: mono/corefx@10a41e9...5940515

	$ git diff --shortstat 10a41e9f...59405155
	 55 files changed, 1382 insertions(+), 369 deletions(-)

Changes: mono/mono@18920a8...2edccc5

	$ git diff --shortstat 18920a83...2edccc52
        1393 files changed, 44742 insertions(+), 90381 deletions(-)

Context: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1005448
Context: https://dev.azure.com/devdiv/DevDiv/_workitems/edit/1005448
Context: KSP-CKAN/CKAN#2881
Context: mono/mono#10559
Context: mono/mono#12249
Context: mono/mono#12337
Context: mono/mono#12995
Context: mono/mono#13777
Context: mono/mono#15006
Context: mono/mono#15010
Context: mono/mono#15181
Context: mono/mono#15805
Context: mono/mono#15845
Context: mono/mono#16026
Context: mono/mono#16206
Context: mono/mono#16410
Context: mono/mono#16513
Context: mono/mono#16557
Context: mono/mono#16588
Context: mono/mono#16632
Context: mono/mono#16701
Context: mono/mono#16778
Context: mono/mono#17053
Context: mono/mono#17084
Context: mono/mono#17133
Context: mono/mono#17151
Context: mono/mono#17161
Context: mono/mono#17190
Context: mono/mono#17278
Context: mono/mono#17278
Context: mono/mono#17317
Context: mono/mono#17367
Context: mono/mono#17389
Context: mono/mono#17546
Context: mono/mono#17549
Context: mono/mono#17569
Context: mono/mono#17601
Context: mono/mono#17665
Context: mono/mono#17687
Context: mono/mono#17737
Context: mono/mono#17790
Context: mono/mono#17869
Context: mono/mono#17878
Context: mono/mono#17916
Context: mono/mono#17924
Context: mono/mono#17926
Context: mono/mono#17931
Context: mono/mono#18213
Context: mono/mono#18221
Context: mono/mono#18273
Context: mono/mono#18276
Context: mono/mono#18317
Context: mono/mono#18388
Context: mono/mono#18455
jonpryor pushed a commit to xamarin/xamarin-android that referenced this issue Mar 13, 2020
Changes: mono/api-snapshot@53a841f...5b8247e

	$ git diff --shortstat 53a841ff...5b8247e2
	 9 files changed, 572 insertions(+), 13 deletions(-)

Changes: mono/corefx@1cdb9c2...7c9e215

	$ git diff --shortstat 1cdb9c20...7c9e2158
	 24 files changed, 2393 insertions(+), 396 deletions(-)

Changes: dotnet/cecil@a6a7f5c...8021f3f

	$ git diff --shortstat a6a7f5c0...8021f3fb
	 16 files changed, 98 insertions(+), 25 deletions(-)

Changes: dotnet/linker@e8d054b...e1c7a72

	$ git diff --shortstat e8d054bf...e1c7a729
	 220 files changed, 9758 insertions(+), 3165 deletions(-)

Changes: mono/mono@2ff8988...d90665a

	$ git diff --shortstat 2ff89885...d90665a4
	 612 files changed, 20193 insertions(+), 10239 deletions(-)

Context: mono/mono#9726
Context: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1048838
Context: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1050615
Context: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1069059
Context: mono/mono#10643
Context: mono/mono#10651
Context: mono/mono#12022
Context: mono/mono#12995
Context: mono/mono#15612
Context: mono/mono#16513
Context: mono/mono#16588
Context: mono/mono#16778
Context: mono/mono#16969
Context: mono/mono#17140
Context: mono/mono#17601
Context: mono/mono#17869
Context: mono/mono#17878
Context: mono/mono#17916
Context: mono/mono#17926
Context: mono/mono#17980
Context: mono/mono#18006
Context: mono/mono#18019
Context: mono/mono#18020
Context: mono/mono#18030
Context: mono/mono#18061
Context: mono/mono#18064
Context: mono/mono#18106
Context: mono/mono#18120
Context: mono/mono#18191
Context: mono/mono#18202
Context: mono/mono#18213
Context: mono/mono#18221
Context: mono/mono#18247
Context: mono/mono#18273
Context: mono/mono#18276
Context: mono/mono#18317
Context: mono/mono#18323
Context: mono/mono#18364
Context: mono/mono#18370
Context: mono/mono#18417
Context: mono/mono#18418
Context: mono/mono#18455
Context: mono/mono#18506
Context: mono/mono#18524
Context: mono/mono#18530
Context: mono/mono#18554
Context: mono/mono#18572
Context: mono/mono#18578
Context: mono/mono#18584
Context: mono/mono#18612
Context: mono/mono#18614
Context: mono/mono#18675
Context: mono/mono#18676
Context: mono/mono#18925
Context: mono/mono#19009
Context: https://issuetracker.unity3d.com/issues/unity-physics-collisions-do-not-work-and-errors-are-thrown-when-entering-play-mode
Context: https://xamarin.github.io/bugzilla-archives/20/20233/bug.html
jonpryor pushed a commit to xamarin/xamarin-android that referenced this issue Mar 15, 2020
Changes: mono/api-snapshot@53a841f...5b8247e

	$ git diff --shortstat 53a841ff...5b8247e2
	 9 files changed, 572 insertions(+), 13 deletions(-)

Changes: mono/corefx@1cdb9c2...7c9e215

	$ git diff --shortstat 1cdb9c20...7c9e2158
	 24 files changed, 2393 insertions(+), 396 deletions(-)

Changes: dotnet/cecil@a6a7f5c...8021f3f

	$ git diff --shortstat a6a7f5c0...8021f3fb
	 16 files changed, 98 insertions(+), 25 deletions(-)

Changes: dotnet/linker@e8d054b...e1c7a72

	$ git diff --shortstat e8d054bf...e1c7a729
	 220 files changed, 9758 insertions(+), 3165 deletions(-)

Changes: mono/mono@2ff8988...d90665a

	$ git diff --shortstat 2ff89885...d90665a4
	 612 files changed, 20193 insertions(+), 10239 deletions(-)

Context: mono/mono#9726
Context: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1048838
Context: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1050615
Context: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1069059
Context: mono/mono#10643
Context: mono/mono#10651
Context: mono/mono#12022
Context: mono/mono#12995
Context: mono/mono#15612
Context: mono/mono#16513
Context: mono/mono#16588
Context: mono/mono#16778
Context: mono/mono#16969
Context: mono/mono#17140
Context: mono/mono#17601
Context: mono/mono#17869
Context: mono/mono#17878
Context: mono/mono#17916
Context: mono/mono#17926
Context: mono/mono#17980
Context: mono/mono#18006
Context: mono/mono#18019
Context: mono/mono#18020
Context: mono/mono#18030
Context: mono/mono#18061
Context: mono/mono#18064
Context: mono/mono#18106
Context: mono/mono#18120
Context: mono/mono#18191
Context: mono/mono#18202
Context: mono/mono#18213
Context: mono/mono#18221
Context: mono/mono#18247
Context: mono/mono#18273
Context: mono/mono#18276
Context: mono/mono#18317
Context: mono/mono#18323
Context: mono/mono#18364
Context: mono/mono#18370
Context: mono/mono#18417
Context: mono/mono#18418
Context: mono/mono#18455
Context: mono/mono#18506
Context: mono/mono#18524
Context: mono/mono#18530
Context: mono/mono#18554
Context: mono/mono#18572
Context: mono/mono#18578
Context: mono/mono#18584
Context: mono/mono#18612
Context: mono/mono#18614
Context: mono/mono#18675
Context: mono/mono#18676
Context: mono/mono#18925
Context: mono/mono#19009
Context: https://issuetracker.unity3d.com/issues/unity-physics-collisions-do-not-work-and-errors-are-thrown-when-entering-play-mode
Context: https://xamarin.github.io/bugzilla-archives/20/20233/bug.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants