http://bugzilla.novell.com/show_bug.cgi?id=590100
http://bugzilla.novell.com/show_bug.cgi?id=590100#c5 Carlos Alberto Cortez <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Carlos Alberto Cortez <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
