Merge pull request #4388 from RosettaCommons/roccomoretti/backtrace_tracer_option
Add an option to display the backtrace on the console.
Right now, when Rosetta crashes it only prints the backtrace to the ROSETTA_CRASH.log file.
This PR adds a (currently default false) option -run:crash_to_console which will cause the crash reporter system to also print the backtrace to the console.