too much recursion, ABE.js

General discussion about the NoScript extension for Firefox
Post Reply
User avatar
therube
Ambassador
Posts: 7969
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

too much recursion, ABE.js

Post by therube »

Don't know if this means anything, Error Console?
SeaMonkey 2.0.6 (branch), NoScript 2.0.1rc2.

Reason I looked is cause it appeared that (some) Avatars were disappearing (not showing) at http://www.dslreports.com/forum/security,1. But starting in -safe-mode & still did not appear. Though revisiting, & now the missing avatars are displaying so maybe it was a temporary glitch with the board itself.

Code: Select all

Error: too much recursion
Source file: chrome://noscript/content/ABE.js
Line: 287
287:

Code: Select all

          req.channel.onTransportStatus(null, 0x804b0003, 0, 0); // notify STATUS_RESOLVING
Context:

Code: Select all

        if ((req.channel instanceof CI.nsITransportEventSink) && req.isDoc && !req.subdoc ) try {
          ABE.log("DNS notification for " + req.destination);
          req.channel.onTransportStatus(null, 0x804b0003, 0, 0); // notify STATUS_RESOLVING
        } catch(e) {}
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6
Post Reply