Closed
Bug 1708822
Opened 4 years ago
Closed 4 years ago
TabUnloader.calculateMemoryUsage throws a TypeError exception
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox88 | --- | wontfix |
| firefox89 | --- | wontfix |
| firefox90 | --- | fixed |
People
(Reporter: toshi, Assigned: toshi)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
TabUnloader.calculateMemoryUsage has a simple mistake, causing TypeError: can't access property "memory", processInfo is undefined when it's executed.
| Assignee | ||
Comment 1•4 years ago
|
||
Pushed by tkikuchi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fce297568d02
Handle a case where processMap did not have a corresponding entry. r=NeilDeakin
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Updated•4 years ago
|
Keywords: regression
Comment 4•4 years ago
|
||
Set release status flags based on info from the regressing bug 1682442
status-firefox88:
--- → affected
status-firefox89:
--- → affected
status-firefox-esr78:
--- → unaffected
Updated•4 years ago
|
Comment 5•4 years ago
|
||
The patch landed in nightly and beta is affected.
:toshi, is this bug important enough to require an uplift?
If not please set status_beta to wontfix.
For more information, please visit auto_nag documentation.
Flags: needinfo?(tkikuchi)
| Assignee | ||
Comment 6•4 years ago
|
||
TabUnloader is disabled by default. To hit this bug, a user needs to enable this feature through the pref and to have a low-memory situation with more than 10 inactive tabs. Even if they hit the issue, a symptom is that tabs are not unloaded. Setting the status to wontfix.
Flags: needinfo?(tkikuchi)
Updated•4 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•