[Zope] DTML meth makes Zope 2.4.0 core dump...

Chris McDonough chrism@zope.com
Fri, 03 Aug 2001 12:43:11 -0400


Pierre,

Please send the CONVERTER PythonScript and whatever FIELDS and RESULTS
are.  This bug report is not reproducible without them.

Pierre-Julien Grizel wrote:
>=20
> (BTW I forget in my previous post to precise I use 2.4.0 on FreeBSD).
>=20
> Here is a DTML Method :
>=20
>   <dtml-in RESULTS>
>     <dtml-let RESULT=3Dsequence-item>
>       <tr><dtml-var "CONVERTER('','')">
>         <dtml-in FIELDS>
>           <td><dtml-var "CONVERTER('', '')"></td>
>         </dtml-in>
>       </tr>
>     </dtml-let>
>   </dtml-in>
>=20
> This method is called from a Python Script, and CONVERTER is a referenc=
e to
> another Python Script.
>=20
> The first <dtml-var "CONVERTER('','')"> works perfectly (the script is =
called
> and returns correctly), but the SECOND ONE makes Zope core dump. Urglhh=
...
>=20
> Can someone explain me this more than strange (and more than annoying) =
behaviour
> ?
>=20
> Thanks,
>=20
> Regards,
>=20
> P.-J.
>=20
> --
> If the only tool you have is a hammer,
>     you tend to see every problem as a nail.
> Si le seul outil dont vous disposez est un marteau,
>     vous avez tendance =E0 voir chaque probl=E8me comme un clou.
>                                        --Abraham Maslow
>=20
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )

--=20
Chris McDonough                           Zope Corporation
http://www.zope.org                    http://www.zope.com

""" Killing hundreds of birds with thousands of stones """