https://bugzilla.novell.com/show_bug.cgi?id=465185
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=465185#c1 Zoltan Varga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Zoltan Varga <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
