https://bugzilla.novell.com/show_bug.cgi?id=366445
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=366445#c12 Robert Jordan <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] Component|remoting |JIT Summary|[Regression] assertion failed, accessing value |assertion failed, accessing value type field |type field over remoting |over remoting --- Comment #12 from Robert Jordan <[EMAIL PROTECTED]> 2008-03-04 08:05:46 MST --- The generated IL of Zoltan's patch is OK, IMO. The problem is that native calls (CALLI) do not support struct return values on all architectures, x86 being one of them. I dunno why it works w/out the patch, though. I guess it worked accidentally until the patch has introduced a new frame. Zoltán, you happen to know the real reason? -- 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
