[Mono-bugs] [Bug 355473] Abort when socket fails to connect in background thread
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jan 22 17:58:42 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=355473
User vargaz at gmail.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=355473#c1
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 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.
More information about the mono-bugs
mailing list