[ZCM] [ZC] 202/ 4 Comment "sequence.sort in ZPT causes Zope to restart"
Collector: Zope Bugs and Patches ...
zope-coders@zope.org
Tue, 12 Feb 2002 08:06:41 -0500
Issue #202 Update (Comment) "sequence.sort in ZPT causes Zope to restart"
Status Pending, Zope/bug critical
To followup, visit:
http://collector.zope.org/Zope/202
==============================================================
= Comment - Entry #4 by hg_zen on Feb 12, 2002 8:06 am
The cAccessControl.c fix didn't work. Also, I'm getting various messages that look like this in dmesg:
pid 38177 (python), uid 1005: exited on signal 11
pid 38581 (python), uid 1005: exited on signal 11
pid 38641 (python), uid 1005: exited on signal 11
pid 38770 (python), uid 1005: exited on signal 10
pid 64705 (python), uid 1005: exited on signal 10
pid 65015 (python), uid 1005: exited on signal 11
pid 65098 (python), uid 1005: exited on signal 6
pid 65637 (python), uid 1005: exited on signal 11
pid 65895 (python), uid 1005: exited on signal 11
pid 65939 (python), uid 1005: exited on signal 11
pid 65957 (python), uid 1005: exited on signal 11
pid 68933 (python), uid 1005: exited on signal 11
pid 69228 (python), uid 1005: exited on signal 10
pid 70336 (python), uid 1005: exited on signal 11
________________________________________
= Comment - Entry #3 by matt on Feb 12, 2002 7:23 am
There is a patch to cAccessControl.c in CVS; try checking out the latest version of lib/python/AccessControl/cAccessControl.c from cvs.zope.org and rebuilding Zope. This patch will be included in Zope 2.5.1 beta 1, which will be released this Friday, February 15.
________________________________________
= Comment - Entry #2 by hg_zen on Feb 12, 2002 4:56 am
running Zope with only one thread helps, but still restarts after a few refreshes. If contentValues contains Folders and/or Files, Zope restarts.
________________________________________
= Request - Entry #1 by hg_zen on Feb 7, 2002 5:15 pm
The following code in local_html on a CMF site causes Zope to restart when viewed via index_html:
<span tal:define="raw_items python: sequence.sort(here.contentValues(filter={'Type':( 'File' , 'Link') } ),(( 'Title', 'nocase', ), ), );
items python: auth_filter( raw_items, skip='' );">
It works fine if I directly view local_html.
==============================================================