https://bugzilla.novell.com/show_bug.cgi?id=656850
https://bugzilla.novell.com/show_bug.cgi?id=656850#c1 Gonzalo Paniagua Javier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Gonzalo Paniagua Javier <[email protected]> 2010-12-04 22:35:56 UTC --- Jérémie? This happens after I replace the lock (blah) with a RWL. Joe, in the meantime, do you mind trying this? diff --git a/mcs/class/System/System.Net/EndPointListener.cs b/mcs/class/System/System.Net/EndPointListener.cs index 034ad40..22edac0 100644 --- a/mcs/class/System/System.Net/EndPointListener.cs +++ b/mcs/class/System/System.Net/EndPointListener.cs @@ -310,7 +310,7 @@ namespace System.Net { throw new HttpListenerException (400, "There's another listener for " + prefix); return; } - plock.AcquireWriterLock (-1); + plock.UpgradeToWriterLock (-1); prefixes [prefix] = listener; } finally { try { -- 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
