[Mono-bugs] [Bug 590100] InvalidOperationException when adding ToolStripItem to Collection

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun May 2 15:53:36 EDT 2010


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

http://bugzilla.novell.com/show_bug.cgi?id=590100#c5


Carlos Alberto Cortez <calberto.cortez at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #5 from Carlos Alberto Cortez <calberto.cortez at gmail.com> 2010-05-02 19:53:35 UTC ---
This should be fixed in rev 156593. Basically the issue is that the items being
disposed were getting their Dispose method called by the garbage collector (in
a different thread), so we were having a race condition (we shouldn't be
modifying the parent ToolStrip on the disposed items in first place).

Thanks!

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