[Mono-bugs] [Bug 55131][Nor] Changed - Thread.Abort() is causing a crash
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 21 May 2004 10:33:37 -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@freemail.hu.
http://bugzilla.ximian.com/show_bug.cgi?id=55131
--- shadow/55131 2004-05-21 10:29:53.000000000 -0400
+++ shadow/55131.tmp.32025 2004-05-21 10:33:37.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 55131
Product: Mono: Runtime
Version: unspecified
OS: SUSE 9.0
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: vargaz@freemail.hu
ReportedBy: martin@ximian.com
QAContact: mono-bugs@ximian.com
@@ -140,6 +140,10 @@
------- Additional Comments From vargaz@freemail.hu 2004-04-09 12:40 -------
Might have a fix for this one.
------- Additional Comments From lluis@ximian.com 2004-05-21 10:29 -------
Does it work with the new thread.abort implementation?
+
+------- Additional Comments From vargaz@freemail.hu 2004-05-21 10:33 -------
+This was caused by the old MONO_USE_EXC_TABLES implementation, which is
+no longer used.