[Mono-bugs] [Bug 363799] Mono ignores a try/catch block
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Feb 22 10:37:35 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=363799
User rkumpera at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=363799#c5
Rodrigo Kumpera <rkumpera at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
--- Comment #5 from Rodrigo Kumpera <rkumpera at novell.com> 2008-02-22 08:37:35 MST ---
Kornel, even removing the call to call int32 MissingMember::Method() from
NoInline() the bug still happens.
The issue here is that under MS the exception is caught. Even inlining all
methods it would be invalid to not execute the catch block as the spec has no
provisioning for been that lenient under such optimization.
I'll reopen the bug, take a look at whats happening inside mini and post a
patch here. Since this code exists only to test mono it doesn't make sense to
use a work-around.
--
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