[Mono-bugs] [Bug 58574][Nor] New - PEAPI try/finally/catch blockstack

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 16 May 2004 10:34:53 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by ck@carlo-kok.com.

http://bugzilla.ximian.com/show_bug.cgi?id=58574

--- shadow/58574	2004-05-16 10:34:53.000000000 -0400
+++ shadow/58574.tmp.30316	2004-05-16 10:34:53.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 58574
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: IL assembler
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ck@carlo-kok.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: PEAPI try/finally/catch blockstack
+
+Description of Problem:
+When using the PEAPI.CILInstructions.EndCatchBlock, EndFinally,
+EndFilterBlock or EndFaultBlock the method doesn't remove the block added
+by StartBlock earlier from the Blockstack.
+
+How often does this happen? 
+Always
+
+Additional Information:
+Proposed fix:    
+  Add blockStac.RemoveAt(0) to EndCatchBlock, EndFinally, EndFilterBlock
+and EndFaultBlock