Perma comm/mail/components/extensions/test/browser/browser_ext_composeAction.js | application crashed @ nsCSSFrameConstructor::ConstructFramesFromItem
Categories
(Thunderbird :: Add-Ons: Extensions API, defect)
Tracking
(thunderbird_esr91 unaffected)
| Tracking | Status | |
|---|---|---|
| thunderbird_esr91 | --- | unaffected |
People
(Reporter: intermittent-bug-filer, Assigned: Paenglab)
Details
(Keywords: crash, intermittent-failure)
Crash Data
Attachments
(1 file)
Filed by: geoff [at] darktrojan.net
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=364049098&repo=comm-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Y_19V6NkRpyjT-MVmti0ag/runs/0/artifacts/public/logs/live_backing.log
[@ nsCSSFrameConstructor::ConstructFramesFromItem(nsFrameConstructorState&, nsCSSFrameConstructor::FrameConstructionItemList::Iterator&, nsContainerFrame*, nsFrameList&)]
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
| Comment hidden (Intermittent Failures Robot) |
Comment 9•3 years ago
|
||
Geoff thinks this might be related (or just a coincidence):
https://hg.mozilla.org/comm-central/rev/994662a74ca3132b990332c74fdfca2c2927f7c1
Adding it here so that info does not get lost.
| Comment hidden (Intermittent Failures Robot) |
Comment 11•3 years ago
|
||
This is the line that causes the assertion failure. Comment it out and the test passes.
Richard, can you find another way to do it? Or have that ::after pseudo-element always be set to -moz-box?
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 13•3 years ago
|
||
Updated•3 years ago
|
| Assignee | ||
Comment 14•3 years ago
|
||
Removed the -moz-box on composer and the old AB. I needed to add a z-index: 1; to make the border show again.
Geoff, does this fix the failure? This is macOS only, correct?
Comment 16•3 years ago
|
||
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/93b1f0225572
Remove the "-moz-box" on the ::after pseudo elements on macOS. r=darktrojan
Updated•3 years ago
|
Description
•