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

Brian Schuth brian at alphce.com
Fri Jul 1 08:57:09 EDT 2011


You're not the only one running MD on Windows 7; I've been developing an app
for some months in it, and I'm sure I'm not alone. My app is full of
generics, too.

I can report that I do not see your crash when running the MonoDevelop 2.4.2
stable release, but you say you're running off of the git code base, so you
may well be running more recent code than I. I tested it embedded in a Gtk#
solution; does the kind of project in which you load your sample matter?

Is your intention to get work done in MD, or to compile & use it yourself?
If the first, I recommend uninstalling whatever you've got and going with
the stable release; otherwise, I think you're kind of on your own.

Apologies if I'm misunderstanding anything in your question. Good luck!

bjs

On Fri, Jul 1, 2011 at 8:33 AM, Giacomo Tesio <giacomo at tesio.it> wrote:

> Since I hadn't any response here, I've sent a pull request...
>
> A question arise: am I the only developer here running MonoDevelop on
> Windows?
>
>
> Giacomo
>
> On Mon, Jun 27, 2011 at 7:52 PM, Giacomo Tesio <giacomo at tesio.it> wrote:
>
>> Hi, anyone looked at the patch here?
>> Has the problem been fixed in another way?
>>
>>
>> Giacomo
>>
>>
>> On Thu, Jun 23, 2011 at 12:19 AM, Giacomo Tesio <giacomo at tesio.it> 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> 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
>
>


-- 
Brian Schuth
ALPHCE, Inc.
Eastport, ME
+1 207 370 2430
brian at alphce.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monodevelop-list/attachments/20110701/f84ea397/attachment.html 


More information about the Monodevelop-list mailing list