From ba3e7626316b961c7ad861cbdaafe39d82f8862c Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 27 May 2009 12:56:30 +0000 Subject: [PATCH] bug 1303: catch exceptions by default in IONProc --- RTCP/IONProc/src/ION_main.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RTCP/IONProc/src/ION_main.cc b/RTCP/IONProc/src/ION_main.cc index 10c9b8febda..a3c226f307a 100644 --- a/RTCP/IONProc/src/ION_main.cc +++ b/RTCP/IONProc/src/ION_main.cc @@ -65,6 +65,9 @@ extern "C" { // if exceptions are not caught, an attempt is made to create a backtrace // from the place where the exception is thrown. +// +// JD: if exceptions are caught, a backtrace is produced now as well, +// plus the actual exception is printed. So that's preferable as a default. #define CATCH_EXCEPTIONS -- GitLab