[Mono-bugs] [Bug 54146][Maj] Changed - Background thread is not aborted after main thread

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 10 Feb 2004 10:02:58 -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 gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=54146

--- shadow/54146	2004-02-10 09:47:05.000000000 -0500
+++ shadow/54146.tmp.10298	2004-02-10 10:02:58.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 54146
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -27,6 +27,11 @@
 
 From that patch, it seems the issue is that we do not follow the meaning 
 of a background thread -- the program waits for the worker thread to 
 finish, which it never does (it is a while (true) loop).
 
 In .30 and under MS, the program exits cleanly.
+
+------- Additional Comments From gonzalo@ximian.com  2004-02-10 10:02 -------
+May be this has been fixed by Zoltan with that patch that added a few
+fields to Thread.cs to prevent memory corruption. Same thing happened
+to me yesterday with xsp and now it works fine.