Closed
Bug 1896347
Opened 6 months ago
Closed 6 months ago
crash in [@ java.lang.IllegalStateException: at androidx.fragment.app.Fragment.requireContex()]
Categories
(Fenix :: Translations, defect)
Tracking
(firefox126 unaffected, firefox127+ fixed, firefox128+ fixed)
RESOLVED
FIXED
128 Branch
Tracking | Status | |
---|---|---|
firefox126 | --- | unaffected |
firefox127 | + | fixed |
firefox128 | + | fixed |
People
(Reporter: mavduevskiy, Assigned: mavduevskiy)
References
(Regression)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
Steps to reproduce
The bug it difficult to catch without a custom delay, since it has to do with threading
- Add a 1.5 delay to updateView method.
- open a page, and when the context has just been loaded – hit the address bar and leave the browser fragment.
Actual behavior
Crash
Any additional information?
Link to the crash stats
Assignee | ||
Updated•6 months ago
|
Assignee: nobody → mavduevskiy
Assignee | ||
Comment 1•6 months ago
|
||
Updated•6 months ago
|
Updated•6 months ago
|
Comment 2•6 months ago
|
||
Set release status flags based on info from the regressing bug 1889240
status-firefox126:
--- → unaffected
Comment 3•6 months ago
|
||
Fixed in 127 by the backout of the regressor on the beta branch.
tracking-firefox128:
--- → +
Assignee | ||
Comment 4•6 months ago
|
||
This change should be revisited during work 1895645 since we might not longer need the fix.
Pushed by mavduevskiy@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ef207ba5672b
Fix requireContext in isInPrimaryState crash r=android-reviewers,ohall,rsainani
Comment 6•6 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 months ago
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•