https://bugzilla.novell.com/show_bug.cgi?id=366445
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=366445#c8 Robert Jordan <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
