Re: no more SIG11 --without-pymallog --without-cycle-gc (was Re: [Zope-dev] Bravery & Zope 2.5 Testers)

2002-01-16 Thread Chris McDonough

Today.  See http://www.python.org.  But give us a little time. ;-)

Chris Withers wrote:

> "Matthew T. Kromer" wrote:
> 
>>Post Python 2.1.2 final.  :)  Probably very shortly therafter.
>>
> 
> When is Python 2.1.2 final out?!
> 
> Chris
> 
> ___
> 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 )
> 



___
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: no more SIG11 --without-pymallog --without-cycle-gc (was Re: [Zope-dev] Bravery & Zope 2.5 Testers)

2002-01-16 Thread Chris Withers

"Matthew T. Kromer" wrote:
> 
> Post Python 2.1.2 final.  :)  Probably very shortly therafter.

When is Python 2.1.2 final out?!

Chris

___
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: no more SIG11 --without-pymallog --without-cycle-gc (was Re: [Zope-dev] Bravery & Zope 2.5 Testers)

2002-01-16 Thread Matthew T. Kromer

Leonardo Rochael Almeida wrote:

>On a related note, when is Zope 2.4.4 comming out?
>


Post Python 2.1.2 final.  :)  Probably very shortly therafter.  


___
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: no more SIG11 --without-pymallog --without-cycle-gc (wasRe: [Zope-dev] Bravery & Zope 2.5 Testers)

2002-01-16 Thread Leonardo Rochael Almeida

On a related note, when is Zope 2.4.4 comming out?

