[Mono-bugs] [Bug 70022][Maj] Changed - Assertion failure in mono_handle_exception
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Nov 2004 22:42:58 -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=70022
--- shadow/70022 2004-11-29 22:40:30.000000000 -0500
+++ shadow/70022.tmp.30573 2004-11-29 22:42:58.000000000 -0500
@@ -40,6 +40,35 @@
------- Additional Comments From grompf@sublimeintervention.com 2004-11-29 22:40 -------
The PPC jit is also affected by this bug; general runtime bug?
(I havn't investigated beyond confirming it exists on ppc; I'll dig time permitting)
-kangaroo
+
+------- Additional Comments From grompf@sublimeintervention.com 2004-11-29 22:42 -------
+Running in gdb the proper exception is emitted:
+
+Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been
+thrown by the target of an invocation. ---> System.Threading.ThreadAbortException:
+Thread was being aborted
+in <0x0008c> (wrapper managed-to-native) System.Object:
+__icall_wrapper_mono_thread_interruption_checkpoint ()
+in <0x0011c> (wrapper delegate-begin-invoke) System.MulticastDelegate:
+begin_invoke_IAsyncResult_object_AsyncCallback_object
+(object,System.AsyncCallback,object)
+in <0x00038> System.Threading.ThreadPool:QueueUserWorkItem
+(System.Threading.WaitCallback)
+in <0x0001c> System.Web.HttpRuntime:ByeByeDomain ()
+in <0x00020> System.Web.HttpRuntime:UnloadAppDomain ()
+in <0x00048> System.Web.HttpApplicationFactory:OnAppFileChanged
+(object,System.IO.FileSystemEventArgs)
+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.Globalizati
+on.CultureInfo)
+--- End of inner exception stack trace ---
+
+-kangaroo
+