[Mono-bugs] [Bug 669815] RC2 crashes in mini-x86.c, line 4825 while running IronRuby tests

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Feb 7 06:53:17 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=669815

https://bugzilla.novell.com/show_bug.cgi?id=669815#c2


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vargaz at gmail.com

--- Comment #2 from Zoltan Varga <vargaz at gmail.com> 2011-02-07 11:53:16 UTC ---
This seems related to the premature finalization of dynamic methods. The assert
happens when the JIT tries to patch a dynamic method with the address of a
method compiled later, but the dynamic methods' code is garbage.
Putting a return at the beginning of mono_runtime_free_method () makes the
tests run.

-- 
Configure bugmail: https://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