[Mono-bugs] [Bug 76154][Blo] Changed - Bytes of integers written into stream in wrong order.

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Sep 19 20:16:29 EDT 2005


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 nev at delap.com.

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

--- shadow/76154	2005-09-19 20:00:01.000000000 -0400
+++ shadow/76154.tmp.13133	2005-09-19 20:16:29.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: other
 OS Details: Darwin-8.2.0-Power_Macintosh-powerpc-32bit
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Blocker
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: Nev at Delap.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -54,6 +54,14 @@
                                    // Darwin this fails.
                                    //   expected:1
                                    //   but was: 16777216
 #else
             Assert.Fail("You're running a platform not tested here.");
 #endif
+
+------- Additional Comments From Nev at Delap.com  2005-09-19 20:16 -------
+My colleague just pointed out that if it's on the wire as big endian 
+then if anything's going to fail you'd expect it to be the little 
+endian machines (windows and linux on x86) because there's no 
+conversion to hostorder after the read, but that the big endian on 
+the wire reading into the big endian machine you'd expect should 
+work.


More information about the mono-bugs mailing list