Closed
Bug 1577977
Opened 6 years ago
Closed 6 years ago
Crash when accessing StaticPrefs::ui_scrolling_negate_wheel_scroll() in Android
Categories
(Core :: Preferences: Backend, defect)
Core
Preferences: Backend
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: daoshengmu, Assigned: daoshengmu)
References
Details
Attachments
(2 files)
It will crash on my Android device, Oculus Go, when doing scroll in a web page. It looks like we access a null address from StaticPrefs.
| Assignee | ||
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
This patch makes sense if you are hitting this assertion.
Pushed by dmu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9ff1a106fd78
Making ui.scrolling.negate_wheel_scroll to be RelaxedAtomicBool. r=KrisWright
Comment 4•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Updated•6 years ago
|
Assignee: nobody → dmu
You need to log in
before you can comment on or make changes to this bug.
Description
•