backtrace.1



     NAME
          backtrace - Print backtrace from core file

     SYNOPSIS
          backtrace [exe [core]]

     DESCRIPTION
          Script prints backtrace from core file using the gdb
          debugger. Full information of failed program is obtained if
          it was compiled with configure.sh -debug option.

     OPTIONS
          exe  Name of the executable. Default name is
               $LPJROOT/bin/lpjml.

          core Name of the core file. Default name is core.

     ENVIRONMENT
          LPJROOT
               defines the root directory for LPJmL.

     EXIT STATUS
          backtrace returns a zero exit status if backtrace has been
          printed.  Non zero is returned in case of failure.


     AUTHOR
          Werner von Bloh (Werner.von.Bloh@pik-potsdam.de)


     SEE ALSO
          lpjml(1), configure.sh(1), gdb(1), core(5)





















Man(1) output converted with man2html