[Mono-bugs] [Bug 465185] mono_jit_init loads mscorlib which does not exist

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Jan 11 21:40:23 EST 2009


https://bugzilla.novell.com/show_bug.cgi?id=465185

User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=465185#c1


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vargaz at gmail.com




--- Comment #1 from Zoltan Varga <vargaz at gmail.com>  2009-01-11 19:40:19 MST ---
mscorlib.dll.so is an optional file created from mscorlib.dll by the mono AOT
compiler. 
Trying to load mscorlib.dll.so, and not finding it is perfectly normal, and
shouldn't cause the runtime to crash. Also, the stack trace you attached show
a crash inside dlopen (), which is a libc function. I suspect this has
something
to do with the way you are embedding the mono runtime.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list