[Mono-bugs] [Bug 536036] segfault / stack corruption when embedding a Winforms ToolStrip inside a UserControl

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Sep 1 16:29:35 EDT 2009


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

User tom_hindle at sil.org added comment
http://bugzilla.novell.com/show_bug.cgi?id=536036#c2





--- Comment #2 from tom hindle <tom_hindle at sil.org>  2009-09-01 14:29:34 MDT ---
Actually seems be caused by ToolStrip.SetDisplayedItems () called from
ToolStrip.OnLayout

// causes the problem:
protected override void OnLayout(LayoutEventArgs levent)         {            
    this.SetDisplayedItems ();            
}

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