Capture segmentation fault backtraces from Ruby and Resque on Linux
We're running Ruby workers across a large number of machines using Resque. Every once in a while, we see segmentation faults in our Resque worker processes. It's hard to debug these, because they're fairly rare, and we must run tens of thousands of distributed jobs to trigger a crash. Ideally, we'd like to capture backtraces and core fi...