]> git.uio.no Git - u/mrichter/AliRoot.git/commit - PWGPP/TPC/AliPerformanceMatch.cxx
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)
committerhristov <Peter.Hristov@cern.ch>
Thu, 29 May 2014 14:36:02 +0000 (16:36 +0200)
commit55247085ca99145deca4ad10c36d3b8603559cb7
tree3d9a5984d2f81f069049ad56e0cc38d86911efb4
parent7d903dd7f7b8c62d8d89945095261f55356772b8
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