Index: trunk/psLib/src/sys/psAbort.c
===================================================================
--- trunk/psLib/src/sys/psAbort.c	(revision 5517)
+++ trunk/psLib/src/sys/psAbort.c	(revision 10275)
@@ -10,6 +10,6 @@
  *  @author Eric Van Alst, MHPCC
  *   
- *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-11-15 20:10:32 $
+ *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-11-29 17:57:20 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -19,8 +19,11 @@
 #include <stdlib.h>
 #include "psAbort.h"
+#include "psError.h"
 #include "psLogMsg.h"
 
 void psAbort(const char *name, const char *format, ...)
 {
+    psErrorStackPrint(stderr, "Aborting. Error stack:");
+
     va_list argPtr;             // variable list arguement pointer
     // Get the variable list parameters to pass to logging function
