[Mono-bugs] [Bug 465185] New: mono_jit_init loads mscorlib which does not exist
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Jan 11 07:14:22 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=465185
Summary: mono_jit_init loads mscorlib which does not exist
Classification: Mono
Product: Mono: Runtime
Version: 2.2.x
Platform: x86-64
OS/Version: openSUSE 11.1
Status: NEW
Severity: Blocker
Priority: P5 - None
Component: JIT
AssignedTo: lupus at novell.com
ReportedBy: marcel.hauf at googlemail.com
QAContact: mono-bugs at lists.ximian.com
Found By: Community User
Created an attachment (id=264346)
--> (https://bugzilla.novell.com/attachment.cgi?id=264346)
Picture of the stacktrace from kdbg
Description of Problem:
The function mono_jit_init(file_name) tries to load the
"/usr/lib/mono/2.0/mscorlib.dll.so" file but there is no mscorelib.dll.so file.
Only a mscorlib.dll and mscorlib.dll.mdb file.
/usr/lib/mono/2.0> ls | grep mscorlib.dll
mscorlib.dll
mscorlib.dll.mdb
Actual Results:
Error: SIGSEGV. Segmentation fault.
Expected Results:
Loading the MonoVM and the mscorlib.dll with the provided example.
How often does this happen?
Every time.
Additional Information:
I'm using the package from
http://download.opensuse.org/repositories/Mono:/Preview/openSUSE_11.1/ version
2.2-14.1-x86_64.
I have installed mono-complete + debuginfo, devel and many other mono related
packages.
I think I had the same problem with the version 2.0.1 and 2.0.0.
--
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