[Mono-devel-list] Unloading mono runtime dylib on os x

Paolo Molaro lupus at ximian.com
Mon Apr 11 13:00:45 EDT 2005


On 04/11/05 Joe Ante wrote:
> - Unloading the bundle[1] fails when mono is initialized.
> - When i remove all calls to mono i can unload the bundle without problems.
> - When i call only mono_jit_init and mono_jit_cleanup i can not unload the
> bundle anymore.
> 
> Does anyone know what prevents mono from being unloadable?
> Where is that code and is it possible to fix it?

We don't call any code that says: don't unload me.
I guess you'll have to get the error message and figure out yourself
why that happens (or ask the apple guys or look at the darwin sources):
this isn't something we do deliberately. It looks like an obscure
side effect of something we do, but you really need to dig in darwin,
not us, to see why.

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list