From f443644bfef38d21383d58c5cffed7efbb945746 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 17 Mar 2008 13:39:25 +0000 Subject: [PATCH] From Brian B.: This commit lowers the priority of the darwin backtrace component below that of the ''execinfo'' and ''stackprint'' components, which will cause OS X Leopard to use the ''execinfo'' component. execinfo utilizes a public API for printing the stacktrace. The ''darwin'' component uses some evil hacks and a not-so supported package from Apple to print the stack trace. This commit was SVN r17840. --- opal/mca/backtrace/darwin/configure.params | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opal/mca/backtrace/darwin/configure.params b/opal/mca/backtrace/darwin/configure.params index 79ed02a8e1..f894958f31 100644 --- a/opal/mca/backtrace/darwin/configure.params +++ b/opal/mca/backtrace/darwin/configure.params @@ -11,5 +11,5 @@ # Specific to this module -PARAM_CONFIG_PRIORITY=30 +PARAM_CONFIG_PRIORITY=20 PARAM_CONFIG_FILES="Makefile"