https://bugzilla.novell.com/show_bug.cgi?id=464139
User [email protected] added comment https://bugzilla.novell.com/show_bug.cgi?id=464139#c4 Andy Hume <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Andy Hume <[email protected]> 2009-01-07 10:30:36 MST --- The first test completes on Mono on Windows XP Pro. Is it just an underlying platform difference? If the native socket wasn't created at construction time, then wrong socket type parameters couldn't be reported then, i.e. the following would fail: try { new Socket((AddressFamily)99, (SocketType)99, (ProtocolType)99); Assert.Fail("should have thrown"); } catch(SocketException) { } In the Listener case the Finalizer will clear up the Socket once the listener is GC'd, so no leak. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
