Unresponsive Script Warning: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(The article had no categories. I assigned it to two.)
Line 2: Line 2:


==Finding the source of the problem==
==Finding the source of the problem==
To determine what script is running too long, open the Error Console and tell it to stop the script. The Error Console should identify the script causing the problem.
To determine what script is running too long, open the Error Console (Firefox 2.0) and tell it to stop the script. The Error Console should identify the script causing the problem.


==Extensions==
==Extensions==

Revision as of 02:56, 6 May 2007

When JavaScript code runs for longer than a predefined amount of time, Firefox will display an Unresponsive Script error. This time is given by the settings dom.max_script_run_time and dom.max_chrome_script_run_time.

Finding the source of the problem

To determine what script is running too long, open the Error Console (Firefox 2.0) and tell it to stop the script. The Error Console should identify the script causing the problem.

Extensions

If you get the Unresponsive Script Error on many different web pages, the problem is most likely a recently installed extension.[1]

Websites

If you get the Unresponsive Script Error on a specific web page, it could be a problem with the JavaScript on the web page. You may want to contact the webmaster of the site to inform them of the problem, or you may wish to file a Tech Evangelism bug report.

References