[Mono-bugs] [Bug 68552][Nor] Changed - Abort exception not properly rethrown in some cases
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 17 Jan 2005 10:15:57 -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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68552
--- shadow/68552 2005-01-15 10:55:52.000000000 -0500
+++ shadow/68552.tmp.24056 2005-01-17 10:15:57.000000000 -0500
@@ -80,6 +80,9 @@
mono_thread_request_interruption directly, but queues an APC call to
do it. If the thread is trying to abort itself, then it is possible for
the APC call to arrive later than the check done in the
managed-to-native wrapper, meaning the thread continues for some time
before raising the abort exception.
+
+------- Additional Comments From vargaz@gmail.com 2005-01-17 10:15 -------
+This should be fixed in SVN.