From 928b2c1910bfe957a4cc31746aa395c9ed98006f Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 19 Jul 2018 20:07:16 -0400 Subject: ... --- run_replicas.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'run_replicas.sh') diff --git a/run_replicas.sh b/run_replicas.sh index a6cc553..52f33e8 100755 --- a/run_replicas.sh +++ b/run_replicas.sh @@ -6,6 +6,7 @@ fi for i in "${rep[@]}"; do echo "starting replica $i" #valgrind --leak-check=full ./hotstuff-app --conf hotstuff-sec${i}.conf > log${i} 2>&1 & - ./hotstuff-app --conf hotstuff-sec${i}.conf > log${i} 2>&1 & + gdb -ex r -ex bt -ex q --args ./hotstuff-app --conf hotstuff-sec${i}.conf > log${i} 2>&1 & + #./hotstuff-app --conf hotstuff-sec${i}.conf > log${i} 2>&1 & done wait -- cgit v1.2.3-70-g09d2