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

[mono] Fix finalizer thread init in iOS sample #34405

Merged

Conversation

alexischr
Copy link
Contributor

Starting with mono/mono#16907 , the runtime ends in GC-Safe state (mode) after mono_jit_init_version() is called. mono_gc_init_finalizer_thread() expects the GC to not already be in safe mode.

Starting with mono/mono#16907 , the runtime ends in GC-Safe state (mode) after mono_jit_init_version() is called. mono_gc_init_finalizer_thread() expects the GC to not already be in safe mode.
@EgorBo EgorBo added os-ios Apple iOS and removed area-System.Runtime labels Apr 1, 2020
@lewurm
Copy link
Contributor

lewurm commented Apr 1, 2020

Related PR in Xamarin.iOS: xamarin/xamarin-macios#8242

@akoeplinger akoeplinger merged commit 796dc8e into dotnet:master Apr 1, 2020
@EgorBo EgorBo mentioned this pull request Apr 2, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
os-ios Apple iOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants