[Mono-bugs] [Bug 656128] [sgen] crash when starting application
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Nov 26 17:04:06 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=656128
https://bugzilla.novell.com/show_bug.cgi?id=656128#c2
Zoltan Varga <vargaz at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vargaz at gmail.com
--- Comment #2 from Zoltan Varga <vargaz at gmail.com> 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.
More information about the mono-bugs
mailing list