sigdump

(โ˜… 192)

Use signal to show stacktrace of a Ruby process without restarting it

  • .gitignore
  • ChangeLog
  • Gemfile
  • LICENSE
  • Rakefile
  • README.md
  • sigdump.gemspec

# Installation Guide

1. Get the code
git clone https://github.com/fluent/sigdump

Downloads the entire project code from GitHub to your computer.

cd sigdump

Moves into the project folder you just downloaded.

2. Ruby

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Ruby Ruby is required to use the bundle command.
/srv/staging/current/vendor/bundle/ruby/1.9.1/gems/sigdump-0.1.0/lib/sigdump.rb:32:in `dump_backtrace'

Type this command into your terminal and run it.

/srv/staging/current/vendor/bundle/ruby/1.9.1/gems/sigdump-0.1.0/lib/sigdump.rb:19:in `block in dump_all_thread_backtrace'

Type this command into your terminal and run it.

/srv/staging/current/vendor/bundle/ruby/1.9.1/gems/sigdump-0.1.0/lib/sigdump.rb:18:in `each'

Type this command into your terminal and run it.

/srv/staging/current/vendor/bundle/ruby/1.9.1/gems/sigdump-0.1.0/lib/sigdump.rb:18:in `dump_all_thread_backtrace'

Type this command into your terminal and run it.

/srv/staging/current/vendor/bundle/ruby/1.9.1/gems/sigdump-0.1.0/lib/sigdump.rb:9:in `block (2 levels) in install_thread_dump_handler'

Type this command into your terminal and run it.

โœ… If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).

Pulled directly from this repo's README.

// repository documentation