[Mono-bugs] [Bug 59901][Cri] Changed - JIT on PPC crashes when using NUnit.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Jul 2004 13:32:21 -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 lupus@ximian.com.

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

--- shadow/59901	2004-07-14 11:52:18.000000000 -0400
+++ shadow/59901.tmp.10182	2004-07-14 13:32:21.000000000 -0400
@@ -184,6 +184,22 @@
 I'm seeing this as well with XSP with Mono 1.0 final on Mac OS X.  I'm
 working on packaging 1.0 for Fink but I'll have to hold off on XSP for
 now, it seems...
 
 ------- Additional Comments From mark@stoneedge.com  2004-07-14 11:52 -------
 Possible duplicate of bug #60766 ?
+
+------- Additional Comments From lupus@ximian.com  2004-07-14 13:32 -------
+It now gives:
+Unhandled Exception:
+System.Runtime.Remoting.RemotingException: Activation attribute does
+not implement the IContextAttribute interface
+ 
+Server stack trace:
+in <0x00198>
+System.Runtime.Remoting.Activation.ActivationServices:CreateProxyFromAttributes
+(System.Type,object[])
+in <0x002a0> System.Activator:CreateInstance
+(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo,object[])
+
+Didn't check why it would do that, a smaller test case will be
+appreciated.