[Zope] Memorysegment error in Zope

Andreas Jung lists at andreas-jung.com
Tue Apr 26 02:22:58 EDT 2005



--On Dienstag, 26. April 2005 8:01 Uhr +0200 Max M <maxm at mxm.dk> wrote:

> I am writing an Imap client. The Imap server (Groupwise) I connect to is
> really slow at accepting logins.
>
> So I have made a connection pool where I store the open connections to
> the server.
>
> But once in a while I get a memory segment error on the server and it
> crashes.
>
> I suspect what happens is that a connection has been idle for to long, ad
> the connection dropped by the imap server. Which might cause some memory
> to be freed that is then accessed when I call noop().

So it would be (group)wise to ask the vendor (Novell)?

>
> It could also be be some kind of threading problem.

It could be anything...servers should never crash because of client
side problems.

>
> Does any of you hav an ide as to how I can find out? I am not used to
> these kind of problems, having been spoiled by Python for too long.
>

Looking at the code I see nothing that could help from figuring
out some server problems or doing some remote healing.

-aj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope/attachments/20050426/c3aa7265/attachment.bin


More information about the Zope mailing list