[Mono-bugs] [Bug 387615] NRE in VariableReference.EmitLoad
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed May 7 06:16:20 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=387615
User porges+novell at porg.es added comment
https://bugzilla.novell.com/show_bug.cgi?id=387615#c4
--- Comment #4 from George Pollard <porges+novell at porg.es> 2008-05-07 04:16:19 MST ---
I managed to get it down to this (manually ;]):
---
using System;
public class Crasher
{
public static void Crash()
{
double[] array = new double[1];
Do(() => {
int col = 1;
array[col] += array[col];
});
}
static void Do(Action action) {}
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list