diff --git a/.external b/.external index d997ec46260..05c25dce4f4 100644 --- a/.external +++ b/.external @@ -1,2 +1,2 @@ xamarin/monodroid:d16-7@8d51d0af0572db1583a8ab5ec095bec3046ae476 -mono/mono:2020-02@075c3f06197e3b969f4234d0f56a2e10ee6ee305 +mono/mono:2020-02@8c085a99b32e99ae2f0a6b3de61541fefb4d3389 diff --git a/Documentation/release-notes/4725.md b/Documentation/release-notes/4725.md new file mode 100644 index 00000000000..6452265f0ae --- /dev/null +++ b/Documentation/release-notes/4725.md @@ -0,0 +1,9 @@ +#### Application Mono Framework behavior on device and emulator + +- [GitHub 4713](https://github.com/xamarin/xamarin-android/issues/4713): + Starting in Xamarin.Android 10.3, SIGSEGV during + `monodroid_typemap_java_to_managed` could cause apps to abort if the + application was built with the `$(AndroidEnablePreloadAssemblies)` + set to `False`, that is assembly preload at application startup + would be turned off and the application happened to use a managed + type which resides in an assembly not yet loaded by the runtime.