[Mono-bugs] [Bug 565598] abort in mono_spill_global_vars (load_opcode != OP_LOADV_MEMBASE) while JITting a verified method

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Mar 31 20:23:07 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=565598

http://bugzilla.novell.com/show_bug.cgi?id=565598#c1


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vargaz at gmail.com
          Component|JIT                         |verifier
         AssignedTo|lupus at novell.com            |rkumpera at novell.com

--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 2010-04-01 00:23:05 UTC ---
This is a verifier problem.

converting method System.Text.RegularExpressions.Group:.cctor ()
creating vars
creating locals
locals done
method to IR System.Text.RegularExpressions.Group:.cctor ()
converting (in B2: stack: 0) IL_0000: newobj    0x060001b3
created temp 0 (R16) of type System.Text.RegularExpressions.Group
converting (in B2: stack: 1) IL_0005: stsfld    0x04000143
converting (in B2: stack: 0) IL_000a: ret       

Here Group's class has the valuetype flag set, but in the stsfld,
field->type->type is MONO_TYPE_CLASS.

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