Tracing the Python Stack in GDB
Tuesday, May 22nd, 2007Several times I have been confronted with this problem. The last time was some time ago, where my main project application would lockup, and we were unable to consistently reproduce the problem. It always seems to be an exercise in futility attempting to debug a hung Zope process using GDB. Since I’m […]