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

[d16-5-xcode11.4] Wrap mono_gc_init_finalizer_thread() call with now-needed coop GC state transition #8248

Commits on Mar 31, 2020

  1. Wrap mono_gc_init_finalizer_thread() call with now-needed coop GC sta…

    …te transition.
    
    Starting with mono/mono#16907 , the Mono runtime ends in GC-Safe state (mode) after mono_jit_init_version() is called. The monotouch code did not expect that, and calls mono_gc_init_finalizer_thread() which also tries to enter GC-safe mode.
    
    Should fix mono/mono#19372
    alexischr authored and monojenkins committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    0f9d0dd View commit details
    Browse the repository at this point in the history