[Mono-bugs] [Bug 29365][Wis] Changed - Two-dimensional array of Bytes doesn't retrieve values

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
23 Aug 2002 09:31:41 -0000


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 lupus@ximian.com.

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

--- shadow/29365	Fri Aug 23 04:27:43 2002
+++ shadow/29365.tmp.4250	Fri Aug 23 05:31:41 2002
@@ -1,14 +1,14 @@
 Bug#: 29365
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: andy@nobugs.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -32,6 +32,9 @@
 
 Actual result: It prints '254'
 
  - A one dimensional byte array works fine
  - A two dimensional int array works fine
  - Printing bytes using WriteLine() works fine
+
+------- Additional Comments From lupus@ximian.com  2002-08-23 05:31 -------
+mint handles it fine: the bug is in the JIT.