JavaScript error: moz-extension://f8e002bc-e57d-4729-8bd2-1527fcd0c9d8/content/tabswitch-content-process.js, line 17: TypeError: can't access property "getURL", extensionPolicy is null
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox-esr91 | --- | disabled |
firefox93 | --- | disabled |
firefox94 | --- | wontfix |
firefox95 | --- | wontfix |
People
(Reporter: rmader, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
test-linux1804-64-qr/opt-talos-tabswitch-fis-e10s
and test-linux1804-64-shippable-qr/opt-talos-tabswitch-fis-e10s
fail on X11/EGL.
https://treeherder.mozilla.org/logviewer?job_id=338773497&repo=try&lineNumber=996
https://treeherder.mozilla.org/jobs?repo=try&revision=23bdfbfa47d3f82a174a96389bccb94cf57d6761&selectedTaskRun=eWuUs92pS4Kbd9AEonkaVw.0
GLX run for comparison: https://treeherder.mozilla.org/jobs?repo=try&revision=b615e04059eb5415c28686722afcb31f49f2902e&selectedTaskRun=BYyRAoFwT1eCmlOBe_y0dg.0
Comment 1•4 years ago
|
||
If you look further down at the call stack from the crash in the log, there is a crash in the GTK clipboard code. It looks like there is an X error generated which causes a trap.
Reporter | ||
Comment 2•4 years ago
|
||
This should be reproducible via:
MOZ_X11_EGL=1 ./mach talos-test --enable-webrender --enable-fission --suite tabswitch
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Reporter | ||
Comment 6•4 years ago
|
||
Reverting bug 1684194 fixes this issue, so looks like this has something to do with RenderCompositorEGL
.
Updated•4 years ago
|
Updated•4 years ago
|
Reporter | ||
Comment 7•3 years ago
|
||
Just for the record, this is not fission related: https://treeherder.mozilla.org/jobs?repo=try&revision=0e8a691002d0121c07abfeebf0dbccf2d839a6e2
Reporter | ||
Comment 8•3 years ago
|
||
FTR, I tried again if I can reproduce the issue locally, but it does not reproduce on my mashine.
Reporter | ||
Comment 9•3 years ago
|
||
Moving this to bug 788319.
Comment hidden (Intermittent Failures Robot) |
Comment 11•3 years ago
|
||
Set release status flags based on info from the regressing bug 1684194
Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Reporter | ||
Comment 15•3 years ago
|
||
Retested and now passed in two successive builds+runs: https://treeherder.mozilla.org/jobs?repo=try&revision=93812f6c1c8026bdb96736509fe39b2f0e3971c2&selectedTaskRun=OUJoXkNKSK-79O_dJEUQpQ.0, https://treeherder.mozilla.org/jobs?repo=try&revision=932aa802fa39bc86d0aab5f4d6f88748e71ba380&selectedTaskRun=GqAUMoUMScO-Jzh-qsD6Qw.0
Description
•