[Mono-bugs] [Bug 668925] Gendarme.Rules.Exceptions.DoNotDestroyStackTraceRule throws ArgumentNullException

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Feb 8 21:03:59 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=668925#c1


Sebastien Pouliot <spouliot at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbevain at novell.com,
                   |                            |spouliot at novell.com

--- Comment #1 from Sebastien Pouliot <spouliot at novell.com> 2011-02-09 02:03:58 UTC ---
ouch, looks like a cecil bug

Compiling this with CSC (from VS2008) results in an ExceptionHandler with a
HandlerStart != null and a HandlerEnd == null.

According to reflector it should end at L_000d
but!!! last instruction is at L_000c, which Cecil seems to turn into null

note: Compiling this with gmcs does not throw (HandlerEnd is not null).

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