[Mono-bugs] [Bug 38136][Nor] Changed - System.Net.Sockets.Socket exception when connecting
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sat, 15 Feb 2003 01:21:58 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=38136
--- shadow/38136 Fri Feb 14 21:04:05 2003
+++ shadow/38136.tmp.4505 Sat Feb 15 01:21:58 2003
@@ -1,14 +1,14 @@
Bug#: 38136
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: alp@atoker.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -66,6 +66,12 @@
}
}
To compile the test case:
mcs jabbertest.cs -r jabber.dll
+
+------- Additional Comments From gonzalo@ximian.com 2003-02-15 01:21 -------
+The following patch fixes the bug.
+
+The program does not run yet. It gets a Null exception in
+JabberClient.Login (wild guess: crypto code fails?).