[Mono-bugs] [Bug 469239] New: Mono doesn't call timer event when Application is started with Application.Run()

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Jan 25 14:28:09 EST 2009


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


           Summary: Mono doesn't call timer event when Application is
                    started with Application.Run()
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.2.x
          Platform: PC
        OS/Version: openSUSE 11.1
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: floseflose at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=267515)
 --> (https://bugzilla.novell.com/attachment.cgi?id=267515)
Test case with form and timer

Description of Problem:
I have a form and a windows.Forms.timer control.
The form is shown with form.Show(); , then the application is started with
Application.Run();
When the timer is enabled, mono produces full cpu load and the timer event
isn't called.

When the application is started with Application.Run(form); it works fine, it
also works when the form is just shown with form.ShowDialog();

Additional Information:

In Mono 2.0 this worked without problems. In Mono 2.2 and 2.3(trunk) the error
appears.

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