Final on the Zope spin out
This is weird. The following code flips Zope out until you kill the thread that picked up the request. <dtml-in "_.range(0, 105, 5)"> <option value="<dtml-var "_.float(_['sequence-item'])/100">"> <dtml-var "_.float(_['sequence-item'])">% </option> </dtml-in> But this code renders fine swear to God: <dtml-in "_.range(0, 105, 5)"> <option value="<dtml-var "_.float(_['sequence-item'])/100">"> <dtml-var "_.float(_['sequence-item'])">% </option> </dtml-in> Notice the <option> tags flush left. Please tell me someone can reproduce this. My base ZClass subclasses nothing. I experience the hang with both the ZClass management and viewing below and instance. -- Jason Spisak 444@hiretechs.com
I can replicate this. I have no idea why this happens. Jason Spisak wrote:
This is weird. The following code flips Zope out until you kill the thread that picked up the request.
<dtml-in "_.range(0, 105, 5)"> <option value="<dtml-var "_.float(_['sequence-item'])/100">"> <dtml-var "_.float(_['sequence-item'])">% </option> </dtml-in>
But this code renders fine swear to God:
<dtml-in "_.range(0, 105, 5)"> <option value="<dtml-var "_.float(_['sequence-item'])/100">"> <dtml-var "_.float(_['sequence-item'])">% </option> </dtml-in>
Notice the <option> tags flush left. Please tell me someone can reproduce this. My base ZClass subclasses nothing. I experience the hang with both the ZClass management and viewing below and instance.
-- Jason Spisak 444@hiretechs.com
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org 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 )
-- Chris McDonough Digital Creations Publishers of Zope - http://www.zope.org
I'll put it in the Collector. That's a pretty harsh consequence for just adding a space or two. Crashing a thread. Nasty. BTW, why am I always the one with the most cryptic bugs on the face of the planet?;-0 All my best, Chris McDonough writes:
I can replicate this. I have no idea why this happens.
Jason Spisak wrote:
This is weird. The following code flips Zope out until you kill the thread that picked up the request.
<dtml-in "_.range(0, 105, 5)"> <option value="<dtml-var "_.float(_['sequence-item'])/100">"> <dtml-var "_.float(_['sequence-item'])">% </option> </dtml-in>
But this code renders fine swear to God:
<dtml-in "_.range(0, 105, 5)"> <option value="<dtml-var "_.float(_['sequence-item'])/100">"> <dtml-var "_.float(_['sequence-item'])">% </option> </dtml-in>
Notice the <option> tags flush left. Please tell me someone can reproduce this. My base ZClass subclasses nothing. I experience the hang with both the ZClass management and viewing below and instance.
-- Jason Spisak 444@hiretechs.com
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org 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 )
-- Chris McDonough Digital Creations Publishers of Zope - http://www.zope.org
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org 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 )
Jason Spisak CIO HireTechs.com 6151 West Century Boulevard Suite 900 Los Angeles, CA 90045 P. 310.665.3444 F. 310.665.3544 Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
Jason Spisak wrote:
I'll put it in the Collector.
That's a pretty harsh consequence for just adding a space or two. Crashing a thread. Nasty.
BTW, why am I always the one with the most cryptic bugs on the face of the planet?;-0
Just lucky I guess ;) -- In flying I have learned that carelessness and overconfidence are usually far more dangerous than deliberately accepted risks. -- Wilbur Wright in a letter to his father, September 1900
participants (3)
-
Bill Anderson -
Chris McDonough -
Jason Spisak