[Zope] TAL that kills

David Bear David.Bear@asu.edu
Mon, 9 Dec 2002 15:30:43 -0700


Interesting problem.  IN a ZPT the following TAL will always kill the Zserver processes.

<p tal:repeat="doc container/docStore">
  <a tal:attributes="href doc/getId"
     tal:content="doc/title_or_id">document </a>
</p>

any idea why?

This is Zope 2.5.1 running on python 2.1.1 on FreeBSD.

I've done a littl tal and none of it has caused zope to die like this.