Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: too much recursion #214

Closed
JohnDDuncanIII opened this issue Mar 9, 2016 · 3 comments
Closed

Error: too much recursion #214

JohnDDuncanIII opened this issue Mar 9, 2016 · 3 comments
Labels

Comments

@JohnDDuncanIII
Copy link

Sometimes, after a day or so of browsing, any new tab that I open (not just private tabs) will not work. They do not load completely, and if I attempt to click on them, nothing happens. I need to re-start the browser to get everything working again. The only line in the error console each time this happens (per-click on each broken tab) is:

Timestamp: 3/8/16, 8:04:25 PM
Error: too much recursion
Source File: resource://gre/modules/addons/XPIProvider.jsm -> jar:file:///Users/John/Library/Application%20Support/SeaMonkey/Profiles/SeaMonkey.default/extensions/privateTab@infocatcher.xpi!/bootstrap.js
Line: 1194

This seems to point back to this add-on. SeaMonkey 2.39 on OS X 10.11.3

Infocatcher added a commit that referenced this issue Mar 9, 2016
Shouldn't call itself even if someone will create yet another wrapper
(#214)
@Infocatcher
Copy link
Owner

Maybe following will fix this: df70dc2

Test version: private_tab-0.1.9.2pre-fx-sm.xpi (source code).
(but there is also many changes for upcoming multi-process mode in Firefox, so something may work wrong)

@Infocatcher Infocatcher added the bug label Mar 9, 2016
@JohnDDuncanIII
Copy link
Author

Thanks. I will give it a try.

Infocatcher added a commit that referenced this issue Aug 10, 2016
* unsafe CPOW usage (#208)
* updated pt-PT locale (#210)
* e10s: fixed private protocol (#211)
* e10s: tweaks and fixes (#162)
* e10s: single frame script (#213)
* fixed recursion in wrapper for tab.setAttribute("image", …) (#214)
* compatibility with Firefox 51+: broked this.windows getter (#228)
* small internal enhancements and fixes
Infocatcher added a commit that referenced this issue Aug 10, 2016
* unsafe CPOW usage (#208)
* updated pt-PT locale (#210)
* e10s: fixed private protocol (#211)
* e10s: tweaks and fixes (#162)
* e10s: single frame script (#213)
* fixed recursion in wrapper for tab.setAttribute("image", …) (#214)
* compatibility with Firefox 51+: broked this.windows getter (#228)
* small internal enhancements and fixes
Infocatcher added a commit that referenced this issue Aug 10, 2016
* unsafe CPOW usage (#208)
* updated pt-PT locale (#210)
* e10s: fixed private protocol (#211)
* e10s: tweaks and fixes (#162)
* e10s: single frame script (#213)
* fixed recursion in wrapper for tab.setAttribute("image", …) (#214)
* compatibility with Firefox 51+: broked this.windows getter (#228)
* small internal enhancements and fixes
@Infocatcher
Copy link
Owner

Please reopen, if still happens for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants