[Zope-dev] segfaults persist in 2.4.4b1

2002-01-31 Thread Leonardo Rochael Almeida

Hi,

I previously had a segfaulting Zope 2.4.3 installation, whose segfaults
I traded for a leak when I disabled the cycle-gc.

I just installed Zope 2.4.4b1 (binary) hoping it'd fix the segfaults so
that Zope could go back to not leaking, but they persist. Disabling gc
in this new version stops the segfaults, but restarts the leak, just
like before. Basically, it feels like the problems are the same for me.

I'm now in the process of recompiling python 2.1.2 --without-pymalloc to
see if it solves the problem but I suspect it'll only make Zope crash
less instead of stop crashing (like it did last time).

If anyone has any tip (or an automatic stack dump generator for running
zope processes)

-- 
Ideas don't stay in some minds very long because they don't like
solitary confinement.


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] segfaults persist in 2.4.4b1

2002-01-31 Thread Matthew T. Kromer

Leonardo Rochael Almeida wrote:

Hi,

I previously had a segfaulting Zope 2.4.3 installation, whose segfaults
I traded for a leak when I disabled the cycle-gc.

I just installed Zope 2.4.4b1 (binary) hoping it'd fix the segfaults so
that Zope could go back to not leaking, but they persist. Disabling gc
in this new version stops the segfaults, but restarts the leak, just
like before. Basically, it feels like the problems are the same for me.

I'm now in the process of recompiling python 2.1.2 --without-pymalloc to
see if it solves the problem but I suspect it'll only make Zope crash
less instead of stop crashing (like it did last time).

If anyone has any tip (or an automatic stack dump generator for running
zope processes)


Well, I think I mentioned this before, but you do NOT want 
--with-pymalloc on in your Python build.  I'm just about 100% positive 
that ExtensionClass derived objects will not play well with pymalloc.

-- 
Matt Kromer
Zope Corporation  http://www.zope.com/ 




___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] segfaults persist in 2.4.4b1

2002-01-31 Thread Leonardo Rochael Almeida

On Thu, 2002-01-31 at 15:11, Matthew T. Kromer wrote:
 
 Well, I think I mentioned this before, but you do NOT want 
 --with-pymalloc on in your Python build.  I'm just about 100% positive 
 that ExtensionClass derived objects will not play well with pymalloc.

Indeed you have, I just mentioned it because I was mentioning my next
steps and I suspect *the Python that comes with binary Zope 2.4.4b1* is
compiled with it.

[]'s Leo

-- 
Ideas don't stay in some minds very long because they don't like
solitary confinement.


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] segfaults persist in 2.4.4b1

2002-01-31 Thread Matthew T. Kromer

Leonardo Rochael Almeida wrote:

On Thu, 2002-01-31 at 15:11, Matthew T. Kromer wrote:

Well, I think I mentioned this before, but you do NOT want 
--with-pymalloc on in your Python build.  I'm just about 100% positive 
that ExtensionClass derived objects will not play well with pymalloc.


Indeed you have, I just mentioned it because I was mentioning my next
steps and I suspect *the Python that comes with binary Zope 2.4.4b1* is
compiled with it.

   []'s Leo


The linux and solaris binaries should not; the Windows binary ... might. 
 For the Windows binary, we use the regular PythonLabs distributed 
Python212.exe files.  And I dont actually know if it uses pymalloc or not.

-- 
Matt Kromer
Zope Corporation  http://www.zope.com/ 




___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )