http://bugzilla.novell.com/show_bug.cgi?id=561970
http://bugzilla.novell.com/show_bug.cgi?id=561970#c7 Rodrigo Kumpera <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|[email protected] | Resolution| |INVALID --- Comment #7 from Rodrigo Kumpera <[email protected]> 2010-04-20 14:45:33 UTC --- The stacktace shows the actual method been called, so it has to be from List since IList is an interface. You could fix it by either making a copy of the list, making sure no external modification happens or by building a modification resistant list. -- 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