On Wed, 2002-01-16 at 13:34, Matthew T. Kromer wrote:
> Harald Koschinski wrote:
> 
> > same for me, no more crashes - but zope needs very much memory (logo :-(()
> >
> > I will try know python 2.1.2.
> >
> 
> 
> OK -- our Zope 2.5.0 betas 3 and 4 have a binary python in them that 
> contains the critical ceval.c patch.
> 

-- 
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: no more SIG11 --without-pymallog --without-cycle-gc (was Re: [Zope-dev] Bravery & Zope 2.5 Testers)

2002-01-16 Thread Harald Koschinski





   same for me, no more crashes - but zope needs very much memory (logo
:-(()

 I will try know python 2.1.2.

 Leonardo Rochael Almeida wrote:
1008351449.5381.3.camel@spitfire">
  Hi folks,I also tried the CVS ExtensionClass.h but it didn't help. We keptgetting the SIG11's.However, after reading all comments on this problem report onsourceforge:http://sourceforge.net/tracker/?func=detail&atid=105470&aid=471942&group_id=5470pointed out in this list by Joseph Wayne Norton, and the diff -u betweenthe CVS ExtensionClass.h and the one that came with zope 2.4.3, Idecided to try recompiling python --without-cycle-gc (in addidtion to--without-pymalloc, which we used before causing an increase in timebetween restarts from 15 min to 40 min).Now our zope is running for "17 hours 29 min 40 sec" (pasted from theControl_Panel) without a single SIG11, YAY!!!I strongly recommend anyone running into these "Aiieee! 54321 exitedwith er
ror code: 11
" to recompile their pythons --without-cycle-gc" tosee if the SIGSEGVs go away. Maybe even for Stefano Noferi's script?Throw in a --without-pymalloc for good measure :-)Now our zope is probably slowly leaking some cycles, but what the heck,I can live with restarting zope once per week. With ZEO it comes back in2 seconds anyway :-)	Cheers, LeoPS: No, I have no intention to check if --with-pymalloc--without-cycle-gc also works :-)On Wed, 2001-12-12 at 19:57, Matthew T. Kromer wrote:
  
OK, I am formulating a hypothesis that if you replace ExtensionClass.h in Zope 2.4 and Zope 2.5 with the following one:http://cvs.zope.org/~checkout~/Zope/lib/Components/ExtensionClass/src/ExtensionClass.h?rev=1.16.140.2&content-type=text/plain(Which goes in lib/Components/ExtensionClass/src/ExtensionClass.h btw)and rebuild zope  python2.1 wo_pcgi.pyand rebuld any other modules you may have which depend on extension classthat some of the segfaults could go away.[...]




 regards
Harald Koschinski_FRIATEC AktiengesellschaftInformationssysteme und OrganisationTel. 0621 - 486 - 1454Fax. 0621 - 486 - 1840Steinzeugstrasse 50mailto:[EMAIL PROTECTED]D-68229 Mannheim





Re: [Zope-dev] Bravery & Zope 2.5 Testers

2001-12-17 Thread Harald Koschinski




Matthew T. Kromer wrote:
[EMAIL PROTECTED]">Harald Koschinski
wrote: 
 
  Matthew T. Kromer wrote: 
 
OK, I am formulating a hypothesis that if you
replace  ExtensionClass.h in Zope 2.4 and Zope 2.5 with the following one: 
  
 
http://cvs.zope.org/~checkout~/Zope/lib/Components/ExtensionClass/src/ExtensionClass.h?rev=1.16.140.2&content-type=text/plain
  
 
(Which goes in lib/Components/ExtensionClass/src/ExtensionClass.h btw) 
 
and rebuild zope  python2.1 wo_pcgi.py 
 
and rebuld any other modules you may have which depend on extension  class 
  
 
that some of the segfaults could go away. 
 
I have one person testing this right now, and am looking for others  to prove
it.  
 
 
My System is very oft crashing - here is the log 
 
---
  
2001-12-03T13:54:09 ERROR(200) zdaemon zdaemon: Mon Dec  3 14:54:09  2001:
Aiieee! 24162 exited with error code: 11 
2001-12-04T06:49:04 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:49:04  2001:
Aiieee! 21743 exited with error code: 11 
2001-12-04T06:50:52 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:50:52  2001:
Aiieee! 27028 exited with error code: 11 
2001-12-04T06:51:15 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:51:15  2001:
Aiieee! 27083 exited with error code: 11 
2001-12-04T06:51:45 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:51:45  2001:
Aiieee! 27118 exited with error code: 11 
2001-12-04T06:53:36 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:53:36  2001:
Aiieee! 27154 exited with error code: 11 
2001-12-04T06:54:23 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:54:23  2001:
Aiieee! 27228 exited with error code: 11 
2001-12-04T07:18:04 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:18:04  2001:
Aiieee! 27260 exited with error code: 11 
2001-12-04T07:38:51 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:38:51  2001:
Aiieee! 27775 exited with error code: 11 
2001-12-04T07:42:09 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:42:09  2001:
Aiieee! 28198 exited with error code: 11 
2001-12-04T07:44:59 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:44:59  2001:
Aiieee! 28311 exited with error code: 11 
2001-12-04T07:45:50 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:45:50  2001:
Aiieee! 28421 exited with error code: 11 
2001-12-04T07:51:43 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:51:43  2001:
Aiieee! 28461 exited with error code: 11 
2001-12-04T13:52:36 ERROR(200) zdaemon zdaemon: Tue Dec  4 14:52:36  2001:
Aiieee! 2215 exited with error code: 11 
2001-12-04T14:07:49 ERROR(200) zdaemon zdaemon: Tue Dec  4 15:07:49  2001:
Aiieee! 15784 exited with error code: 11 
2001-12-05T07:31:39 ERROR(200) zdaemon zdaemon: Wed Dec  5 08:31:39  2001:
Aiieee! 20380 exited with error code: 11 
2001-12-05T07:48:50 ERROR(200) zdaemon zdaemon: Wed Dec  5 08:48:50  2001:
Aiieee! 21874 exited with error code: 11 
2001-12-05T07:56:16 ERROR(200) zdaemon zdaemon: Wed Dec  5 08:56:16  2001:
Aiieee! 22040 exited with error code: 11 
2001-12-05T08:02:15 ERROR(200) zdaemon zdaemon: Wed Dec  5 09:02:15  2001:
Aiieee! 22131 exited with error code: 11 
2001-12-05T08:03:26 ERROR(200) zdaemon zdaemon: Wed Dec  5 09:03:26  2001:
Aiieee! 22240 exited with error code: 11 
2001-12-05T08:10:29 ERROR(200) zdaemon zdaemon: Wed Dec  5 09:10:29  2001:
Aiieee! 22281 exited with error code: 11 
2001-12-05T08:11:06 ERROR(200) zdaemon zdaemon: Wed Dec  5 09:11:06  2001:
Aiieee! 22417 exited with error code: 11 
2001-12-05T08:41:42 ERROR(200) zdaemon zdaemon: Wed Dec  5 09:41:42  2001:
Aiieee! 22445 exited with error code: 11 
2001-12-05T09:24:19 ERROR(200) zdaemon zdaemon: Wed Dec  5 10:24:19  2001:
Aiieee! 22886 exited with error code: 11 
2001-12-05T10:18:56 ERROR(200) zdaemon zdaemon: Wed Dec  5 11:18:56  2001:
Aiieee! 23468 exited with error code: 11 
2001-12-05T11:02:32 ERROR(200) zdaemon zdaemon: Wed Dec  5 12:02:32  2001:
Aiieee! 24061 exited with error code: 11 
2001-12-05T11:45:35 ERROR(200) zdaemon zdaemon: Wed Dec  5 12:45:35  2001:
Aiieee! 24940 exited with error code: 11 
2001-12-05T12:48:49 ERROR(200) zdaemon zdaemon: Wed Dec  5 13:48:49  2001:
Aiieee! 25060 exited with error code: 11 
2001-12-05T13:16:23 ERROR(200) zdaemon zdaemon: Wed Dec  5 14:16:23  2001:
Aiieee! 25837 exited with error code: 11 
2001-12-05T13:24:00 ERROR(200) zdaemon zdaemon: Wed Dec  5 14:24:00  2001:
Aiieee! 28674 exited with error code: 11 
2001-12-05T13:31:58 ERROR(200) zdaemon zdaemon: Wed Dec  5 14:31:58  2001:
Aiieee! 28822 exited with error code: 11 
2001-12-05T13:40:20 ERROR(200) zdaemon zdaemon: Wed Dec  5 14:40:20  2001:
Aiieee! 29166 exited with error code: 11 
2001-12-05T14:48:50 ERROR(200) zdaemon zdaemon: Wed Dec  5 15:48:50  2001:
Aiieee! 30233 exited with error code: 11 
2001-12-06T07:48:48 ERROR(200) zdaemon zdaemon: Thu Dec  6 08:48:48  2001:
Aiieee! 316 exited with error code: 11 
2001-12-06T07:52:41 ERROR(200) zdaemon zdaemon: Thu Dec  6 08:52:41  2001:
Aiieee! 552 exited w

no more SIG11 --without-pymallog --without-cycle-gc (was Re:[Zope-dev] Bravery & Zope 2.5 Testers)

2001-12-14 Thread Leonardo Rochael Almeida

Hi folks,


I also tried the CVS ExtensionClass.h but it didn't help. We kept
getting the SIG11's.

However, after reading all comments on this problem report on
sourceforge:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=471942&group_id=5470
pointed out in this list by Joseph Wayne Norton, and the diff -u between
the CVS ExtensionClass.h and the one that came with zope 2.4.3, I
decided to try recompiling python --without-cycle-gc (in addidtion to
--without-pymalloc, which we used before causing an increase in time
between restarts from 15 min to 40 min).

Now our zope is running for "17 hours 29 min 40 sec" (pasted from the
Control_Panel) without a single SIG11, YAY!!!

I strongly recommend anyone running into these "Aiieee! 54321 exited
with error code: 11" to recompile their pythons --without-cycle-gc" to
see if the SIGSEGVs go away. Maybe even for Stefano Noferi's script?

Throw in a --without-pymalloc for good measure :-)

Now our zope is probably slowly leaking some cycles, but what the heck,
I can live with restarting zope once per week. With ZEO it comes back in
2 seconds anyway :-)

Cheers, Leo

PS: No, I have no intention to check if --with-pymalloc
--without-cycle-gc also works :-)

On Wed, 2001-12-12 at 19:57, Matthew T. Kromer wrote:
> OK, I am formulating a hypothesis that if you replace ExtensionClass.h 
> in Zope 2.4 and Zope 2.5 with the following one:
> 
> 
>http://cvs.zope.org/~checkout~/Zope/lib/Components/ExtensionClass/src/ExtensionClass.h?rev=1.16.140.2&content-type=text/plain
> 
> (Which goes in lib/Components/ExtensionClass/src/ExtensionClass.h btw)
> 
> and rebuild zope  python2.1 wo_pcgi.py
> 
> and rebuld any other modules you may have which depend on extension class
> 
> that some of the segfaults could go away.
> [...]

-- 
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] Bravery & Zope 2.5 Testers

