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

Revert "[threadpool-ms] Switch Monitor thread to a MonoThreadInfo (#3538)" #3550

Merged
merged 1 commit into from Sep 11, 2016
Merged

Revert "[threadpool-ms] Switch Monitor thread to a MonoThreadInfo (#3538)" #3550

merged 1 commit into from Sep 11, 2016

Commits on Sep 11, 2016

  1. Revert "[threadpool-ms] Switch Monitor thread to a MonoThreadInfo (#3538

    )"
    
    This reverts commit 2f88b8e.
    
    There is a subtle problem with turning the monitor thread into a simple
    MonoThreadInfo: It creates worker threads via mono_thread_create_internal (),
    which allocates the thread object from the GC. No thread can allocate from
    the GC unless it's actually attached, which the worker thread is not when
    created with just mono_threads_create ().
    Alex Rønne Petersen committed Sep 11, 2016
    Configuration menu
    Copy the full SHA
    6f6987a View commit details
    Browse the repository at this point in the history