[Mono-bugs] [Bug 366445] assertion failed, accessing value type field over remoting
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Mar 4 10:05:46 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#c12
Robert Jordan <robertj at gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
AssignedTo|lluis at novell.com |lupus at novell.com
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 <robertj at gmx.net> 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.
More information about the mono-bugs
mailing list