2001-12-14 Thread Matthew T. Kromer

Harald Koschinski wrote:

> Matthew T. Kromer wrote:
>
>> OK, I am formulating a hypothesis that if you replace 
>> ExtensionClass.h in Zope 2.4 and Zope 2.5 with the following one:
>>
>> 
>http://cvs.zope.org/~checkout~/Zope/lib/Components/ExtensionClass/src/ExtensionClass.h?rev=1.16.140.2&content-type=text/plain
> 
>>
>>
>> (Which goes in lib/Components/ExtensionClass/src/ExtensionClass.h btw)
>>
>> and rebuild zope  python2.1 wo_pcgi.py
>>
>> and rebuld any other modules you may have which depend on extension 
>> class
>>
>> that some of the segfaults could go away.
>>
>> I have one person testing this right now, and am looking for others 
>> to prove it. 
>
>
> My System is very oft crashing - here is the log
>
> 
>---
> 
>
> 2001-12-03T13:54:09 ERROR(200) zdaemon zdaemon: Mon Dec  3 14:54:09 
> 2001: Aiieee! 24162 exited with error code: 11
> 2001-12-04T06:49:04 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:49:04 
> 2001: Aiieee! 21743 exited with error code: 11
> 2001-12-04T06:50:52 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:50:52 
> 2001: Aiieee! 27028 exited with error code: 11
> 2001-12-04T06:51:15 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:51:15 
> 2001: Aiieee! 27083 exited with error code: 11
> 2001-12-04T06:51:45 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:51:45 
> 2001: Aiieee! 27118 exited with error code: 11
> 2001-12-04T06:53:36 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:53:36 
> 2001: Aiieee! 27154 exited with error code: 11
> 2001-12-04T06:54:23 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:54:23 
> 2001: Aiieee! 27228 exited with error code: 11
> 2001-12-04T07:18:04 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:18:04 
> 2001: Aiieee! 27260 exited with error code: 11
> 2001-12-04T07:38:51 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:38:51 
> 2001: Aiieee! 27775 exited with error code: 11
> 2001-12-04T07:42:09 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:42:09 
> 2001: Aiieee! 28198 exited with error code: 11
> 2001-12-04T07:44:59 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:44:59 
> 2001: Aiieee! 28311 exited with error code: 11
> 2001-12-04T07:45:50 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:45:50 
> 2001: Aiieee! 28421 exited with error code: 11
> 2001-12-04T07:51:43 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:51:43 
> 2001: Aiieee! 28461 exited with error code: 11
> 2001-12-04T13:52:36 ERROR(200) zdaemon zdaemon: Tue Dec  4 14:52:36 
> 2001: Aiieee! 2215 exited with error code: 11
> 2001-12-04T14:07:49 ERROR(200) zdaemon zdaemon: Tue Dec  4 15:07:49 
> 2001: Aiieee! 15784 exited with error code: 11
> 2001-12-05T07:31:39 ERROR(200) zdaemon zdaemon: Wed Dec  5 08:31:39 
> 2001: Aiieee! 20380 exited with error code: 11
> 2001-12-05T07:48:50 ERROR(200) zdaemon zdaemon: Wed Dec  5 08:48:50 
> 2001: Aiieee! 21874 exited with error code: 11
> 2001-12-05T07:56:16 ERROR(200) zdaemon zdaemon: Wed Dec  5 08:56:16 
> 2001: Aiieee! 22040 exited with error code: 11
> 2001-12-05T08:02:15 ERROR(200) zdaemon zdaemon: Wed Dec  5 09:02:15 
> 2001: Aiieee! 22131 exited with error code: 11
> 2001-12-05T08:03:26 ERROR(200) zdaemon zdaemon: Wed Dec  5 09:03:26 
> 2001: Aiieee! 22240 exited with error code: 11
> 2001-12-05T08:10:29 ERROR(200) zdaemon zdaemon: Wed Dec  5 09:10:29 
> 2001: Aiieee! 22281 exited with error code: 11
> 2001-12-05T08:11:06 ERROR(200) zdaemon zdaemon: Wed Dec  5 09:11:06 
> 2001: Aiieee! 22417 exited with error code: 11
> 2001-12-05T08:41:42 ERROR(200) zdaemon zdaemon: Wed Dec  5 09:41:42 
> 2001: Aiieee! 22445 exited with error code: 11
> 2001-12-05T09:24:19 ERROR(200) zdaemon zdaemon: Wed Dec  5 10:24:19 
> 2001: Aiieee! 22886 exited with error code: 11
> 2001-12-05T10:18:56 ERROR(200) zdaemon zdaemon: Wed Dec  5 11:18:56 
> 2001: Aiieee! 23468 exited with error code: 11
> 2001-12-05T11:02:32 ERROR(200) zdaemon zdaemon: Wed Dec  5 12:02:32 
> 2001: Aiieee! 24061 exited with error code: 11
> 2001-12-05T11:45:35 ERROR(200) zdaemon zdaemon: Wed Dec  5 12:45:35 
> 2001: Aiieee! 24940 exited with error code: 11
> 2001-12-05T12:48:49 ERROR(200) zdaemon zdaemon: Wed Dec  5 13:48:49 
> 2001: Aiieee! 25060 exited with error code: 11
> 2001-12-05T13:16:23 ERROR(200) zdaemon zdaemon: Wed Dec  5 14:16:23 
> 2001: Aiieee! 25837 exited with error code: 11
> 2001-12-05T13:24:00 ERROR(200) zdaemon zdaemon: Wed Dec  5 14:24:00 
> 2001: Aiieee! 28674 exited with error code: 11
> 2001-12-05T13:31:58 ERROR(200) zdaemon zdaemon: Wed Dec  5 14:31:58 
> 2001: Aiieee! 28822 exited with error code: 11
> 2001-12-05T13:40:20 ERROR(200) zdaemon zdaemon: Wed Dec  5 14:40:20 
> 2001: Aiieee! 29166 exited with error code: 11
> 2001-12-05T14:48:50 ERROR(200) zdaemon zdaemon: Wed Dec  5 15:48:50 
> 2001: Aiieee! 30233 exited with error code: 11
> 2001-12-06T07:48:48 ERROR(200) zdaemon zdaemon: Thu Dec  6 08:48:48 
> 2001: Aiieee! 316 exited with error code: 11
> 2001-12-06T07:52:

