[Mono-dev] Multiple mono_jit_init/mono_jit_cleanup issue

Rodrigo Kumpera kumpera at gmail.com
Mon May 21 12:42:08 UTC 2012


The runtime was never meant to be loaded/unloaded multiple times in the
same process. If you need so, you'll have
to fix all bugs you find in your way.


On Fri, May 18, 2012 at 6:58 AM, Anshya Aggarwal
<anshya.aggarwal at gmail.com>wrote:

> Hi,
>
> I am working on some application in which I am required to call
> mono_jit_init multiple times. When I run my application for the first time
> I do mono_jit_init then mono_jit_cleanup everything works fine, problem
> occurs when I try do mono_jit_init again(this time to load different
> runtime[this is my requirement :(]). And on the mono website it is
> mentioned that we should init mono runtime once in a process. I have
> searched for this issue and didnt find any working solution. So, I want to
> know is there anything possible that can be done for this issue? And also
> if possible can anybody elaborate why mono_jit_init multiple times is not
> supported? Is it related to some GC cleanup issue?
>
> --
> Regards,
> Anshya Aggarwal
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120521/95839eb5/attachment.html>


More information about the Mono-devel-list mailing list