[Monodevelop-patches-list] r2511 - in trunk/MonoDevelop/Extras/BooBinding: . Gui
Peter Johanson <latexer@gentoo.org>
pjohanson at mono-cvs.ximian.com
Wed May 4 07:25:01 EDT 2005
Author: pjohanson
Date: 2005-05-04 07:25:01 -0400 (Wed, 04 May 2005)
New Revision: 2511
Modified:
trunk/MonoDevelop/Extras/BooBinding/ChangeLog
trunk/MonoDevelop/Extras/BooBinding/Gui/BooShellModel.boo
Log:
Don't join the aborted worker thread, this causes problems on recent mono versions.
Modified: trunk/MonoDevelop/Extras/BooBinding/ChangeLog
===================================================================
--- trunk/MonoDevelop/Extras/BooBinding/ChangeLog 2005-05-04 04:19:15 UTC (rev 2510)
+++ trunk/MonoDevelop/Extras/BooBinding/ChangeLog 2005-05-04 11:25:01 UTC (rev 2511)
@@ -1,3 +1,9 @@
+2005-05-04 Peter Johanson <latexer at gentoo.org>
+
+ * Gui/BooShellModel.boo: Don't join the aborted
+ thread. This isn't needed, and hangs mono-1.1.7 and
+ newer.
+
2005-05-03 Peter Johanson <latexer at gentoo.org>
* BooShell/BooShell.boo: Make sure we don't get
Modified: trunk/MonoDevelop/Extras/BooBinding/Gui/BooShellModel.boo
===================================================================
--- trunk/MonoDevelop/Extras/BooBinding/Gui/BooShellModel.boo 2005-05-04 04:19:15 UTC (rev 2510)
+++ trunk/MonoDevelop/Extras/BooBinding/Gui/BooShellModel.boo 2005-05-04 11:25:01 UTC (rev 2511)
@@ -133,7 +133,6 @@
def Dispose ():
_thread.Abort ()
- _thread.Join()
_booShell.Dispose ()
def print (obj):
More information about the Monodevelop-patches-list
mailing list