1
1
openmpi/opal/mca/backtrace
Brian Barrett b34042a887 Changes to the information printed when a signal occurs:
* Have darwin backtrace code return an error when buffer() is
    called, since it is not imnplemented
  * Print out hostname & pid when giving signal information
  * If backtrace_buffer() is implemented, use that instead of
    backtrace_print() and prefix stacktrace with the hostname
  * Make the signal information printed be more user friendly
  * If we're using the backtrace_buffer() code, don't print 
    the last two functions (which will be show_stackframe()
    then backtrace_buffer()) so that users won't keep thinking
    the error occurred inside Open MPI (sneaky, yes...)

Refs trac:538

This commit was SVN r12883.

The following Trac tickets were found above:
  Ticket 538 --> https://svn.open-mpi.org/trac/ompi/ticket/538
2006-12-17 19:14:13 +00:00
..
base refs trac:405 2006-09-25 23:41:06 +00:00
darwin Changes to the information printed when a signal occurs: 2006-12-17 19:14:13 +00:00
execinfo * Make the backtrace printing functionality a framework 2006-07-27 02:56:02 +00:00
none Latest and greatest. Now OPAL is ready for the Windows prime-time. 2006-08-23 00:29:35 +00:00
printstack Added missing include files and fixed some compilation errors 2006-07-27 14:44:54 +00:00
backtrace.h Protect against C++ compiler and add the OPAL_DECLSPEC to the 2006-10-05 05:16:07 +00:00
configure.m4 * Make the backtrace printing functionality a framework 2006-07-27 02:56:02 +00:00
Makefile.am * Make the backtrace printing functionality a framework 2006-07-27 02:56:02 +00:00