[Mono-bugs] [Bug 485721] Regression bug in mini.c

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Mar 17 10:54:57 EDT 2009


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

User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=485721#c4


Zoltan Varga <vargaz at gmail.com> changed:

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




--- Comment #4 from Zoltan Varga <vargaz at gmail.com>  2009-03-17 08:54:56 MST ---
The problem here is that mono_find_block_region () returns the same value for
offset 1e and 1e, despite the fact that 1f is in a different region. This is
because the first loop in find_block_region () matches for 1f, so the second
loop
matching the try clauses is never ran.

           IL_001d:  ldc.i4.1
            IL_001e:  stloc.0
            .try { // 1
              IL_001f:  leave IL_002a

-- 
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