[Mono-bugs] [Bug 638517] New: Mono Winforms on Mac OS X crashes after repeated create/dispose of dialogs or forms

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Sep 10 10:36:21 EDT 2010


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

https://bugzilla.novell.com/show_bug.cgi?id=638517#c0


           Summary: Mono Winforms on Mac OS X crashes after repeated
                    create/dispose of dialogs or forms
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.6.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: rleckett at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1;
Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

Description of Problem:

On Mac Mini (Intel), OS X 10.6, Mono 2.6.7 Winforms,
repeated create/destroy of GUI elements eventually crashes
and seldom in the same manner. Eg.

            OpenFileDialog dlg = new OpenFileDialog();
            dlg.ShowDialog(this);
            dlg.Dispose();

crashes after about a dozen repetitions or so.


Steps to reproduce the problem:
1. Create and destroy any dialog or form repeatedly.
2. 


Actual Results:
Sometimes GUI elements disappear, sometimes dialog freezes,
eventually program crashes.


Expected Results:
Normal create/destroy.


How often does this happen? 
Always.


Additional Information:
Our application is GUI intensive with continuous creation/destruction of
display elements. Mono is untenable unless this problem is fixed.



Reproducible: Always

Steps to Reproduce:
1. Create and destroy any dialog or form repeatedly.
2.
3.
Actual Results:  
Sometimes GUI elements disappear, sometimes dialog freezes,
eventually program crashes.


Expected Results:  
Normal create/destroy.


Our application is GUI intensive with continuous creation/destruction of
display elements. Mono is untenable unless this problem is fixed.

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