I assume you have a script on your page that causes an infinite recursion. Firebug currently has problems<http://code.google.com/p/fbug/issues/detail?id=4938>to catch these. To check, if it's really an infinite recursion, keep Firebug deactivate for the page, reload it and open the Error Console integrated into Firefox ( Ctrl+Shift+J). The error will say "too much recursion".
Sebastian On Monday, February 27, 2012 10:59:41 PM UTC+1, Leland McFarland wrote: > > Firefox 10.0.2 > Firebug 1.10a4 > > I'm running into a fairly annoying problem with Firebug. While > developing, if I refresh a page while Firebug is on, after the page > starts loading, the page will suddenly freeze. After about 30 seconds > I get this error message: > > "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. > > Script: resource://firebug/firebug-service.js:3254" > > I tell it to stop the script and Firefox will still be frozen and 30 > seconds later I get this message: > > "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. > > Script: resource://firebug/firebug-service.js:4219" > > My attention span can only wait for 2 error messages. When this > happens I have to go into Task Manager and end the process, Firefox. > I am currently using Firebug 1.10a4 but I got this same error on > 1.9.1. Anyone have any idea whats going on here? -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
