[MonoDevelop] Crash on Windows 7 (apparently due to generics)

Giacomo Tesio giacomo at tesio.it
Tue Jun 21 11:28:34 EDT 2011


Hi guys, I'm getting a crash on Windows 7 (git master code base) when I open
any file like this:

using System.Collections.Generic;
namespace Sample
{
    public class CrashSample
    {
        private List<object> _mocks = new List<object>();
    }
}

The crash seem related to generic objects: I get a StackOverflowException
but with few info.

I'd like to give you more information but I wasn't able to debug the problem
further.


Giacomo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20110621/83e1504c/attachment.html 


More information about the Monodevelop-list mailing list