Re: [Zope-dev] disabling gc does not necessarily hide memorycorruption

2001-12-20 Thread Martijn Faassen
Chris McDonough wrote: > I just found out that the RestrictedPython package isn't actually yet fixed! > Shane is working on it. He's sweating and I think I almost heard him curse > once. ;-) So please hang tight and we'll let you know when it's safe to go > in the water. Okay, if there's no fix

Re: [Zope-dev] disabling gc does not necessarily hide memorycorruption

2001-12-20 Thread Martijn Faassen
Matthew T. Kromer wrote: [snip] > Actually, I was kind of hoping Martijn Faassen would pipe up and say "I > applied the restricted python patches you've already put up on the > Zope-2_4-branch, and my problems with ParsedXML went away!" since he's > one of the folks that did NOT benefit from ap

Re: [Zope-dev] disabling gc does not necessarily hide memorycorruption

2001-12-20 Thread Matthew T. Kromer
ll > be merged soon. > > - Original Message - > From: "Leonardo Rochael Almeida" <[EMAIL PROTECTED]> > To: "Zope Developers list" <[EMAIL PROTECTED]> > Sent: Wednesday, December 19, 2001 3:22 PM > Subject: Re: [Zope-dev] disabling gc does n

Re: [Zope-dev] disabling gc does not necessarily hide memorycorruption

2001-12-19 Thread Chris McDonough
- Original Message - From: "Leonardo Rochael Almeida" <[EMAIL PROTECTED]> To: "Zope Developers list" <[EMAIL PROTECTED]> Sent: Wednesday, December 19, 2001 3:22 PM Subject: Re: [Zope-dev] disabling gc does not necessarily hide memorycorruption > Oh, and whic

Re: [Zope-dev] disabling gc does not necessarily hide memorycorruption

2001-12-19 Thread Leonardo Rochael Almeida
Oh, and which branch should I get the tarball from? On Wed, 2001-12-19 at 18:20, Leonardo Rochael Almeida wrote: > > > On Wed, 2001-12-19 at 18:02, Martijn Pieters wrote: > > [...] > > You can download files from CVS as a tarball. Just go to > > http://cvs.zope.org/Zope/lib/python/RestrictedPyt

Re: [Zope-dev] disabling gc does not necessarily hide memorycorruption

2001-12-19 Thread Leonardo Rochael Almeida
On Wed, 2001-12-19 at 18:02, Martijn Pieters wrote: > [...] > You can download files from CVS as a tarball. Just go to > http://cvs.zope.org/Zope/lib/python/RestrictedPython and use the link at the > bottom. Should I apply the ExtensionClass.h fix from CVS mentioned here in the list too? -- I

Re: [Zope-dev] disabling gc does not necessarily hide memorycorruption

2001-12-19 Thread Chris McDonough
uot; <[EMAIL PROTECTED]> To: "Zope Developers list" <[EMAIL PROTECTED]> Sent: Wednesday, December 19, 2001 2:24 PM Subject: Re: [Zope-dev] disabling gc does not necessarily hide memorycorruption > > On Wed, 2001-12-19 at 13:34, Chris McDonough wrote: > > It would

Re: [Zope-dev] disabling gc does not necessarily hide memorycorruption

2001-12-19 Thread Leonardo Rochael Almeida
On Wed, 2001-12-19 at 13:34, Chris McDonough wrote: > It would be good if someone who is experiencing random crashes could confirm > that the the new compiler package fixes their problem. I might risk losing a few more points with my sysadmin to test it (Hi daniduc :-) if there was an easily dow

Re: [Zope-dev] disabling gc does not necessarily hide memorycorruption

2001-12-17 Thread Leonardo Rochael Almeida
Funny thing. My instalation isn't leaking noticeably after I disabled cycle-gc, and I'm running a Zeo client/server combo (in a single machine) On Tue, 2001-12-18 at 01:58, Anthony Baxter wrote: > >>> Chris McDonough wrote > > This behavior is with the patches to the compiler package that were