[Mono-bugs] [Bug 478522] New: ApplicationContext can cause 100% cpu usage

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Feb 22 17:53:02 EST 2009


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


           Summary: ApplicationContext can cause 100% cpu usage
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.2.x
          Platform: i686
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: mzyzik at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=274513)
 --> (https://bugzilla.novell.com/attachment.cgi?id=274513)
example

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4)
Gecko/2008102920 Firefox/3.0.4

If I have the following code in Main:
        ApplicationContext context = new ApplicationContext();
        SomeForm zz = new SomeForm();
        zz.Show();
        Application.Run(context);

.. upon placing my mouse over the form, my CPU stays at 100%.

Reproducible: Always

Actual Results:  
100% cpu.

Expected Results:  
0% cpu.

I've attached the code needed to reproduce the issue.

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