https://bugzilla.novell.com/show_bug.cgi?id=656128
https://bugzilla.novell.com/show_bug.cgi?id=656128#c2 Zoltan Varga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Zoltan Varga <[email protected]> 2010-11-26 22:04:05 UTC --- Testcase: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< using System; using System.IO; class MainClass { public static string[,] arr; public static void Main (string[] args) { Foo (); GC.Collect (); } static void Foo () { arr = new string [256, 256]; for (int i = 0; i < 256; ++i) for (int j = 0; j < 256; ++j) arr [i, j] = "" + i + " " + j; } } >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
