Closed
Bug 1646437
Opened 4 years ago
Closed 4 years ago
Crash in [@ mozilla::a11y::SessionAccessibility::SendScrollingEvent]
Categories
(Core :: Disability Access APIs, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | unaffected |
firefox78 | --- | wontfix |
firefox79 | --- | fixed |
People
(Reporter: csadilek, Assigned: Jamie)
References
Details
(Keywords: crash)
Crash Data
STRs in this Fenix ticket:
https://github.com/mozilla-mobile/fenix/issues/11696
This bug is for crash report bp-16dc8b06-1e7b-49f0-9b13-33b950200617.
Top 10 frames of crashing thread:
0 libxul.so mozilla::a11y::SessionAccessibility::SendScrollingEvent accessible/android/SessionAccessibility.cpp:217
1 libxul.so mozilla::a11y::DocAccessibleParent::RecvScrollingEvent accessible/ipc/DocAccessibleParent.cpp:442
2 libxul.so mozilla::a11y::PDocAccessibleParent::OnMessageReceived ipc/ipdl/PDocAccessibleParent.cpp
3 libxul.so mozilla::dom::PContentParent::OnMessageReceived ipc/ipdl/PContentParent.cpp:6276
4 libxul.so mozilla::ipc::MessageChannel::DispatchMessage ipc/glue/MessageChannel.cpp:2190
5 libxul.so mozilla::ipc::MessageChannel::MessageTask::Run ipc/glue/MessageChannel.cpp:1993
6 libxul.so nsThread::ProcessNextEvent xpcom/threads/nsThread.cpp:1211
7 libxul.so NS_ProcessNextEvent xpcom/threads/nsThreadUtils.cpp:501
8 libxul.so mozilla::ipc::MessagePump::Run ipc/glue/MessagePump.cpp:87
9 libxul.so MessageLoop::Run ipc/chromium/src/base/message_loop.cc:290
Assignee | ||
Comment 1•4 years ago
|
||
Probably an event for a DocAccessibleParent which is dying. Should be fixed by part 2 of bug 1630208, which drops scrolling (and other) events for dying DocAccessibleParents.
Assignee | ||
Comment 2•4 years ago
|
||
Seems to be fixed by bug 1630208 as I suspected.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Assignee: nobody → jteh
status-firefox78:
--- → wontfix
status-firefox79:
--- → fixed
status-firefox-esr68:
--- → unaffected
status-firefox-esr78:
--- → unaffected
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•