https://bugzilla.novell.com/show_bug.cgi?id=624045
https://bugzilla.novell.com/show_bug.cgi?id=624045#c9 Jim Toth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Jim Toth <[email protected]> 2010-09-24 13:00:25 UTC --- (In reply to comment #4) > Hm, this is what I did: > > 1) File -> New Solution-> ASP.NET Web Application > 2) Run -> Debug > > i'm not sure what else could affect this - it had been working fine with mono > 2.6.6.. It sometimes runs, other times it does not.. or it locks up > eventually.. I wanted to add on to this because I think it may be a similar issue. I'm running monodevelop 2.4 and mono 2.6.7 on Mac OS X 10.6. When I perform the steps above, monodevelop starts and stops with no visible output. I captured the monodevelop application output below, and have tried this from a fresh reboot. - Jim Loaded assembly: /Library/Frameworks/Mono.framework/Versions/2.6.7/lib/mono/gac/xsp2/2.6.5.0__0738eb9f132ed756/xsp2.exe [External] Loaded assembly: /Library/Frameworks/Mono.framework/Versions/2.6.7/lib/mono/gac/Mono.WebServer2/0.2.0.0__0738eb9f132ed756/Mono.WebServer2.dll [External] Loaded assembly: /Library/Frameworks/Mono.framework/Versions/2.6.7/lib/mono/gac/System/2.0.0.0__b77a5c561934e089/System.dll [External] Loaded assembly: /Library/Frameworks/Mono.framework/Versions/2.6.7/lib/mono/gac/Mono.Security/2.0.0.0__0738eb9f132ed756/Mono.Security.dll [External] Loaded assembly: /Library/Frameworks/Mono.framework/Versions/2.6.7/lib/mono/gac/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll [External] Loaded assembly: /Library/Frameworks/Mono.framework/Versions/2.6.7/lib/mono/gac/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll [External] Loaded assembly: /Library/Frameworks/Mono.framework/Versions/2.6.7/lib/mono/gac/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll [External] Adding applications '/:.'... Registering application: Host: any Port: any Virtual path: / Physical path: /Users/jim/Dropbox/Code/VisualStudio/R&D/MonoWebTest/MonoWebTest2/ Loaded assembly: __MetadataTypes [External] Loaded assembly: __MetadataTypes [External] Loaded assembly: /Library/Frameworks/Mono.framework/Versions/2.6.7/lib/mono/gac/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll [External] Loaded assembly: /Library/Frameworks/Mono.framework/Versions/2.6.7/lib/mono/gac/Mono.Web/2.0.0.0__0738eb9f132ed756/Mono.Web.dll [External] xsp2 Listening on address: 127.0.0.1 Root directory: /Users/jim/Dropbox/Code/VisualStudio/R&D/MonoWebTest/MonoWebTest2 Error: System.Net.Sockets.SocketException: Address already in use at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00051] in /private/tmp/monobuild/build/BUILD/mono-2.6.7/mcs/class/System/System.Net.Sockets/Socket.cs:1787 at Mono.WebServer.XSPWebSource.CreateSocket () [0x00000] in <filename unknown>:0 at Mono.WebServer.ApplicationServer.Start (Boolean bgThread) [0x00000] in <filename unknown>:0 at Mono.WebServer.ApplicationServer.Start (Boolean bgThread, System.Exception initialException) [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) Mono.WebServer.ApplicationServer:Start (bool,System.Exception) at Mono.WebServer.XSP.Server.RealMain (System.String[] args, Boolean root, IApplicationHost ext_apphost, Boolean quiet) [0x00731] in /tmp/monobuild/build/BUILD/xsp-2.6.5/src/Mono.WebServer.XSP/main.cs:463 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
