Jump to content
OldCoder

Error Message on long running scripts

Recommended Posts

Hi,

 

I'm running my scripts on Windows Vista and Firefox.

 

Any script I run fails after a while with an error message as shown in the attached JPG.

 

Something seems to be monitoring processes and killing long running scripts.

 

Any idea what it is and how I can stop it?

 

I get precisely the same error message if I use Internet Explorer so it is not firefox specific.

 

screenshot.19.jpg

Link to comment
Share on other sites

Are you using any highly intensive loops that could possibly freeze up?

 

No. It seems to be time dependent ... for example I have a fairly simple script that acts as a "keepalive" that just clicks a button every few minutes. It does almost no processing but uses a lot of longish "waits" - and it results in the error.

 

I will try writing a script that is nothing but a "wait" and "writeln" loop and see if that crashes in the same way.

 

... Hmm. It actually seems to be associated with a modal from.

 

When I run the code in a stand-alone in-line script it doesn't time out but if I run it from a button on a modal form it gives me the error!

 

Any ideas whether I can change the behaviour of the form?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...