[Mono-bugs] [Bug 539394] mod_mono web app hangs when a cross-appdomain call results in a ThreadAbortException

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Sep 25 14:46:50 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=539394

User brett at fogcreek.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=539394#c13





--- Comment #13 from Brett Kiefer <brett at fogcreek.com>  2009-09-25 12:46:48 MDT ---
Okay, got it. And if I further simplify the test case by replacing the
'response.Redirect' with a simple 'response.End()' -- I get this:

System.Threading.ThreadAbortException: Thread was being aborted  at
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke
(System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception&
exc, System.Object[]& out_args) [0x00000] 

Exception rethrown at [1]: 

  at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke
(System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception&
exc, System.Object[]& out_args) [0x00000] 

So is it possible that what we're seeing now is just a library issue with
HttpResponse.End (which HttpResponse.Redirect appears to call, as expected) and
AppDomains?

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list