Closed
Bug 1370546
Opened 7 years ago
Closed 7 years ago
Crash in mozalloc_abort | abort | webrender_bindings::bindings::wr_dp_push_yuv_interleaved_image
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
VERIFIED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | fixed |
People
(Reporter: marcia, Assigned: jerry)
References
Details
(Keywords: crash, reproducible)
Crash Data
This bug was filed from the Socorro interface and is
report bp-97a2a611-5ba5-450f-88c6-a12ed0170606.
=============================================================
Seen while running Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:55.0) Gecko/20100101 Firefox/55.0 ID:20170606030207 CSet: 4dd1d17ba22660b8f5869a707f2e4e9f9dd5be5b
STR:
1. With webrender enabled, load http://www.coastaloaksatnocatee.com/
2. Crash, reproducible
There are a few other crashes in crash stats as well.
Comment 1•7 years ago
|
||
Jerry, can you take a look at this? Sounds YUV-related.
Flags: needinfo?(hshih)
Assignee | ||
Comment 2•7 years ago
|
||
Thanks, I will check this.
Assignee: nobody → hshih
Flags: needinfo?(hshih)
Assignee | ||
Comment 3•7 years ago
|
||
It was crashed due to the wrong thread checking[1].
With webrender pipeline, we could push the yuv display item at compositorBridge thread. This problem is fixed in bug 1366502.
[1]
https://hg.mozilla.org/mozilla-central/annotate/4dd1d17ba226/gfx/webrender_bindings/src/bindings.rs#l1430
Depends on: 1366502
Assignee | ||
Comment 4•7 years ago
|
||
The bug 1366502 was landed. I think you could find the nightly build with this change later.
I test the page http://www.coastaloaksatnocatee.com/ with my mac laptop locally, and I don't hit the crash as bp-97a2a611-5ba5-450f-88c6-a12ed0170606.
Flags: needinfo?(mozillamarcia.knous)
Reporter | ||
Comment 5•7 years ago
|
||
Verified fixed using Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:55.0) Gecko/20100101 Firefox/55.0 ID:20170609030207 CSet: f4262773c4331d4ae139be536ce278ea9aad3436. I used the STR in Comment 0 to verify the bug.
I also spot checked in Win 10 and it looked good as well there.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(mozillamarcia.knous)
Resolution: --- → FIXED
Reporter | ||
Updated•7 years ago
|
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
status-firefox54:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•