On Wed, 2003-12-24 at 10:56, Jeff wrote:

> I'm upgrading to Python 2.3 and Webware 0.8.1 and am now getting
> the following error sporadically.  Has anyone seen this?  Any 
> ideas?

> Traceback (most recent call last):
>   File "WebKit/Application.py", line 415, in dispatchRequest
>   File "WebKit/Application.py", line 567, in handleGoodURL

<-- snip -->

>     return updatecache(filename)
>   File "/usr/lib/python2.3/linecache.py", line 72, in updatecache
>     basename = os.path.split(filename)[1]
> RuntimeError: maximum recursion depth exceeded

Yes, but only under quite heavy load, and I have not had the time to
track it down.  I've been removing forwards (replacing with
sendRedirectAndEnd) and restarting the app server in  a cron job as a
"dead man's switch".

I was assuming that I was forwarding recursively somehow, and had just
not tracked it down in my code - and the traceback was somehow
displaying wrong, I suppose...  The only box this is showing up on *is*
also my only python 2.3 box though, now that you mention it.




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to