https://bugzilla.novell.com/show_bug.cgi?id=387615

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=387615#c4





--- Comment #4 from George Pollard <[EMAIL PROTECTED]>  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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to