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.


     AUTHORS
          For authors and contributors see AUTHORS file


     COPYRIGHT
          (C) Potsdam Institute for Climate Impact Research (PIK), see
          COPYRIGHT file


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
















Man(1) output converted with man2html