Closed
Bug 1283746
Opened 9 years ago
Closed 2 years ago
Assertion failure: consumed == aData.NewTree().Length(), at accessible/ipc/DocAccessibleParent.cpp:49 | runner.py | application crashed [@ libxul.so + 0x2dc46a7]
Categories
(Core :: Disability Access APIs, defect, P5)
Core
Disability Access APIs
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: cbook, Unassigned)
References
()
Details
(Keywords: assertion, crash, intermittent-failure)
https://treeherder.mozilla.org/logviewer.html#?job_id=4194289&repo=mozilla-central#L56572
13:29:57 INFO - TEST-UNEXPECTED-ERROR | test_safe_browsing_warning_pages.py TestSafeBrowsingWarningPages.test_warning_pages | IOError: process died with returncode 11
13:29:52 INFO - Assertion failure: consumed == aData.NewTree().Length(), at /home/worker/workspace/build/src/accessible/ipc/DocAccessibleParent.cpp:49
Comment 1•9 years ago
|
||
This is actually a crash as triggered by the assertion and two following aborts:
Assertion failure: consumed == aData.NewTree().Length(), at /home/worker/workspace/build/src/accessible/ipc/DocAccessibleParent.cpp:49
[Child 2038] ###!!! ABORT: Aborting on channel error.: file /home/worker/workspace/build/src/ipc/glue/MessageChannel.cpp, line 2053
[Child 2038] ###!!! ABORT: Aborting on channel error.: file /home/worker/workspace/build/src/ipc/glue/MessageChannel.cpp, line 2053
PROCESS-CRASH | runner.py | application crashed [@ libxul.so + 0x2dc46a7]
Severity: normal → critical
Keywords: crash
Summary: Intermittent test_safe_browsing_warning_pages.py TestSafeBrowsingWarningPages.test_warning_pages | IOError: process died with returncode 11 | Assertion failure: consumed == aData.NewTree().Length(), at /home/worker/workspace/build/src/accessible/ipc/DocA → Assertion failure: consumed == aData.NewTree().Length(), at /home/worker/workspace/build/src/accessible/ipc/DocA | runner.py | application crashed [@ libxul.so + 0x2dc46a7]
Updated•9 years ago
|
Summary: Assertion failure: consumed == aData.NewTree().Length(), at /home/worker/workspace/build/src/accessible/ipc/DocA | runner.py | application crashed [@ libxul.so + 0x2dc46a7] → Assertion failure: consumed == aData.NewTree().Length(), at accessible/ipc/DocAccessibleParent.cpp:49 | runner.py | application crashed [@ libxul.so + 0x2dc46a7]
Comment 2•8 years ago
|
||
Marking low-frequent intermittent failures as P5, in preparation for priority-based triage of intermittents.
Priority: -- → P5
Comment 3•4 years ago
|
||
Hey Henrik,
Can you still reproduce this issue or should we close it?
Flags: needinfo?(hskupin)
Comment 4•4 years ago
|
||
Given no further updates on this bug we might want to close it as WFM. But I would let the triage owner decide here.
Flags: needinfo?(hskupin) → needinfo?(asa)
Updated•3 years ago
|
Severity: critical → S2
Comment 6•2 years ago
|
||
Closing worksforme given the lack of updates here. I haven't seen any glimmerings of this anywhere else and there has been a lot of change in this code since this bug was filed.
Status: NEW → RESOLVED
Closed: 2 years ago
Component: Disability Access → Disability Access APIs
Product: Firefox → Core
Resolution: --- → WORKSFORME
Updated•1 year ago
|
Flags: needinfo?(aosmond)
Updated•7 months ago
|
Flags: needinfo?(asa)
You need to log in
before you can comment on or make changes to this bug.
Description
•