Get the PID ps -Af | grep ruby
Attach to the process sudo gdb -p PID
Enter in Python python
Run snippet gdb_ruby_backtrace.py
Get the PID ps -Af | grep ruby
Attach to the process sudo gdb -p PID
Enter in Python python
Run snippet gdb_ruby_backtrace.py