Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concurrency exceptions #4

Closed
asdfasdf100500 opened this issue Apr 15, 2016 · 1 comment
Closed

Concurrency exceptions #4

asdfasdf100500 opened this issue Apr 15, 2016 · 1 comment

Comments

@asdfasdf100500
Copy link

Hello

Roughly once per two days, I get these kind of exceptions:

{Type:"System.InvalidOperationException",Message:"Collection was modified after the enumerator was instantiated.",InnerException:null,StackTrace:" at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) at System.Collections.Generic.Queue1.Enumerator.MoveNext()
at System.Linq.Enumerable.LastOrDefault[TSource](IEnumerable1 source) at Sanderling.Exe.App.get_FromMotionExecutionMemoryMeasurementTimeMin() at Sanderling.Exe.App.get_MeasurementRecentEnoughTime() at Sanderling.Exe.App.get_RequestedMeasurementTime() at Sanderling.Exe.App.InterfaceExchange() at Sanderling.Exe.App.Timer_Tick(Object sender, Object e) at System.Windows.Threading.DispatcherTimer.FireTick(Object unused) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)",TargetSite:"ThrowInvalidOperationException"}

Br. Asdf

@Arcitectus
Copy link
Owner

I recently fixed a bug which caused this exception: 1307698

release v16.03.09 contains the fix: https://github.com/Arcitectus/Sanderling/releases/tag/v16.03.09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants