Fwd: [ANN] [PR] Pier 1.0.0-alpha on SqueakMap
Lukas Renggli
renggli at iam.unibe.ch
Tue Nov 22 23:48:56 MET 2005
Hi Klaus
> have Pier installed on Squeak 3.8 / Debian Linux, with Apache2
> forwarding requests to localhost:8888.
>
> Allmost all works fine execpt the request below crashed the Squeak VM:
> - http://squeak.cobss.ch/LowSpaceDebug.log
> (just a low space condition).
Thanks for reporting this issue. This is a bug leading to a
recursion, since by accessing the URL /seaside/pier/Environment/Contents
you are trying to display what is currently display in the contents-
pane, what is currently displayed in the contents-pane, what is
currently display in the contents-pane, ...
The standard checks to avoid recursion within recursively nested
pages does not work here, so I had to put a special check into
PRDefaultView. This is not a nice solution, but the only one I can
think of at the moment. Load the latest release from http://mc.lukas-
renggli.ch/pier/Pier-All-lr.11.mcz to avoid this problem.
Lukas
--
Lukas Renggli
http://www.lukas-renggli.ch
More information about the SmallWiki
mailing list