[Mono-bugs] [Bug 80459][Maj] Changed - String.Compare for data received over sockets doesn't behave correctly.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jan 5 12:58:13 EST 2007


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 robertj at gmx.net.

http://bugzilla.ximian.com/show_bug.cgi?id=80459

--- shadow/80459	2007-01-05 12:54:23.000000000 -0500
+++ shadow/80459.tmp.24890	2007-01-05 12:58:13.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80459
 Product: Mono: Runtime
 Version: 1.2
 OS: GNU/Linux [Other]
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: amd at store20.com               
 QAContact: mono-bugs at ximian.com
@@ -47,6 +47,14 @@
 DEBUG: Straigt response result is: 0
 [/snip]
 
 ------- Additional Comments From atsushi at ximian.com  2007-01-05 12:54 -------
 Only with this code, nothing is actually testable. Simply printing
 test1 and test2 to console would be better to find what went wrong.
+
+------- Additional Comments From robertj at gmx.net  2007-01-05 12:58 -------
+I think it's the "\n", which is CRLF on Windows and LF on Linux.
+
+Use Environment.NewLine instead.
+
+Feel free to reopen if it doesn't fix the issue.
+


More information about the mono-bugs mailing list