[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:34:39 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 amd at store20.com.

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

--- shadow/80459	2007-01-05 12:33:22.000000000 -0500
+++ shadow/80459.tmp.23004	2007-01-05 12:34:39.000000000 -0500
@@ -2,13 +2,13 @@
 Product: Mono: Runtime
 Version: 1.2
 OS: GNU/Linux [Other]
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: amd at store20.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -22,6 +22,27 @@
 I will post a testcase (a simple socket server implementation).
 
 ------- Additional Comments From amd at store20.com  2007-01-05 12:33 -------
 Created an attachment (id=18453)
 testserver.cs
 
+
+------- Additional Comments From amd at store20.com  2007-01-05 12:34 -------
+The output I'm getting on Linux machine is:
+[snip]
+Element 0 is OK.
+Element 1 is OK.
+Element 2 is OK.
+Element 3 is OK.
+Element 4 is OK.
+Element 5 is OK.
+DEBUG: Real string result is: 0
+DEBUG: Converted string result is: 1
+DEBUG: Straigt response result is: 1
+[/snip]
+
+On windows machine it is:
+[snip]
+DEBUG: Real string result is: 0
+DEBUG: Converted string result is: 0
+DEBUG: Straigt response result is: 0
+[/snip]


More information about the mono-bugs mailing list