Skip to content

Instantly share code, notes, and snippets.

@mkrueger
Created August 6, 2013 16:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkrueger/6166265 to your computer and use it in GitHub Desktop.
Save mkrueger/6166265 to your computer and use it in GitHub Desktop.
System.InvalidOperationException: HashSet have been modified while it was iterated over
at System.Collections.Generic.HashSet`1+Enumerator[MonoDevelop.CodeIssues.IssueSummary].CheckState () [0x00028] in /build/mono/src/mono-3.0.7/mcs/class/System.Core/System.Collections.Generic/HashSet.cs:675
at System.Collections.Generic.HashSet`1+Enumerator[MonoDevelop.CodeIssues.IssueSummary].MoveNext () [0x00000] in /build/mono/src/mono-3.0.7/mcs/class/System.Core/System.Collections.Generic/HashSet.cs:629
at System.Linq.Enumerable.Any[IssueSummary] (IEnumerable`1 source, System.Func`2 predicate) [0x00026] in /build/mono/src/mono-3.0.7/mcs/class/System.Core/System.Linq/Enumerable.cs:147
at MonoDevelop.CodeIssues.IssueGroup.MonoDevelop.CodeIssues.IIssueTreeNode.get_Visible () [0x00001] in /home/mkrueger/work/monodevelop/main/src/addins/MonoDevelop.Refactoring/MonoDevelop.CodeIssues/IssueGroup.cs:110
at MonoDevelop.CodeIssues.CodeIssuePadControl.ProcessUpdateQueue () [0x00079] in /home/mkrueger/work/monodevelop/main/src/addins/MonoDevelop.Refactoring/MonoDevelop.CodeIssues/CodeIssuePad.cs:163
at MonoDevelop.CodeIssues.CodeIssuePadControl.RunPeriodicUpdate () [0x00001] in /home/mkrueger/work/monodevelop/main/src/addins/MonoDevelop.Refactoring/MonoDevelop.CodeIssues/CodeIssuePad.cs:187
at Xwt.Application+<TimeoutInvoke>c__AnonStorey1.<>m__A () [0x0000e] in /home/mkrueger/work/monodevelop/main/external/xwt/Xwt/Xwt/Application.cs:191
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment