[Mono-bugs] [Bug 69083][Wis] Changed - [PATCH PPC] JIT Failure after appdomain unload

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 9 Nov 2004 16:24:02 -0500 (EST)


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 grompf@sublimeintervention.com.

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

--- shadow/69083	2004-11-09 16:22:55.000000000 -0500
+++ shadow/69083.tmp.861	2004-11-09 16:24:02.000000000 -0500
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: grompf@sublimeintervention.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: [PPC] JIT Failure after appdomain unload
+Summary: [PATCH PPC] JIT Failure after appdomain unload
 
 The PPC JIT is being left in a inconsistent state after a AppDomain unload.
 
 Take the following testcase:
 
 
@@ -166,6 +166,18 @@
 
 
 ------- Additional Comments From grompf@sublimeintervention.com  2004-11-09 16:22 -------
 Created an attachment (id=13196)
 patch
 
+
+------- Additional Comments From grompf@sublimeintervention.com  2004-11-09 16:24 -------
+The above patch resolves this issue on darwin and lin/ppc, bringing
+darwin down to 1 failed test (vararg).
+
+The issue was (as explained to neale and me on irc by vargaz) tramping
+cross appdomain calls.
+
+ChangeLog will be included if approved for commit.
+
+-kangaroo
+