[Mono-dev] mono_thread_manage causes subsequent mono_jit_cleanup call to hang?

Vincent Povirk madewokherd at gmail.com
Wed Sep 10 21:58:07 UTC 2014


> 2. Should Mono be fixed to account for what I was doing? I'd prefer to
> have code that is as version-independent as possible. Maybe mono could
> somehow detect that mono_thread_manage was already completed by the
> current thread, and do nothing in this case?

I wrote a patch using this approach:
https://github.com/madewokherd/mono/commit/7baf38fd134f92f7d80f43bb3cf6d77122b3eb1e

But I'm really not sure about this.


More information about the Mono-devel-list mailing list