Skip to content

rhelmer/crashcatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Very minimal PoC breakpad crash collector/processor in Go.

Requirements:

  • C++ compiler (for breakpad)
  • Go compiler
  1. Build breakpad "minidump stackwalk" (for processing crashes)
  ./bin/build_breakpad.sh
  1. Run tests and build crashcatcher
  go test
  go build
  1. Run crashcatcher (data is stored in ./crashdata)
  ./crashcatcher
  1. Submit test crashes (test data is stored in ./testdata)
  ./bin/submit.sh 

crashcatcher can also be run in "collect only" or "process only" modes, see:

  ./crashcatcher --help

for details.

About

Catch breakpad crashes with Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published