[Mono-bugs] [Bug 70296][Wis] New - appdomain-unload.exe regression on ppc

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Dec 2004 16:50:01 -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=70296

--- shadow/70296	2004-12-07 16:50:01.000000000 -0500
+++ shadow/70296.tmp.17606	2004-12-07 16:50:01.000000000 -0500
@@ -0,0 +1,67 @@
+Bug#: 70296
+Product: Mono: Runtime
+Version: 1.1
+OS: 
+OS Details: OSX 10.3.6
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: grompf@sublimeintervention.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: appdomain-unload.exe regression on ppc
+
+appdomain-unload has regressed on ppc:
+
+junglist:~/Documents/Development/mono/SVN/Sources/mono/mono/tests plasma$ mono 
+appdomain-unload.exe 
+FINALIZING IN DOMAIN Test-is-finalizing: True
+FINALIZING IN DOMAIN appdomain-unload.exe: False
+Thread aborted correctly.
+
+** (appdomain-unload.exe:14314): WARNING **: Aborting of threads in domain Test4 timed out.
+Test3
+
+Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown 
+by the target of an invocation. ---> System.Runtime.Serialization.SerializationException: The 
+constructor to deserialize an object of type System.Threading.ThreadAbortException was not 
+found.
+in <0x0029c> System.Runtime.Serialization.ObjectRecord:LoadData 
+(System.Runtime.Serialization.ObjectManager,System.Runtime.Serialization.ISurrogateSelector,Sys
+tem.Runtime.Serialization.StreamingContext)
+in <0x00194> System.Runtime.Serialization.ObjectManager:DoFixups ()
+in <0x00074> System.Runtime.Serialization.Formatters.Binary.ObjectReader:ReadNextObject 
+(System.IO.BinaryReader)
+in <0x00100> System.Runtime.Serialization.Formatters.Binary.ObjectReader:ReadObjectGraph 
+(System.IO.BinaryReader,bool,object&,System.Runtime.Remoting.Messaging.Header[]&)
+in <0x00240> System.Runtime.Serialization.Formatters.Binary.BinaryFormatter:Deserialize 
+(System.IO.Stream,System.Runtime.Remoting.Messaging.HeaderHandler)
+in <0x0002c> System.Runtime.Serialization.Formatters.Binary.BinaryFormatter:Deserialize 
+(System.IO.Stream)
+in <0x00084> System.Runtime.Remoting.RemotingServices:DeserializeCallData (byte[])
+in <0x00200> (wrapper xdomain-invoke) System.AppDomain:DoCallBack 
+(System.CrossAppDomainDelegate)
+in <0x0006c> (wrapper remoting-invoke-with-check) System.AppDomain:DoCallBack 
+(System.CrossAppDomainDelegate)
+in <0x0007c> Tests:test_0_unload_inside_appdomain_async ()
+in (unmanaged) (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke 
+(object,object[])
+in <0x0008c> (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke 
+(object,object[])
+in <0x000e8> System.Reflection.MonoMethod:Invoke 
+(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.Cul
+tureInfo)
+--- End of inner exception stack trace ---
+
+in <0x00168> System.Reflection.MonoMethod:Invoke 
+(object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.Cul
+tureInfo)
+in <0x00048> System.Reflection.MethodBase:Invoke (object,object[])
+in <0x003dc> TestDriver:RunTests (System.Type,string[])
+in <0x0001c> TestDriver:RunTests (System.Type)
+in <0x00014> Tests:Main ()