Debugging a stuck Ruby process using gdb/lldb
This post is a case study of an issue I faced in the form of a stuck Ruby micro-service. The Rails server would boot up and service requests for a while until it would stop responding. The next problem was verification. How can we tell that the process is stuck?…