[Mono-bugs] [Bug 366445] [Regression] assertion failed, accessing value type field over remoting
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Mar 3 16:41:30 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=366445
User robertj at gmx.net added comment
https://bugzilla.novell.com/show_bug.cgi?id=366445#c8
Robert Jordan <robertj at gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|assertion failed, accessing value type over |[Regression] assertion failed, accessing value
|remoting |type field over remoting
--- Comment #8 from Robert Jordan <robertj at gmx.net> 2008-03-03 14:41:29 MST ---
Also reproduced on OpenSUSE 10.3/x86 with Mono 1-9 preview 3.
I've debugged the crash in mono_load_remote_field_new (MonoObject *this,
MonoClass *klass, MonoClassField *field) with the following results:
- "this" is actually "klass" (the MonoClass* of the real object)
- "klass" is "this" (a TransparentProxy*)
- "field" looks invalid
So it seems that "this" and "klass" are reversed.
--
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