[Mono-bugs] [Bug 74992][Cri] Changed - ArumentException Bug

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 20 01:16:50 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 yury at serdyuk.botik.ru.

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

--- shadow/74992	2005-05-19 10:39:33.000000000 -0400
+++ shadow/74992.tmp.11549	2005-05-20 01:16:50.000000000 -0400
@@ -118,6 +118,22 @@
 
 
 
 
 
 
+
+------- Additional Comments From Yury at serdyuk.botik.ru  2005-05-20 01:16 -------
+Some comment to 
+
+>The problem here is that the liveness range of the two arguments are
+>disjoint, 
+
+In the original program ArgumentExceptionBug,
+it seems to me that the liveness range is the same 
+
+public static void Main( String[] args ) {
+  int[] ncells = new int [3];
+  Utils.Read_Params( "md.in", ncells );
+ }
+
+but the effect is retained.


More information about the mono-bugs mailing list