RE: [Zope] Zope 2.1.6 Bug?

2000-06-26 Thread Satheesh Babu

Ha ha, still stranger results. I tried it on an NT4.0
machine and it hangs as well. Changed it to 
  

- no quotes and no width
and it works fine. What the %#@%%^ ???

Can't play much with it because there are 
users on the system :-( Nothing on the ZServer
logs as well.


   ~  V.Satheesh Babu [EMAIL PROTECTED](Xt: 5348)
  . . http://vsbabu.csoft.net/
  /V\ - Duct tape is like the force.  It has
 // \\  a light side, and a dark side, and
/(   )\ it holds the universe together ...
 ^'~'^

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Anders Holmbech Nielsen
Sent: Monday, June 26, 2000 10:20 AM
To: [EMAIL PROTECTED]
Subject: Re: [Zope] Zope 2.1.6 Bug?


hi,

this is a strange error. I have just tried on my win nt 4.0 Zope 
2.1.6 with the same result.

>I'm running Zope 2.1.6 under Windows 2000.  I've encountered a 
>situation where I can cause Zope to completely hang.  For example, 
>if I create a DTMLMethod called test in the root folder and give it 
>this contents  (leading spaces on the table tag are important):
>
> 
>   
> Hello
>   
> 
>
>and click the View tab, the page displays as expected.  However, if 
>I edit this to look like this:
>
> 
>   
> Hello
>   
>   
>  Goodbye
>   
> 
>
>and click View, Zope goes off and never returns.  The Python.exe 
>file continues to consume CPU but doesn't display anything.
>
>However, if I remove the leading spaces before the table tags, save 
>my changes and then click View, the contents are displayed 
>immediately.  I then experimented with adding one space before the 
>tag.  The contents displayed, but after a pause.  Two spaces paused 
>longer.
>
>Can anyone else verify this behavior?
>
>Thanks.
>
>James W. Howe  mailto:[EMAIL PROTECTED]
>Allen Creek Software, Inc. pgpkey: http://ic.net/~jwh/pgpkey.html
>Ann Arbor, MI  48103
>
>
>___
>Zope maillist  -  [EMAIL PROTECTED]
>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 )

-- 

Regards

-
Anders Holmbech Nielsen | Tlf:  (+45) 70 22 56 00
Software Engineer   | Fax:  (+45) 70 22 57 00
Integrator Uniware A/S  | http:/www.integrator.dk

___
Zope maillist  -  [EMAIL PROTECTED]
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 )



___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Zope 2.1.6 Bug?

2000-06-26 Thread Anders Holmbech Nielsen

hi,

this is a strange error. I have just tried on my win nt 4.0 Zope 
2.1.6 with the same result.

>I'm running Zope 2.1.6 under Windows 2000.  I've encountered a 
>situation where I can cause Zope to completely hang.  For example, 
>if I create a DTMLMethod called test in the root folder and give it 
>this contents  (leading spaces on the table tag are important):
>
> 
>   
> Hello
>   
> 
>
>and click the View tab, the page displays as expected.  However, if 
>I edit this to look like this:
>
> 
>   
> Hello
>   
>   
>  Goodbye
>   
> 
>
>and click View, Zope goes off and never returns.  The Python.exe 
>file continues to consume CPU but doesn't display anything.
>
>However, if I remove the leading spaces before the table tags, save 
>my changes and then click View, the contents are displayed 
>immediately.  I then experimented with adding one space before the 
>tag.  The contents displayed, but after a pause.  Two spaces paused 
>longer.
>
>Can anyone else verify this behavior?
>
>Thanks.
>
>James W. Howe  mailto:[EMAIL PROTECTED]
>Allen Creek Software, Inc. pgpkey: http://ic.net/~jwh/pgpkey.html
>Ann Arbor, MI  48103
>
>
>___
>Zope maillist  -  [EMAIL PROTECTED]
>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 )

-- 

Regards

-
Anders Holmbech Nielsen | Tlf:  (+45) 70 22 56 00
Software Engineer   | Fax:  (+45) 70 22 57 00
Integrator Uniware A/S  | http:/www.integrator.dk

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Zope 2.1.6 Bug?

2000-06-26 Thread Evan Simpson

- Original Message -
From: James W. Howe <[EMAIL PROTECTED]>

> I'm running Zope 2.1.6 under Windows 2000.  I've encountered a situation
> where I can cause Zope to completely hang.  For example, if I create a
> DTMLMethod called test in the root folder and give it this
> contents  (leading spaces on the table tag are important):
[snip]

This is the Spinning Decapitation bug, which is described at
http://www.zope.org/Members/tseaver/Projects/HighlyAvailableZope/SpinningDec
apitation
(which links to a patch).  This is fixed in 2.2

Cheers,

Evan @ digicool & 4-am


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] R: [Zope] Zope 2.1.6 Bug?

2000-06-26 Thread Marcel Preda


I have made a test 
Zope 2.1.4 and Debian Linux.
I have the same problem...

Later I'll try on Zope 2.1.6 && Slackware,
now I can not acces the computer...

- Original Message - 
From: James W. Howe <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 26, 2000 3:08 PM
Subject: [Zope] Zope 2.1.6 Bug?


> I'm running Zope 2.1.6 under Windows 2000.  I've encountered a situation 
> where I can cause Zope to completely hang.  For example, if I create a 
> DTMLMethod called test in the root folder and give it this 
> contents  (leading spaces on the table tag are important):
> 
>  
>
>  Hello
>
>  
> 
> and click the View tab, the page displays as expected.  However, if I edit 
> this to look like this:
> 
>  
>
>  Hello
>
>
>   Goodbye
>
>  
> 
> and click View, Zope goes off and never returns.  The Python.exe file 
> continues to consume CPU but doesn't display anything.
> 
> However, if I remove the leading spaces before the table tags, save my 
> changes and then click View, the contents are displayed immediately.  I 
> then experimented with adding one space before the tag.  The contents 
> displayed, but after a pause.  Two spaces paused longer.
> 
> Can anyone else verify this behavior?


PM


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] Zope 2.1.6 Bug?

2000-06-26 Thread James W. Howe

I'm running Zope 2.1.6 under Windows 2000.  I've encountered a situation 
where I can cause Zope to completely hang.  For example, if I create a 
DTMLMethod called test in the root folder and give it this 
contents  (leading spaces on the table tag are important):

 
   
 Hello
   
 

and click the View tab, the page displays as expected.  However, if I edit 
this to look like this:

 
   
 Hello
   
   
  Goodbye
   
 

and click View, Zope goes off and never returns.  The Python.exe file 
continues to consume CPU but doesn't display anything.

However, if I remove the leading spaces before the table tags, save my 
changes and then click View, the contents are displayed immediately.  I 
then experimented with adding one space before the tag.  The contents 
displayed, but after a pause.  Two spaces paused longer.

Can anyone else verify this behavior?

Thanks.

James W. Howe   mailto:[EMAIL PROTECTED]
Allen Creek Software, Inc.  pgpkey: http://ic.net/~jwh/pgpkey.html 
 
Ann Arbor, MI  48103


___
Zope maillist  -  [EMAIL PROTECTED]
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 )