[Mono-bugs] [Bug 54146][Maj] Changed - Background thread is not aborted after main thread
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 17 Mar 2004 16:20:20 -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-29 12:26:12.000000000 -0500
+++ shadow/54146.tmp.11685 2004-03-17 16:20:20.000000000 -0500
@@ -1,8 +1,8 @@
Bug#: 54146
-Product: Mono/Runtime
+Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
Status: NEW
Resolution:
Severity: Unknown
@@ -12,12 +12,13 @@
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: Background thread is not aborted after main thread
+BugsThisDependsOn: 55720[FIXED]
In MonoDevelop, we have been having problems with exiting cleanly.
Whenever the program quits, by a standard exit method such as File | Exit
or when an exception is thrown, the program hangs.
To fix the issue, I had to check in the following workaround: