On Tuesday, February 1, 2011 1:57:35 AM UTC-5, spyker wrote:
>
> On 31 January 2011 21:52, Anthony <[email protected]> wrote:
>
>>
>> Is that a Python error code? When I Google that error, all the references
>> I see are to Javascript errors in particular browsers. Could the problem be
>> on the client side?
>>
>
>
> I think you are on the right track. The error message appeared when I used
> Chrome. When I try Firefox I get a popup:
> "A script on this page may be busy, or it may have stopped responding. You
> can stop the script now, or you can continue to see if the script will
> complete.
>
Yes, the references I found for that exact error message all mentioned
Chrome or Safari (both use the WebKit engine) -- I think other browsers have
slightly different error messages when the call stack size is exceeded. See
http://www.javascriptrules.com/2009/06/30/limitation-on-call-stacks/.
Anthony