[Mono-bugs] [Bug 56245][Maj] Changed - System.Type.UnderlyingSystemType break between Mono 0.29 and .Net 1.1.4322.573

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 20 Nov 2004 13:58:26 -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=56245

--- shadow/56245	2004-11-18 10:38:24.000000000 -0500
+++ shadow/56245.tmp.14498	2004-11-20 13:58:25.000000000 -0500
@@ -69,6 +69,24 @@
 
 i think that the class->element_class part shouldnt be there. But I
 need to do more tests with MSFT.
 
 ------- Additional Comments From vargaz@gmail.com  2004-11-18 10:38 -------
 Fixed in SVN HEAD.
+
+------- Additional Comments From grompf@sublimeintervention.com  2004-11-20 13:58 -------
+Zoltan,
+
+  This fix is causing serious regressions on PPC head.  With this patch applied
+
+$ mono appdomain.exe
+Illegal instruction
+
+with it reverted
+
+$ mono appdomain.exe 
+appdomain.exe
+(appdomain-client.exe) Sum: 6
+test-ok
+
+-kangaroo
+