[MonoDevelop] Mono crashing while in MonoDevelop on many different lines

Michael Hutchinson m.j.hutchinson at gmail.com
Fri Feb 26 22:10:34 EST 2010


On Fri, Feb 26, 2010 at 12:04 PM, Steve Ricketts <velocedge at hotmail.com> wrote:
>
> Mono 2.6.1, MonoDevelop 2.2.1, Vista Business x86_64.  Works in C# VS2008.
>
> I thought I was just having trouble with the WebBrowser control because when
> I referenced WebBrowser.Navigate, Mono.exe crashed.  So I took that out for
> the moment and am having similar problems on other statements.  For example
> on Convert.ToInt32("32838");  Application output for this error is below.
> If I switch my runtime to .Net in MonoDevelop rather than Mono 2.6.1, it
> works fine.
>
> Can anyone tell me what might be happening or something to check.  I'm
> wondering if my Mono/MonoDevelop installation has a problem or something.

The debugger "disconnect" error indicates that the Mono process you
are debugging has crashed in native code. The System.Windows.Forms web
browser control seems a fairly likely candidate - it does fancy native
interop stuff with a native browser component, and I don't know how
well that works on Windows. If you can isolate the crashes to test
cases and/or get crash traces can you file bugs against Mono class
libraries and/or runtime?

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list