Re: [Zope-dev] Bravery & Zope 2.5 Testers

2001-12-14 Thread Harald Koschinski

Matthew T. Kromer wrote:

> OK, I am formulating a hypothesis that if you replace ExtensionClass.h 
> in Zope 2.4 and Zope 2.5 with the following one:
>
> 
>http://cvs.zope.org/~checkout~/Zope/lib/Components/ExtensionClass/src/ExtensionClass.h?rev=1.16.140.2&content-type=text/plain
> 
>
>
> (Which goes in lib/Components/ExtensionClass/src/ExtensionClass.h btw)
>
> and rebuild zope  python2.1 wo_pcgi.py
>
> and rebuld any other modules you may have which depend on extension class
>
> that some of the segfaults could go away.
>
> I have one person testing this right now, and am looking for others to 
> prove it. 

My System is very oft crashing - here is the log

---
2001-12-03T13:54:09 ERROR(200) zdaemon zdaemon: Mon Dec  3 14:54:09 
2001: Aiieee! 24162 exited with error code: 11
2001-12-04T06:49:04 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:49:04 
2001: Aiieee! 21743 exited with error code: 11
2001-12-04T06:50:52 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:50:52 
2001: Aiieee! 27028 exited with error code: 11
2001-12-04T06:51:15 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:51:15 
2001: Aiieee! 27083 exited with error code: 11
2001-12-04T06:51:45 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:51:45 
2001: Aiieee! 27118 exited with error code: 11
2001-12-04T06:53:36 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:53:36 
2001: Aiieee! 27154 exited with error code: 11
2001-12-04T06:54:23 ERROR(200) zdaemon zdaemon: Tue Dec  4 07:54:23 
2001: Aiieee! 27228 exited with error code: 11
2001-12-04T07:18:04 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:18:04 
2001: Aiieee! 27260 exited with error code: 11
2001-12-04T07:38:51 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:38:51 
2001: Aiieee! 27775 exited with error code: 11
2001-12-04T07:42:09 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:42:09 
2001: Aiieee! 28198 exited with error code: 11
2001-12-04T07:44:59 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:44:59 
2001: Aiieee! 28311 exited with error code: 11
2001-12-04T07:45:50 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:45:50 
2001: Aiieee! 28421 exited with error code: 11
2001-12-04T07:51:43 ERROR(200) zdaemon zdaemon: Tue Dec  4 08:51:43 
2001: Aiieee! 28461 exited with error code: 11
2001-12-04T13:52:36 ERROR(200) zdaemon zdaemon: Tue Dec  4 14:52:36 
2001: Aiieee! 2215 exited with error code: 11
2001-12-04T14:07:49 ERROR(200) zdaemon zdaemon: Tue Dec  4 15:07:49 
2001: Aiieee! 15784 exited with error code: 11
2001-12-05T07:31:39 ERROR(200) zdaemon zdaemon: Wed Dec  5 08:31:39 
2001: Aiieee! 20380 exited with error code: 11
2001-12-05T07:48:50 ERROR(200) zdaemon zdaemon: Wed Dec  5 08:48:50 
2001: Aiieee! 21874 exited with error code: 11
2001-12-05T07:56:16 ERROR(200) zdaemon zdaemon: Wed Dec  5 08:56:16 
2001: Aiieee! 22040 exited with error code: 11
2001-12-05T08:02:15 ERROR(200) zdaemon zdaemon: Wed Dec  5 09:02:15 
2001: Aiieee! 22131 exited with error code: 11
2001-12-05T08:03:26 ERROR(200) zdaemon zdaemon: Wed Dec  5 09:03:26 
2001: Aiieee! 22240 exited with error code: 11
2001-12-05T08:10:29 ERROR(200) zdaemon zdaemon: Wed Dec  5 09:10:29 
2001: Aiieee! 22281 exited with error code: 11
2001-12-05T08:11:06 ERROR(200) zdaemon zdaemon: Wed Dec  5 09:11:06 
2001: Aiieee! 22417 exited with error code: 11
2001-12-05T08:41:42 ERROR(200) zdaemon zdaemon: Wed Dec  5 09:41:42 
2001: Aiieee! 22445 exited with error code: 11
2001-12-05T09:24:19 ERROR(200) zdaemon zdaemon: Wed Dec  5 10:24:19 
2001: Aiieee! 22886 exited with error code: 11
2001-12-05T10:18:56 ERROR(200) zdaemon zdaemon: Wed Dec  5 11:18:56 
2001: Aiieee! 23468 exited with error code: 11
2001-12-05T11:02:32 ERROR(200) zdaemon zdaemon: Wed Dec  5 12:02:32 
2001: Aiieee! 24061 exited with error code: 11
2001-12-05T11:45:35 ERROR(200) zdaemon zdaemon: Wed Dec  5 12:45:35 
2001: Aiieee! 24940 exited with error code: 11
2001-12-05T12:48:49 ERROR(200) zdaemon zdaemon: Wed Dec  5 13:48:49 
2001: Aiieee! 25060 exited with error code: 11
2001-12-05T13:16:23 ERROR(200) zdaemon zdaemon: Wed Dec  5 14:16:23 
2001: Aiieee! 25837 exited with error code: 11
2001-12-05T13:24:00 ERROR(200) zdaemon zdaemon: Wed Dec  5 14:24:00 
2001: Aiieee! 28674 exited with error code: 11
2001-12-05T13:31:58 ERROR(200) zdaemon zdaemon: Wed Dec  5 14:31:58 
2001: Aiieee! 28822 exited with error code: 11
2001-12-05T13:40:20 ERROR(200) zdaemon zdaemon: Wed Dec  5 14:40:20 
2001: Aiieee! 29166 exited with error code: 11
2001-12-05T14:48:50 ERROR(200) zdaemon zdaemon: Wed Dec  5 15:48:50 
2001: Aiieee! 30233 exited with error code: 11
2001-12-06T07:48:48 ERROR(200) zdaemon zdaemon: Thu Dec  6 08:48:48 
2001: Aiieee! 316 exited with error code: 11
2001-12-06T07:52:41 ERROR(200) zdaemon zdaemon: Thu Dec  6 08:52:41 
2001: Aiieee! 552 exited with error code: 11
2001-12-06T08:02:34 ERROR(200) zdaemon zdaemon: Thu Dec  6 09:02:34 
2001: Aiieee! 661 exited with error 

[Zope-dev] Bravery & Zope 2.5 Testers

2001-12-12 Thread Matthew T. Kromer

OK, I am formulating a hypothesis that if you replace ExtensionClass.h 
in Zope 2.4 and Zope 2.5 with the following one:

http://cvs.zope.org/~checkout~/Zope/lib/Components/ExtensionClass/src/ExtensionClass.h?rev=1.16.140.2&content-type=text/plain

(Which goes in lib/Components/ExtensionClass/src/ExtensionClass.h btw)

and rebuild zope  python2.1 wo_pcgi.py

and rebuld any other modules you may have which depend on extension class

that some of the segfaults could go away.

I have one person testing this right now, and am looking for others to 
prove it.

I have *not* been able to reproduce any crashing problems (even Martijn 
Faassens one) so I can't tell what may be going wrong for sure.


___
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 )