[Mono-bugs] [Bug 30073][Nor] Changed - redim of an array with variable bound parameter fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 19 Aug 2003 13:38:11 -0400 (EDT)


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 vargaz@freemail.hu.

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

--- shadow/30073	2002-09-09 16:03:07.000000000 -0400
+++ shadow/30073.tmp.11699	2003-08-19 13:38:11.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 30073
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: windows xp pro, .net framework sdk + sp2, vbc 7.00.9466
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ernst.rohlicek@reflex.at               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -76,6 +76,19 @@
 
 How often does this happen? 
 always.
 
 Additional Information:
 -
+
+------- Additional Comments From vargaz@freemail.hu  2003-08-19 13:38 -------
+The original problem goes away in current mono CVS, but there is
+another:
+
+before redim
+
+Unhandled Exception: System.OverflowException: Number overflow
+in <0x00058> 00 .mTest:main ()
+
+
+
+