https://bugzilla.novell.com/show_bug.cgi?id=360796
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=360796#c2 --- Comment #2 from Casey Marshall <[EMAIL PROTECTED]> 2008-02-11 18:08:35 MST --- More info: the code that triggers this, which is about 150 lines into the method, does this (subform is a Form member variable): subform.FormClosed += new FormClosedEventHandler(delegate(object o, FormClosedEventArgs e2) { subform = null; }); In other words, the on-closed event handler nulls out the instance in the main form. 'subform' is essentially a window embedded into the main form. And again, this only happens if this code is in a large method. Simple test cases don't provoke this. -- 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
