Hi, I have a problem with a Zope that hangs eating up 99.9% of the CPU. I've tried to debug the problem by using DeadlockDebugger but that doesn't even return when accessing it. I guess the next step is to use pdb og gdb - are there perhaps any documents out there describing the process? TIA, Morten
http://www.zope.org/Members/4am/debugspinningzope On 18. Apr 2006, at 16:45, Morten W. Petersen wrote:
Hi,
I have a problem with a Zope that hangs eating up 99.9% of the CPU. I've tried to debug the problem by using DeadlockDebugger but that doesn't even return when accessing it.
I guess the next step is to use pdb og gdb - are there perhaps any documents out there describing the process?
TIA,
Morten
-- Anything that happens, happens. --Douglas Adams
Previously Stefan H. Holek wrote:
And now for windows... :) Wichert.
On 18. Apr 2006, at 16:45, Morten W. Petersen wrote:
Hi,
I have a problem with a Zope that hangs eating up 99.9% of the CPU. I've tried to debug the problem by using DeadlockDebugger but that doesn't even return when accessing it.
I guess the next step is to use pdb og gdb - are there perhaps any documents out there describing the process?
TIA,
Morten
-- Anything that happens, happens. --Douglas Adams
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
-- Wichert Akkerman <wichert@wiggy.net> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.
Am Dienstag, den 18.04.2006, 23:43 +0200 schrieb Wichert Akkerman:
Previously Stefan H. Holek wrote:
And now for windows... :)
Try googling for 'deadlockdebugger'. Christian -- gocept gmbh & co. kg - forsterstraße 29 - 06112 halle/saale - germany www.gocept.com - ct@gocept.com - phone +49 345 122 9889 7 - fax +49 345 122 9889 1 - zope and plone consulting and development
Wichert Akkerman wrote at 2006-4-18 23:43 +0200:
Previously Stefan H. Holek wrote:
And now for windows... :)
Install "cygwin" and do it like you would under *nix. -- Dieter
Morten W. Petersen wrote at 2006-4-18 16:45 +0200:
I guess the next step is to use pdb og gdb - are there perhaps any documents out there describing the process?
You use your favorite search engine and search for "Zope spinning debug". -- Dieter
Dieter Maurer wrote:
Morten W. Petersen wrote at 2006-4-18 16:45 +0200:
I guess the next step is to use pdb og gdb - are there perhaps any documents out there describing the process?
You use your favorite search engine and search for "Zope spinning debug".
Yep. ;) -Morten
participants (5)
-
Christian Theune -
Dieter Maurer -
Morten W. Petersen -
Stefan H. Holek -
Wichert Akkerman