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

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


Zoltan Varga <var...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |var...@gmail.com
          Component|JIT                         |verifier
         AssignedTo|lu...@novell.com            |rkump...@novell.com

--- Comment #1 from Zoltan Varga <var...@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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to