Closed
Bug 1402066
Opened 6 years ago
Closed 6 years ago
too much recursion in ExtensionUtils.jsm and Schemas.jsm
Categories
(WebExtensions :: General, defect)
Tracking
(firefox-esr52 unaffected, firefox55 unaffected, firefox56 unaffected, firefox57 verified, firefox58 verified)
VERIFIED
FIXED
mozilla58
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox55 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | --- | verified |
firefox58 | --- | verified |
People
(Reporter: EntranceJew, Assigned: kmag)
Details
(Keywords: regression, regressionwindow-wanted)
Attachments
(4 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.91 Safari/537.36 Steps to reproduce: 1) download https://addons.mozilla.org/en-US/firefox/addon/better-tweetdeck-17/ 2) open the options page Actual results: the options screen does not load, ctrl+shift+i reveals that an internal error has happened within firefox's files and enabling extension debugging reveals similar information Expected results: the version in the top left should have updated from 3.0.0 and the information should have updated to show the options screen
Reporter | ||
Comment 1•6 years ago
|
||
Latest known version where it works: https://i.imgur.com/ytvz0ww.png Earliest known version where it stops working: https://i.imgur.com/DJQhPnH.png https://i.imgur.com/hdLd9tu.png This happens on Windows 10 -- I am currently on version 1703 (15063.608) according to: https://technet.microsoft.com/en-us/windows/release-info.aspx This does not seem to happen on mac builds: https://twitter.com/BetterTDeck/status/910914564811841536 Other reports of the issue: https://twitter.com/SeriousHoax/status/910919430418264064 https://twitter.com/voxelsprite/status/903372510564982786 Extension source for the current hosted version: https://github.com/eramdam/BetterTweetDeck/tree/3.3.10
Reporter | ||
Updated•6 years ago
|
status-firefox57:
--- → ?
tracking-firefox57:
--- → ?
OS: Unspecified → Windows 10
Hardware: Unspecified → x86
Updated•6 years ago
|
Hardware: x86 → Unspecified
This build of Nightly also works, I had it installed in an old VM. Broke after update, reverting to it makes it work again, so the error happened sometime after it but I haven't tried downloading a bunch of versions to see which build broke exactly. https://download-origin.cdn.mozilla.net/pub/firefox/nightly/2017/08/2017-08-07-11-34-52-mozilla-central/firefox-57.0a1.en-US.win64.installer.exe
Updated•6 years ago
|
Component: Untriaged → Add-ons Manager
Product: Firefox → Toolkit
Comment 3•6 years ago
|
||
I can assure that I've the same problem too. It worked when I first installed Firefox 57 Nightly(Not sure which version). But later after an update this problem began. I'm on Windows 10 too. https://imgur.com/a/nFMwm
Updated•6 years ago
|
status-firefox55:
--- → unaffected
status-firefox56:
--- → unaffected
status-firefox58:
--- → affected
status-firefox-esr52:
--- → unaffected
Keywords: regression,
regressionwindow-wanted
![]() |
||
Comment 4•6 years ago
|
||
Regression window: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=c0c52209c8f277f0465725d53b2e61a5f51f6132&tochange=aad791871dfbd7e61d9cf1bfb1f027b1fae41e14 @:kmag, Your bunch of patch seems to be causing the problem. Can you look at this?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(kmaglione+bmo)
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → kmaglione+bmo
Flags: needinfo?(kmaglione+bmo)
Assignee | ||
Updated•6 years ago
|
Component: Add-ons Manager → WebExtensions: General
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 9•6 years ago
|
||
mozreview-review |
Comment on attachment 8911264 [details] Bug 1402066: Fix ordering of base schema data in extension child processes. https://reviewboard.mozilla.org/r/182756/#review188526 ::: toolkit/components/extensions/Schemas.jsm:2724 (Diff revision 3) > - for (let [url, schema] of msg.data) { > + // If we're given a Map, the ordering of the initial items > + // matters, so swap with our current data to make sure its > + // entries appear first. Could you clarify this a bit with "make sure the new entries appear first". Also note that data comes from a different compartment so it needs to be copied with the `new Map()` bit.
Attachment #8911264 -
Flags: review?(aswan) → review+
Comment 10•6 years ago
|
||
mozreview-review |
Comment on attachment 8911407 [details] Bug 1402066: Part 2 - Enable permissions tests in OOP mode. https://reviewboard.mozilla.org/r/182874/#review188528 ::: toolkit/components/extensions/ExtensionXPCShellUtils.jsm:698 (Diff revision 1) > > set remoteContentScripts(val) { > REMOTE_CONTENT_SCRIPTS = !!val; > }, > > - loadContentPage(url, remote = undefined, redirectUrl = undefined) { > + loadContentPage(url, {extension = undefined, remote = undefined, redirectUrl = undefined} = {}) { Can you document the arguments here? The meaning of `extension` wasn't clear to me without reading the code.
Attachment #8911407 -
Flags: review?(aswan) → review+
Assignee | ||
Comment 11•6 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d828e2c01a60febf598dcc544da266042c74731b Bug 1402066: Part 1 - Fix ordering of base schema data in extension child processes. r=aswan https://hg.mozilla.org/integration/mozilla-inbound/rev/641430a496824e34170786f6f3bc5e587f2056eb Bug 1402066: Part 2 - Enable permissions tests in OOP mode. r=aswan
![]() |
||
Comment 12•6 years ago
|
||
Backed out for frequently failing modified xpcshell test toolkit/components/extensions/test/xpcshell/test_ext_redirects.js on Android 4.3 debug: https://hg.mozilla.org/integration/mozilla-inbound/rev/6a9d008002efc9044416d5fff5713f899c954ebb https://hg.mozilla.org/integration/mozilla-inbound/rev/998dd0100a61ba5ceafe8fe27b13753b3537a8bd Push with failures: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=641430a496824e34170786f6f3bc5e587f2056eb&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=retry&filter-resultStatus=usercancel&filter-resultStatus=runnable Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=133288472&repo=mozilla-inbound [task 2017-09-26T08:56:09.057Z] 08:56:09 INFO - TEST-START | xpcshell.ini:toolkit/components/extensions/test/xpcshell/test_ext_redirects.js [task 2017-09-26T09:01:09.057Z] 09:01:09 WARNING - TEST-UNEXPECTED-TIMEOUT | xpcshell.ini:toolkit/components/extensions/test/xpcshell/test_ext_redirects.js | Test timed out [task 2017-09-26T09:01:09.057Z] 09:01:09 INFO - TEST-INFO took 300000ms [task 2017-09-26T09:01:09.225Z] 09:01:09 INFO - xpcshell return code: -1 [task 2017-09-26T09:01:19.095Z] 09:01:19 INFO - mozdevice Timeout exceeded for shell call 'adb shell /data/local/xpcb/xpcw /storage/sdcard/tests/xpc/toolkit/components/extensions/test/xpcshell -r /storage/sdcard/tests/xpc/c/httpd.manifest --greomni /data/local/xpcb/target.apk -m -s -e 'const _HEAD_JS_PATH = "/storage/sdcard/tests/xpc/head.js";' -e 'const _MOZINFO_JS_PATH = "/storage/sdcard/tests/xpc/p/mozinfo.json";' -e 'const _TESTING_MODULES_DIR = "/storage/sdcard/tests/xpc/m";' -f /storage/sdcard/tests/xpc/head.js -e 'const _SERVER_ADDR = "localhost"' -e 'const _HEAD_FILES = ["/storage/sdcard/tests/xpc/toolkit/components/extensions/test/xpcshell/head.js", "/storage/sdcard/tests/xpc/toolkit/components/extensions/test/xpcshell/head_telemetry.js"];' -e 'const _JSDEBUGGER_PORT = 0;' -e 'const _TEST_FILE = ["test_ext_redirects.js"];' -e 'const _TEST_NAME = "xpcshell.ini:toolkit/components/extensions/test/xpcshell/test_ext_redirects.js"' -e '_execute_test(); quit(0);'; echo $?' [task 2017-09-26T09:01:20.859Z] 09:01:20 WARNING - TEST-UNEXPECTED-FAIL | Received SIGINT (control-C), so stopped run. (Use --keep-going to keep running tests after killing one with SIGINT)
Flags: needinfo?(kmaglione+bmo)
Updated•6 years ago
|
Assignee | ||
Comment 13•6 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/8049a55e5f8cd2cef6167689fa9aabc55f400baf Bug 1402066: Part 1 - Fix ordering of base schema data in extension child processes. r=aswan https://hg.mozilla.org/integration/mozilla-inbound/rev/95a7edc3d438289870d60085917532eb50196d52 Bug 1402066: Part 2 - Enable permissions tests in OOP mode. r=aswan
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(kmaglione+bmo)
Comment 14•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8049a55e5f8c https://hg.mozilla.org/mozilla-central/rev/95a7edc3d438
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
Assignee | ||
Comment 15•6 years ago
|
||
Comment on attachment 8911264 [details] Bug 1402066: Fix ordering of base schema data in extension child processes. Approval Request Comment [Feature/Bug causing the regression]: Bug 1390010 [User impact if declined]: This causes breakage whenever an extension tries to use the optional permissions API. [Is this code covered by automated tests?]: Yes. [Has the fix been verified in Nightly?]: No. [Needs manual test from QE? If yes, steps to reproduce]: Listed in comment 0. [List of other uplifts needed for the feature/fix]: None. [Is the change risky?]: Low-risk. [Why is the change risky/not risky?]: The change is fairly minimal, and merely corrects the ordering of schema data in extension child processes. The affected code is covered by comprehensive tests, and the tests which should have caught the original issue have been enabled for out-of-process extensions. [String changes made/needed]: None.
Attachment #8911264 -
Flags: approval-mozilla-beta?
Comment 16•6 years ago
|
||
Comment on attachment 8911264 [details] Bug 1402066: Fix ordering of base schema data in extension child processes. Fix a recent regression, taking it. Should be in 57b4
Attachment #8911264 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 17•6 years ago
|
||
bugherderuplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/c4554c786af5 https://hg.mozilla.org/releases/mozilla-beta/rev/e73836222b57
Flags: in-testsuite+
Comment 18•6 years ago
|
||
This bug is verified on Firefox 57.0b4 (20170928180207) and Firefox 58.0a1 (20171002100134) under Windows 10 64/32-bit. Please see the attached screenshot.
Updated•6 years ago
|
Status: RESOLVED → VERIFIED
tracking-firefox57:
+ → ---
Updated•5 years ago
|
Product: Toolkit → WebExtensions
You need to log in
before you can comment on or make changes to this bug.
Description
•