Closed
Bug 1458354
Opened 7 years ago
Closed 7 years ago
Google Drive page never finishes loading due to bug 1456604
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
VERIFIED
DUPLICATE
of bug 1458320
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox-esr60 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | unaffected |
firefox61 | blocking | verified |
People
(Reporter: mconley, Unassigned)
References
Details
(Keywords: regression)
STR:
1. In Nightly, visit https://drive.google.com/drive/u/0/
ER:
The page eventually finishes loading.
AR:
This, forever: https://screenshotscdn.firefoxusercontent.com/images/50c49745-7139-4a81-9534-4df2dc0e5304.png
I used mozregression, and apparently bug 1456604 caused this.
Comment 1•7 years ago
|
||
Sounds like a blocker to me.
Severity: normal → blocker
status-firefox59:
--- → unaffected
status-firefox60:
--- → unaffected
status-firefox61:
--- → affected
status-firefox-esr52:
--- → unaffected
status-firefox-esr60:
--- → unaffected
tracking-firefox61:
--- → blocking
Keywords: regression
Priority: -- → P1
Reporter | ||
Comment 2•7 years ago
|
||
To be clear, this was the changeset range that mozregression spewed out: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=3ee25bda924ea97cbda2d8602ede83b30c61eb19&tochange=7b6f6fcaaa177324d1827f9be431e23e9e0573ad
But that other commit is a comment-only change.
Hey sfink, given the regressing changeset, are there any diagnostic steps I could run to help figure out what's going on here?
Reporter | ||
Updated•7 years ago
|
Flags: needinfo?(sphink)
Comment 3•7 years ago
|
||
My money would be on this being a dupe of bug 1458320 (and yes, this is from bug 1456604). Do you get anything in the console?
Flags: needinfo?(sphink) → needinfo?(mconley)
Comment 4•7 years ago
|
||
(I can't reproduce with my nightly, but perhaps it depends on having written something into IndexedDB with the "right" Nightly.)
Reporter | ||
Comment 5•7 years ago
|
||
(In reply to Steve Fink [:sfink] [:s:] (PTO June 31) from comment #3)
> My money would be on this being a dupe of bug 1458320 (and yes, this is from
> bug 1456604). Do you get anything in the console?
Only when I access the IndexedDB data for the page via the DevTools - I get:
"bad serialized structured data (incompatible structured clone scope)"
So plausibly this is a dupe of bug 1458320 (which is reporting a similar error message).
Let's wire up a dependency and see if this gets fixed once bug 1458320 gets fixed.
Depends on: 1458320
Flags: needinfo?(mconley)
Comment 6•7 years ago
|
||
Experiencing a similar issue with google docs.
Comment 7•7 years ago
|
||
This is making it so I cannot use Nightly to do my work.
Comment 8•7 years ago
|
||
There's a patch on inbound now which will hopefully resolve this. Aim is to get it merged to m-c in time for this afternoon's nightly builds.
Comment 9•7 years ago
|
||
I just updated to the second Nightly of the day and https://drive.google.com works again for me.
Reporter | ||
Comment 10•7 years ago
|
||
Just updated to 20180502220059, and this appears to be working for me now. Gonna dupe this over.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Comment 11•7 years ago
|
||
Yay! All is good again. Thanks!
Updated•7 years ago
|
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•