trick/trick_source
Alex Lin 03d6105c6c Remove catches for non-Trick exceptions
Removed the catches for std:exceptions and unknown exceptions.  The best way
I found to provide a clue to where the exception comes from is to allow the
handler for unhandled exceptions execute.  This is std::terminate which calls
abort and trips a SIGABRT.  I added a signal handler for SIGABRT which like
SIGSEGV, we can print a stack trace or attach a debugger to the process before
exiting.  The stack trace print is on by default.  By default the signal
handler is on, stack trace is on, debugger is off.

refs #220
2016-04-15 15:01:14 -05:00
..
codegen/Interface_Code_Gen Ignore privacy 2016-04-15 15:01:14 -05:00
data_products Unit tests failing on the Mac. 2015-11-19 14:41:18 -06:00
er7_utils Merge in the er7_utils integrators 2016-02-11 14:13:25 -06:00
java refs #219 Present a dialog that allows per-unit selection for multidimensional units 2016-04-11 10:06:51 -05:00
sim_services Remove catches for non-Trick exceptions 2016-04-15 15:01:14 -05:00
trick_swig Compiling with gcc 4.9 sometimes requires cstddef 2016-04-01 17:05:24 -05:00
trick_utils Create the conversions between quaternion and Euler angles 2016-04-14 10:48:20 -05:00
.gitignore Merge in the er7_utils integrators 2016-02-10 09:32:53 -06:00