Hey That bug seems to be mono related and can be seen in nant for example. You can also try to pkill -INFO -f mono to see if it continues at that point. If it does, then it's the same bug which is repoted already and is pthreads related.
On (2010-12-06 17:00), Edd Barrett wrote: > Hi, > > Update to monodevelop 2.4.1. > > Still has that weird deadlock at start which you can disable by either: > a) opening an xterm on top of the splash screen (WTF?!) > b) disabling the welcome screen in the preferences after initially using a). > > OK? > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/monodevelop/Makefile,v > retrieving revision 1.9 > diff -u -p -u -r1.9 Makefile > --- Makefile 26 Nov 2010 07:19:00 -0000 1.9 > +++ Makefile 6 Dec 2010 16:56:26 -0000 > @@ -1,7 +1,7 @@ > # $OpenBSD: Makefile,v 1.9 2010/11/26 07:19:00 espie Exp $ > > COMMENT= IDE for the .NET platform > -DISTNAME= monodevelop-2.4 > +DISTNAME= monodevelop-2.4.1 > CATEGORIES= devel lang > MASTER_SITES= http://ftp.novell.com/pub/mono/sources/monodevelop/ > EXTRACT_SUFX= .tar.bz2 > @@ -36,7 +36,6 @@ CONFIGURE_ARGS= --disable-update-mimedb > --enable-gnomeplatform > > DLLMAP_FILES= > src/core/Mono.Texteditor/Mono.TextEditor.PopupWindow/TooltipWindow.cs \ > - src/core/MonoDevelop.Projects/MonoDevelop.Projects.dll.config \ > src/addins/GnomePlatform/GnomePlatform.dll.config \ > > src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion.dll.config > \ > > src/addins/VersionControl/MonoDevelop.VersionControl.Subversion/MonoDevelop.VersionControl.Subversion/LibSvnClient.cs > \ > @@ -44,7 +43,9 @@ DLLMAP_FILES= src/core/Mono.Texteditor/M > src/addins/MonoDevelop.GtkCore/libsteticui/Metacity/Theme.cs \ > src/addins/MonoDevelop.GtkCore/libsteticui/Metacity/Preview.cs \ > > src/addins/MonoDevelop.GtkCore/libsteticui/libsteticui.dll.config \ > - src/addins/MonoDevelop.GtkCore/libstetic/libstetic.dll.config > + src/addins/MonoDevelop.GtkCore/libstetic/libstetic.dll.config \ > + src/core/MonoDevelop.Core/MonoDevelop.Core.dll.config \ > + src/core/Mono.Texteditor/Mono.TextEditor.dll.config > > BASH_SCRIPTS= mdtool.in monodevelop.in \ > src/addins/MonoDevelop.Autotools/templates/configure.template > Index: distinfo > =================================================================== > RCS file: /cvs/ports/devel/monodevelop/distinfo,v > retrieving revision 1.2 > diff -u -p -u -r1.2 distinfo > --- distinfo 15 Oct 2010 16:23:49 -0000 1.2 > +++ distinfo 6 Dec 2010 16:56:26 -0000 > @@ -1,5 +1,5 @@ > -MD5 (monodevelop-2.4.tar.bz2) = FN7M1SbWQM04SC9858DLQQ== > -RMD160 (monodevelop-2.4.tar.bz2) = HVW/ThCb9dA5mZpYwld6RmYIh9Y= > -SHA1 (monodevelop-2.4.tar.bz2) = tNh78iDkUu4dyGyTtMxm4/B/pXk= > -SHA256 (monodevelop-2.4.tar.bz2) = > 2RIgw4Ije1yjOms4NVt9atS6D8KJ/sg0fyvdWrDfeJk= > -SIZE (monodevelop-2.4.tar.bz2) = 6152312 > +MD5 (monodevelop-2.4.1.tar.bz2) = CSSzt10CfapDF5E6WPyNDQ== > +RMD160 (monodevelop-2.4.1.tar.bz2) = E39c+e+VUm/w2Tn+oUo4wwcxNN8= > +SHA1 (monodevelop-2.4.1.tar.bz2) = StpR4WWDKvYWngaJPPv3sVuJ0q0= > +SHA256 (monodevelop-2.4.1.tar.bz2) = > FuGivVzcG0htuXKpfGUUUZh5nBCpA7gIk9NYQvVINvg= > +SIZE (monodevelop-2.4.1.tar.bz2) = 6163374 > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/devel/monodevelop/pkg/PLIST,v > retrieving revision 1.4 > diff -u -p -u -r1.4 PLIST > --- pkg/PLIST 15 Oct 2010 16:23:49 -0000 1.4 > +++ pkg/PLIST 6 Dec 2010 16:56:26 -0000 > @@ -213,6 +213,7 @@ lib/monodevelop/bin/MonoDevelop.Core.dll > lib/monodevelop/bin/MonoDevelop.Ide.dll > lib/monodevelop/bin/MonoDevelop.Ide.dll.mdb > lib/monodevelop/bin/MonoDevelop.Projects.Formats.MSBuild.exe > +lib/monodevelop/bin/MonoDevelop.Projects.Formats.MSBuild.exe.config > lib/monodevelop/bin/MonoDevelop.Projects.Formats.MSBuild.exe.mdb > lib/monodevelop/bin/MonoDevelop.exe > lib/monodevelop/bin/MonoDevelop.exe.addins > > -- > Best Regards > Edd Barrett > > http://www.theunixzoo.co.uk >
