Re: [Zope] Zope hangs and Python eats all memory

2007-03-06 Thread Nico Grubert
After I started Zope and make a few SQL queries, the Zope server shuts down with a "Segmentation fault". At the same time there is a log entry on my linux machine in /var/log/messages that reads: Jan 23 10:43:09 smut kernel: python[6231]: segfault at rip 0043c0d7 rsp 000

Re: [Zope] Zope hangs and Python eats all memory

2007-02-09 Thread Dieter Maurer
Nico Grubert wrote at 2007-2-9 08:56 +0100: > ... >After I started Zope and make a few SQL queries, the Zope server shuts >down with a "Segmentation fault". >At the same time there is a log entry on my linux machine in >/var/log/messages that reads: >Jan 23 10:43:09 smut kernel: python[6231]: segfa

Re: [Zope] Zope hangs and Python eats all memory

2007-02-09 Thread Peter Bengtsson
Hi Nico, I've also struggled with Easysoft's OOB (Odbc-Odbc Bridge) and with dire results. The main problem we had wasn't seg faults but that it got hung up and stopped responding probably due to abandonned closed connection sockets. On a completely different customer I managed to get a Zope 2.

Re: [Zope] Zope hangs and Python eats all memory

2007-02-08 Thread Nico Grubert
I am running Zope 2.9.6. on a 64-Bit Suse Linux 10.1 machine (9 Gbyte of RAM) with Python 2.4.3. installed. From time to time, Zope hangs and I cannot access it anymore. I tried to use the "Zope DeadlockDebugger" but if my Zope hangs I cannot call the URL "http://myzopesite:8080/manage_debug_thr

Re: [Zope] Zope hangs and Python eats all memory

2007-01-16 Thread Dieter Maurer
Nico Grubert wrote at 2007-1-15 13:22 +0100: >I am running Zope 2.9.6. on a 64-Bit Suse Linux 10.1 machine (9 Gbyte of >RAM) with Python 2.4.3. installed. > From time to time, Zope hangs and I cannot access it anymore. I tried >to use the "Zope DeadlockDebugger" but if my Zope hangs I cannot call

Re: [Zope] Zope hangs and Python eats all memory

2007-01-15 Thread Paul Winkler
On Mon, Jan 15, 2007 at 01:22:39PM +0100, Nico Grubert wrote: > Dear list members, > > I am running Zope 2.9.6. on a 64-Bit Suse Linux 10.1 machine (9 Gbyte of > RAM) with Python 2.4.3. installed. > From time to time, Zope hangs and I cannot access it anymore. I tried > to use the "Zope Deadlock