[Mono-bugs] [Bug 82049][Nor] Changed - Inlining a method whose compilation triggers an exception prevents compilation of the parent method

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jul 9 14:11:12 EDT 2007


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 mark.probst at gmail.com.

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

--- shadow/82049	2007-07-09 12:33:48.000000000 -0400
+++ shadow/82049.tmp.30653	2007-07-09 14:11:12.000000000 -0400
@@ -1,23 +1,24 @@
 Bug#: 82049
 Product: Mono: Runtime
 Version: 1.2
 OS: unknown
 OS Details: Fedora Core 6 on x86-64
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: JIT
 AssignedTo: mark.probst at gmail.com                            
 ReportedBy: mark.probst at gmail.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Inlining a method whose compilation triggers an exception prevents compilation of the parent method
+BugsThisDependsOn: 81673[FIXED]
 
 Description of Problem:
 
 If method A calls method B, and method A is compiled, and the JIT decides
 to inline the call to method B, and compiling method B triggers an
 exception, then compiling method A triggers that exception as well, i.e. it
@@ -41,6 +42,9 @@
 Always.
 
 ------- Additional Comments From mark.probst at gmail.com  2007-07-09 11:35 -------
 Created an attachment (id=19527)
 inlineexception.tar.gz
 
+
+------- Additional Comments From mark.probst at gmail.com  2007-07-09 14:11 -------
+Fixed in r81651.


More information about the mono-bugs mailing list