aboutsummaryrefslogtreecommitdiffstats
path: root/Software
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-08-23 10:40:23 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-08-23 10:40:23 +0300
commitee43df835127c733d4eeb2c18b2b2fbc7bbf044b (patch)
treeeed7d3e596887239606cff46a9f9eda10e777409 /Software
parent4c1db0cbded45ed962c4402e466409d1c9bb8bbd (diff)
downloadTango-ee43df835127c733d4eeb2c18b2b2fbc7bbf044b.tar.gz
Tango-ee43df835127c733d4eeb2c18b2b2fbc7bbf044b.zip
Attempt to catch real time graphs crash.
Diffstat (limited to 'Software')
-rw-r--r--Software/DB/Tango.mdfbin75497472 -> 75497472 bytes
-rw-r--r--Software/DB/Tango_log.ldfbin15400960 -> 15400960 bytes
-rw-r--r--Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs2
3 files changed, 2 insertions, 0 deletions
diff --git a/Software/DB/Tango.mdf b/Software/DB/Tango.mdf
index 90fced504..373bd11ba 100644
--- a/Software/DB/Tango.mdf
+++ b/Software/DB/Tango.mdf
Binary files differ
diff --git a/Software/DB/Tango_log.ldf b/Software/DB/Tango_log.ldf
index f93b47d89..b747c8b4e 100644
--- a/Software/DB/Tango_log.ldf
+++ b/Software/DB/Tango_log.ldf
Binary files differ
diff --git a/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs b/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs
index 141daf731..743ffaeab 100644
--- a/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs
+++ b/Software/Visual_Studio/SideChains/RealTimeGraphEx/RealTimeGraphExBase.cs
@@ -6,6 +6,7 @@ using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Globalization;
using System.Linq;
+using System.Runtime.ExceptionServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
@@ -1032,6 +1033,7 @@ namespace RealTimeGraphEx
/// <summary>
/// The push thread method.
/// </summary>
+ [HandleProcessCorruptedStateExceptions]
private void PushDataThreadMethod()
{
while (!_requestTermination.WaitOne(0))