Tab loading spinner can spin forever
Categories
(Core :: DOM: Networking, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox97 | --- | affected |
People
(Reporter: nical, Unassigned)
References
(Regression)
Details
(Keywords: regression, sec-other)
I can reproduce this on fastmail.com (logged in) with my two linux machines on nightly.
The tab "spinner" never stops bouncing back and forth. In the gecko profiler I see that there is a request that never completes (see attached image).
I don't know whether the request never completing is an issue at all, but I believe that we should at least stop animating the UI after a certain time for power usage's sake.
| Reporter | ||
Comment 2•4 years ago
|
||
In chromium, the tab stops animating after a while, same with epiphany.
| Reporter | ||
Comment 3•4 years ago
|
||
Marking as security/restricted since I put an url which potentially sensitive info in it.
| Reporter | ||
Comment 4•4 years ago
•
|
||
Another way to reproduce at least the UI aspect of this is to open a pdf without vieweing it, for example right click > open in a new tab this one: https://raw.githubusercontent.com/BelaPlatform/bela-pepper/master/Design%20Files/Schematic/pepper-rev2b.pdf and don't switch to the new tab.
There seem to be something that only "completes" when the pdf is actually displayed, until then the spinner will spin. If the pdf is a pinned tab it means that it will always continue animating until shown (since pinned tabs are loaded at startup).
Comment 5•4 years ago
|
||
As mentionned on Matrix, I have been experiencing the issue on Fastmail for a few days, even opened a case at them.
Comment 6•4 years ago
|
||
11:43.14 INFO: Running autoland build built on 2021-12-09 13:51:10.027000, revision 5968a282
11:58.92 INFO: Launching /tmp/tmpzainxlok/firefox/firefox
11:58.92 INFO: Application command: /tmp/tmpzainxlok/firefox/firefox -profile /tmp/tmpes65twrd.mozrunner
11:58.93 INFO: application_buildid: 20211209132939
11:58.93 INFO: application_changeset: 5968a2827351e9c1e64305f1673d8e578b852a46
11:58.93 INFO: application_name: Firefox
11:58.93 INFO: application_repository: https://hg.mozilla.org/integration/autoland
11:58.93 INFO: application_version: 97.0a1
Was this integration build good, bad, or broken? (type 'good', 'bad', 'skip', 'retry', 'back' or 'exit' and press Enter): bad
12:20.91 INFO: Narrowed integration regression window from [8353ad6d, 7cf66bf1] (3 builds) to [8353ad6d, 5968a282] (2 builds) (~1 steps left)
12:20.91 INFO: No more integration revisions, bisection finished.
12:20.91 INFO: Last good revision: 8353ad6df753e15ed28efb67394125b0bfbbf3d6
12:20.91 INFO: First bad revision: 5968a2827351e9c1e64305f1673d8e578b852a46
12:20.91 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=8353ad6df753e15ed28efb67394125b0bfbbf3d6&tochange=5968a2827351e9c1e64305f1673d8e578b852a46
Comment 7•4 years ago
|
||
It looks like your fix for bug 1311726 generated this regression, from the bisection I performed above on the fastmail repro steps
Updated•4 years ago
|
Comment 8•4 years ago
|
||
Looks like it's dupe of bug 1745626
Comment 9•2 years ago
|
||
I've hidden the image and comment that contained a URL with potentially sensitive information in them, so I'm unhiding this bug now.
Description
•