[Mono-bugs] [Bug 360796] Internal compiler error with large methods

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Feb 11 20:08:36 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=360796

User cmarshall at pacificbiosciences.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=360796#c2





--- Comment #2 from Casey Marshall <cmarshall at pacificbiosciences.com>  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.


More information about the mono-bugs mailing list