Closed
Bug 1330730
Opened 6 years ago
Closed 6 years ago
Intermittent test_about_pages.py TestAboutPages.test_back_forward | application crashed [@ mozilla::a11y::ProxyTextChangeEvent(mozilla::a11y::ProxyAccessible *,nsString const &,int,unsigned int,bool,bool)]
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox50 | --- | unaffected |
firefox51 | --- | unaffected |
firefox52 | --- | unaffected |
firefox53 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: tbsaunde)
References
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell fixed])
Attachments
(2 files)
4.07 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
1.15 KB,
patch
|
davidb
:
review+
|
Details | Diff | Splinter Review |
Filed by: rvandermeulen [at] mozilla.com https://treeherder.mozilla.org/logviewer.html#?job_id=68394619&repo=mozilla-inbound https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-inbound-win32-debug/1484223436/mozilla-inbound_win7_vm-debug_test-marionette-e10s-bm139-tests1-windows-build1075.txt.gz
Comment 1•6 years ago
|
||
Trevor, David, do you know what could have caused this ?
Flags: needinfo?(tbsaunde+mozbugs)
Flags: needinfo?(dbolter)
Comment 2•6 years ago
|
||
What caused it was inches away from where it was filed. https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&fromchange=311a9929ce5baae9f383eacc8109b60f6f472987&group_state=expanded&filter-searchStr=61261767bf8478cbb7289b983152ce49b6884385&tochange=8cdcf83fd1659c563ad6569e5bd63ac99a73ba65
Blocks: 1329814
Assignee | ||
Comment 3•6 years ago
|
||
After bug 1329814 a DocAccessibleParent can be shutdown by the parent process before a content process has started shutting down the document that DocAccessibleParent represents. That means the content processcan send an event from a live document to a DocAccessibleParent that has already been destroyed.
Attachment #8826702 -
Flags: review?(bugs)
Assignee | ||
Comment 4•6 years ago
|
||
This shouldn't be necessary because shutting down all the proxies and child documents should already do it, but we might as well be sure.
Attachment #8826709 -
Flags: review?(dbolter)
Updated•6 years ago
|
Attachment #8826709 -
Flags: review?(dbolter) → review+
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Attachment #8826702 -
Flags: review?(bugs) → review+
Pushed by tsaunders@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/362ba8c68a29 ignore events delivered to a destroyed DocAccessibleParent r=smaug https://hg.mozilla.org/integration/mozilla-inbound/rev/2b34eb5807f3 make sure mAccessibles and mChildDocs are cleared by DocAccessibleparent::Destroy() r=davidb
Comment 8•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/362ba8c68a29 https://hg.mozilla.org/mozilla-central/rev/2b34eb5807f3
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(tbsaunde+mozbugs)
Updated•6 years ago
|
Assignee: nobody → tbsaunde+mozbugs
status-firefox50:
--- → unaffected
status-firefox51:
--- → unaffected
status-firefox52:
--- → unaffected
Comment hidden (Intermittent Failures Robot) |
Updated•6 years ago
|
Flags: needinfo?(dbolter)
Updated•6 years ago
|
Whiteboard: [stockwell fixed]
You need to log in
before you can comment on or make changes to this bug.
Description
•