Re: [Zope-dev] Debugging spinning Zope?

2006-04-19 Thread Dieter Maurer
Wichert Akkerman wrote at 2006-4-18 23:43 +0200: >Previously Stefan H. Holek wrote: >> http://www.zope.org/Members/4am/debugspinningzope > >And now for windows... :) Install "cygwin" and do it like you would under *nix. -- Dieter ___ Zope-Dev maillist

Re: [Zope-dev] Debugging spinning Zope?

2006-04-19 Thread Christian Theune
Am Dienstag, den 18.04.2006, 23:43 +0200 schrieb Wichert Akkerman: > Previously Stefan H. Holek wrote: > > http://www.zope.org/Members/4am/debugspinningzope > > And now for windows... :) Try googling for 'deadlockdebugger'. Christian -- gocept gmbh & co. kg - forsterstraße 29 - 06112 halle/sa

Re: [Zope-dev] Debugging spinning Zope?

2006-04-18 Thread Wichert Akkerman
Previously Stefan H. Holek wrote: > http://www.zope.org/Members/4am/debugspinningzope 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

Re: [Zope-dev] Debugging spinning Zope?

2006-04-18 Thread Morten W. Petersen
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 __

Re: [Zope-dev] Debugging spinning Zope?

2006-04-18 Thread Dieter Maurer
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 ___

Re: [Zope-dev] Debugging spinning Zope?

2006-04-18 Thread Stefan H. Holek
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

[Zope-dev] Debugging spinning Zope?

2006-04-18 Thread Morten W. Petersen
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, M