[Mono-bugs] [Bug 509049] Expression tree compiler crashes when running on different domain
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jun 2 14:38:57 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=509049
User vargaz at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=509049#c7
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Sys.Core |misc
AssignedTo|jbevain at novell.com |mono-bugs at lists.ximian.com
Product|Mono: Class Libraries |Mono: Runtime
--- Comment #7 from Zoltan Varga <vargaz at gmail.com> 2009-06-02 12:38:56 MDT ---
-> runtime.
The problem seems to be with runtime-invoke wrappers (again). These wrappers
are
placed into the klass of the method they wrap. If that klass is a generic
instance, and the klass is deleted, the wrappers are not deleted so their klass
field now points to invalid memory, causing these crashes.
--
Configure bugmail: http://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