[Mono-bugs] [Bug 368294] Runtime crashes when loading .NET assembly

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Mar 7 15:58:23 EST 2008


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

User msafar at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=368294#c6





--- Comment #6 from Marek Safar <msafar at novell.com>  2008-03-07 13:58:22 MST ---
I have included another test dll which reproduces the *REAL* issue which I have

Mono runtime loads some types from wrong assembly (System.Int32) in my case


Expected result:

mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Attribute
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Int32
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Int64
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null

Actual result:

mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Attribute
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
System.Int32
mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Int64
mylib, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null


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


More information about the mono-bugs mailing list