PageRenderTime 53ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 0ms

/README.md

https://bitbucket.org/fedor_dikarev/coredump-analysis
Markdown | 17 lines | 12 code | 5 blank | 0 comment | 0 complexity | d2dd1d56751595187e8336e7f3f56046 MD5 | raw file
  1. # README #
  2. ### What is this repository for? ###
  3. * A number of shell scripts to automate coredumps analysis: making backtraces from coredumps, analyze them in auto mode and to store only needed coredumps for further analysis
  4. ### How do I get set up? ###
  5. * `mail_core.sh` is used at remote server for generating backtraces and sending e-mails
  6. * `generate_new_dumps.sh` check if there are new backtraces and generate dumps for them
  7. * `dump_from_backtrace` tries to extract function's names from backtrace
  8. * `find_bug.sh` looks at already known bugs and tries to guess if we have similar backtrace already
  9. * `rsync_backtraces.sh` get new backtraces from remote hosts and analyse all of them
  10. * `remote_tar_core.sh` archive and store coredumps at remote server for further analysis
  11. ### Contact information ###
  12. E-mail: Fedor Dikarev [fe@hamilton.rinet.ru](mailto:Fedor%20Dikarev%20<fe@hamilton.rinet.ru>?subject=Bitbucket%20coredump-analysis)