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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 30 Jul 2004 11:28:09 -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 grompf@sublimeintervention.com.

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

--- shadow/59901	2004-07-14 13:32:21.000000000 -0400
+++ shadow/59901.tmp.23597	2004-07-30 11:28:09.000000000 -0400
@@ -200,6 +200,50 @@
 (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.
+
+------- Additional Comments From grompf@sublimeintervention.com  2004-07-30 11:28 -------
+On OSX 10.3.4 I now get:
+Unhandled Exception:
+System.NullReferenceException: Object reference not set to an instance of an object
+
+Server stack trace: 
+in <0x0026c> System.Activator:CreateInstance 
+(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Glo
+balization.CultureInfo,object[])
+in <0x000cc> System.Activator:CreateInstance 
+(string,string,bool,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System
+.Globalization.CultureInfo,object[],System.Security.Policy.Evidence)
+in <0x000b4> System.AppDomain:CreateInstance 
+(string,string,bool,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System
+.Globalization.CultureInfo,object[],System.Security.Policy.Evidence)
+in <0x001a0> (wrapper remoting-invoke-with-check) System.AppDomain:CreateInstance 
+(string,string,bool,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System
+.Globalization.CultureInfo,object[],System.Security.Policy.Evidence)
+in <0x000a8> System.AppDomain:CreateInstanceAndUnwrap 
+(string,string,bool,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System
+.Globalization.CultureInfo,object[],System.Security.Policy.Evidence)
+in (unmanaged) (wrapper managed-to-native) 
+System.Runtime.Remoting.RemotingServices:InternalExecute 
+(System.Reflection.MonoMethod,object,object[],object[]&)
+in <0x00090> (wrapper managed-to-native) System.Runtime.Remoting.RemotingServices:
+InternalExecute (System.Reflection.MonoMethod,object,object[],object[]&)
+in <0x0021c> System.Runtime.Remoting.RemotingServices:InternalExecuteMessage 
+(System.MarshalByRefObject,System.Runtime.Remoting.Messaging.IMethodCallMessage)
+
+
+Exception rethrown at [0]: 
+
+in <0x00894> System.Runtime.Remoting.Proxies.RealProxy:PrivateInvoke 
+(System.Runtime.Remoting.Proxies.RealProxy,System.Runtime.Remoting.Messaging.IMessa
+ge,System.Exception&,object[]&)
+
+
+Unhandled Exception: System.NullReferenceException: Object reference not set to an 
+instance of an object
+
+Which appears to be a duplicate of 60766 (stack (un)winding bug).
+
+