Skip to content

Instantly share code, notes, and snippets.

@jsierles
Created March 24, 2009 14:21
Show Gist options
  • Save jsierles/84113 to your computer and use it in GitHub Desktop.
Save jsierles/84113 to your computer and use it in GitHub Desktop.
# ruby backtrace under passenger
gdb /path-to-ruby pid-of-rails-process
thread apply all bt
p rb_backtrace()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment