]> git.uio.no Git - u/mrichter/AliRoot.git/commit
PWGPP-4 Functionality to make a program snapshot -core file
authormivanov <marian.ivanov@cern.ch>
Sat, 10 May 2014 21:12:02 +0000 (23:12 +0200)
committermivanov <marian.ivanov@cern.ch>
Sat, 10 May 2014 21:12:02 +0000 (23:12 +0200)
commit05b500424041b0227a28fc5828cf8e39cec3bf2a
tree21e1345ec3a971eaac1eda8b78a1b58f27612c65
parenta9ff2f09777def7be632e89fafc08ef33bef0d9f
PWGPP-4  Functionality to make a program snapshot -core file
  //   gcore - Generate a core file for a running process
  //   gcore dmake a current snapshot, program can continue further
  //   We assum that gcore is installed
  //   for details see:  man gcore
  // Example use - make default core file for current process:  AliLog::MakeCoreDump(0)
  // Automatic core dump creation in case of the AliFatal can be specified using
  // static void  EnableCoreDump(Bool_t enabled);
  // Core dump is created in addition to the stack trace ()
  // marian.ivanov@cern.ch

STEER/STEERBase/AliLog.cxx STEER/STEERBase/AliLog.h - functionality to make a core file

PWGPP-4 Memory leak (M.Gheata)
PWGPP/TPC/AliPerformanceMatch.cxx
PWGPP/TPC/AliPerformanceMatch.cxx
STEER/STEERBase/AliLog.cxx
STEER/STEERBase/AliLog.h