[Mono-bugs] [Bug 665482] Form.ShowDialog crashes

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jun 9 23:04:38 UTC 2012


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

https://bugzilla.novell.com/show_bug.cgi?id=665482#c1


Robert Wilkens <robwilkens at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robwilkens at gmail.com

--- Comment #1 from Robert Wilkens <robwilkens at gmail.com> 2012-06-09 23:04:37 UTC ---
As of mono version 2.10.8 on my Macintosh Mac Mini with MacOS Version 10.7.4
this does not seem to crash.

To give exactly what I'm doing to try to reproduce this:

$ cat test.cs
using System.Windows.Forms;

class Form1 : Form{
    public static void Main(){
        Form f1=new Form1();
        f1.ShowDialog();
    }
}

$ gmcs test.cs -R:System.Windows.Forms.dll -R:System.Drawing.dll

$ mono ./test.exe
(a blank widow shows up on the screen)
(no crash, i close the window, it exits)

-- 
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.


More information about the mono-bugs mailing list