Hi All,
We are having a bit of trouble with the Minos side of the teach bench at the moment…it will randomly crash out on us (when I say we and us this is happening on multiple different machines).
I have emailed the support team about this, but not sure if they are picking it up because I haven’t had a reply back from the last one, which was around a week ago.
After a crash, the windows event viewer does log a .NET runtime error, see the full exception below;
-------------------------------------------------------------------------------------------------------------------------------------
Application: TeachBench.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.NullReferenceException
at TeachBench.Minos.ViewModels.TrainingSetViewModel.PerformConsistencyCheck(ImageInfo)
at TeachBench.Minos.ViewModels.TrainingSetViewModel+<>c__DisplayClass227_0.<AddImageToTrainingSet>b__0(System.Object)
at System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
-------------------------------------------------------------------------------------------------------------------------------------
After the exception has happened once, it does tend to start to happen more frequently once restarting the teach bench. After another user of the teachbench reported the crash was happening more frequently I took a look at their event viewer and a different exception was thrown by the looks of it, see that one below;
-------------------------------------------------------------------------------------------------------------------------------------
Application: TeachBench.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.AccessViolationException
at Stemmer.Cvb.MinosLib.MTSImageCheck(IntPtr, Double, Int32, Stemmer.Cvb.Minos.CheckProgressCallback, IntPtr, IntPtr ByRef)
at Stemmer.Cvb.Minos.TrainingSet+ImageInfo.CheckConsistency(Double, Double)
at TeachBench.Minos.ViewModels.TrainingSetViewModel.PerformConsistencyCheck(ImageInfo)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
-------------------------------------------------------------------------------------------------------------------------------------
We are currently using the latest version of CVB 13.02.003 and have tried both 32bit and 64bit versions.
Do you have any other suggestions that we can try?
Thanks