[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
Tue Nov 3 20:55:10 EST 2009
http://bugzilla.novell.com/show_bug.cgi?id=539394
User vargaz at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=539394#c18
--- Comment #18 from Zoltan Varga <vargaz at gmail.com> 2009-11-03 18:55:05 MST ---
Those lines are somewhat needed, since an abort exception is automatically
rethrown at the end of a catch statement, so without reset-ing it, it would
propagate through the caller of the runtime invoke wrapper which is native
code.
This will need to be fixed somehow, but I'm not sure how.
--
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