OldCoder Posted July 9, 2011 Share Posted July 9, 2011 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. Quote Link to comment Share on other sites More sharing options...
FHannes Posted July 9, 2011 Share Posted July 9, 2011 Are you using any highly intensive loops that could possibly freeze up? Quote Link to comment Share on other sites More sharing options...
OldCoder Posted July 10, 2011 Author Share Posted July 10, 2011 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? Quote Link to comment Share on other sites More sharing options...