[Mono-bugs] [Bug 55131][Nor] Changed - Thread.Abort() is causing a crash

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 9 Apr 2004 12:40:46 -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-04-09 10:08:40.000000000 -0400
+++ shadow/55131.tmp.20229	2004-04-09 12:40:46.000000000 -0400
@@ -5,13 +5,13 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: misc
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: vargaz@freemail.hu                            
 ReportedBy: martin@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Thread.Abort() is causing a crash
@@ -134,6 +134,9 @@
 
 ------- Additional Comments From vargaz@freemail.hu  2004-04-09 10:08 -------
 I can repro this on debian unstable, glibc 2.3.2.ds1-11, kernel 2.6.4,
 gcc 3.3.3. It causes a crash at shutdown for any program which uses
 background threads.
 
+
+------- Additional Comments From vargaz@freemail.hu  2004-04-09 12:40 -------
+Might have a fix for this one.