[Mono-bugs] [Bug 528825] New: NotifyIcon race condition

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Aug 6 09:02:32 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=528825


           Summary: NotifyIcon race condition
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: x86
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: jxelam at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Description of Problem:

NotifyIcon includes the following function:

private void UpdateSystray()
{
    if (icon_bitmap != null) {
icon_bitmap.Dispose();
            }

            if (icon != null) {
                icon_bitmap = icon.ToBitmap();
            }

            window.Invalidate();
            XplatUI.SystrayChange(window.Handle, text, icon, ref tooltip);
        }

Steps to reproduce the problem:
1. 
2. 


Actual Results:


Expected Results:


How often does this happen? 


Additional Information:

-- 
Configure bugmail: http://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