[Mono-dev] Multiple mono_jit_init/mono_jit_cleanup issue

Anshya Aggarwal anshya.aggarwal at gmail.com
Fri May 18 09:58:59 UTC 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120518/4b7ce01d/attachment.html>


More information about the Mono-devel-list mailing list