From 49fe0597f9521146ae907c7f016f20f5326fc1bf Mon Sep 17 00:00:00 2001
From: Incardona Pietro <incardon@mpi-cbg.de>
Date: Sun, 12 Sep 2021 14:08:18 +0200
Subject: [PATCH] Fignal error in case or crash

---
 src/VCluster/VCluster.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/VCluster/VCluster.cpp b/src/VCluster/VCluster.cpp
index 8435c85..d3639f3 100644
--- a/src/VCluster/VCluster.cpp
+++ b/src/VCluster/VCluster.cpp
@@ -64,7 +64,7 @@ void bt_sighandler(int sig, siginfo_t * info, void * ctx_p)
 
 	print_stack();
 
-	exit(0);
+	exit(1);
 }
 
 double time_spent = 0.0;
-- 
GitLab