Fabio Tranchitella wrote:
My question is easy: I don't know how to investigate the problem when my Zope instance is not responsive anymore. I tried to use PDB, GDB and friends but without success.
One of GDB's friends is strace. It can be very helpful in situations like yours. Use the -p option to attach to the running process to see what's going on.
See also http://www.upfrontsystems.co.za/Members/jean/zope-notes/debug-spinning-zope and http://svn.python.org/view/python/trunk/Misc/gdbinit?view=markup.
-- Benji York Senior Software Engineer Zope Corporation _______________________________________________ Zope3-dev mailing list Zope3-dev@zope.org Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com