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

IBBoard ibboard at gmail.com
Mon Jul 4 15:55:30 EDT 2011


For reference, I still see that crash in the latest builds on Linux and 
the patch seems to fix it.

Thanks.


On 22/06/11 23:19, Giacomo Tesio wrote:
> Hello, the patch attached seems to fix the problem on windows 7.
>
> Giacomo
>
> On Tue, Jun 21, 2011 at 5:28 PM, Giacomo Tesio <giacomo at tesio.it
> <mailto:giacomo at tesio.it>> wrote:
>
>     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
>
>
>
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list


More information about the Monodevelop-list mailing list