Crash in [@ nsContentUtils::GetLinkLocation]
Categories
(Core :: Disability Access APIs, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox101 | --- | unaffected |
firefox102 | --- | fixed |
firefox103 | --- | fixed |
People
(Reporter: mccr8, Assigned: eeejay)
References
Details
(Keywords: crash, Whiteboard: [ctw-m1])
Crash Data
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
Crash report: https://crash-stats.mozilla.org/report/index/a481f791-4f70-4186-822c-3da5b0220531
Reason: SIGSEGV / SEGV_MAPERR
Top 10 frames of crashing thread:
0 libxul.so nsContentUtils::GetLinkLocation dom/base/nsContentUtils.cpp:5657
1 libxul.so mozilla::a11y::SessionAccessibility::PopulateNodeInfo accessible/android/SessionAccessibility.cpp:855
2 libxul.so nsAppShell::LambdaEvent<mozilla::a11y::SessionAccessibility::GetNodeInfo widget/android/nsAppShell.h:71
3 libxul.so nsAppShell::LambdaEvent<nsAppShell::SyncRunEvent widget/android/nsAppShell.h:71
4 libxul.so NS_ProcessNextEvent xpcom/threads/nsThreadUtils.cpp:465
5 libxul.so mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:85
6 libxul.so MessageLoop::Run ipc/chromium/src/base/message_loop.cc:355
7 libxul.so nsBaseAppShell::Run widget/nsBaseAppShell.cpp:137
8 libxul.so nsAppStartup::Run toolkit/components/startup/nsAppStartup.cpp:295
9 libxul.so XREMain::XRE_main toolkit/xre/nsAppRunner.cpp:5916
This looks like another crash related to recent accessibility changes on Android. Null deref crash.
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
When a local doc shuts down it releases its ref to the presshell which we need for de-registering accessibles in its subtree.
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Comment 4•3 years ago
|
||
Comment 6•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Comment 7•3 years ago
|
||
The patch landed in nightly and beta is affected.
:eeejay, 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.
Assignee | ||
Comment 8•3 years ago
|
||
Comment on attachment 9279301 [details]
Bug 1772032 - Use DOM document node for getting SessionAcc instance. r?Jamie
Beta/Release Uplift Approval Request
- User impact if declined: Potential crash
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This is a minor change that only affects edge cases.
- String changes made/needed:
- Is Android affected?: Yes
Comment 9•3 years ago
|
||
Comment on attachment 9279301 [details]
Bug 1772032 - Use DOM document node for getting SessionAcc instance. r?Jamie
Approved for 102 beta 6, thanks.
Comment 10•3 years ago
|
||
bugherder uplift |
Description
•