https://bugzilla.novell.com/show_bug.cgi?id=355473
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=355473#c1 Zoltan Varga <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #1 from Zoltan Varga <[EMAIL PROTECTED]> 2008-01-22 15:58:42 MST --- TcpClient.Connect sets TcpClient.client to null if case of an exception, then TcpClient.Connected tries to dereference it, throwing a NullReferenceException, which aborts the thread. So this is not a runtime bug. -- 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
