[Mono-bugs] [Bug 74712][Nor] Changed - Finalizer thread can be aborted

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 26 Apr 2005 10:07:09 -0400 (EDT)


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=74712

--- shadow/74712	2005-04-24 19:15:50.000000000 -0400
+++ shadow/74712.tmp.10946	2005-04-26 10:07:09.000000000 -0400
@@ -52,6 +52,12 @@
 not trigger.
 
 ------- Additional Comments From bmaurer@users.sf.net  2005-04-24 19:15 -------
 It looks like we aren't actually aborting the finalizer thread -- the
 entire program deadlocks. But this is very different than the other
 deadlock-on-abort bugs because I can only repo on an smp
+
+------- Additional Comments From vargaz@gmail.com  2005-04-26 10:07 -------
+This is the usual 'taking locks inside signal handlers leads to
+deadlock' issue.
+
+