Closed
Bug 1506109
Opened 6 years ago
Closed 6 years ago
crash in webrender_bindings::moz2d_renderer::rasterize_blob
Categories
(Core :: Graphics: WebRender, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox63 | --- | unaffected |
firefox64 | --- | unaffected |
firefox65 | --- | fixed |
People
(Reporter: mayankleoboy1, Assigned: mattwoodrow)
References
(Blocks 1 open bug, )
Details
(Keywords: crash, nightly-community, regression)
Crash Data
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
enable WR
go to https://www.twosigma.com/careers/
let the animation do its thing for some time.. maybe try to interact with the page
Actual results:
crash
https://crash-stats.mozilla.com/report/index/2419c022-3e72-43a1-bf17-7b3040181109
Reporter | ||
Updated•6 years ago
|
Severity: normal → critical
Crash Signature: [@ webrender_bindings::moz2d_renderer::rasterize_blob ]
Whiteboard: crash
Comment 1•6 years ago
|
||
Debian Testing, KDE, GTX1060
bp-4a568133-9ff0-428c-b012-a6c460181109
> MOZ_CRASH Reason (Sanitized) Moz2D replay problem
https://hg.mozilla.org/mozilla-central/log/c6c46594d92a
RUST_BACKTRACE=1 mozregression --repo autoland --launch c6c46594d92a -B debug --pref gfx.webrender.all:true -a https://www.twosigma.com/careers/ -a https://www.twosigma.com/careers/
> 3:44.53 INFO: Assertion failure: aSize.width > 0 && aSize.height > 0, at /builds/worker/workspace/build/src/gfx/webrender_bindings/Moz2DImageRenderer.cpp:328
> 3:44.53 INFO: #01: ???[/tmp/tmpnRxLeQ/firefox/libxul.so +0x5505a6f]
> 3:44.53 INFO: #02: ???[/tmp/tmpnRxLeQ/firefox/libxul.so +0x54eeef7]
> 3:44.53 INFO: #03: _$LT$webrender_bindings..moz2d_renderer..Moz2dBlobRasterizer$u20$as$u20$webrender_api..image..AsyncBlobImageRasterizer$GT$::rasterize::he7bfcf3f065c46dc[/tmp/tmpnRxLeQ/firefox/libxul.so +0x5505986]
RUST_BACKTRACE=1 mozregression --repo autoland --launch 774f5ab895af -B debug --pref gfx.webrender.all:true -a https://www.twosigma.com/careers/ -a https://www.twosigma.com/careers/
Can't repro, yes, seems to be "last good".
Blocks: wr-stability, stage-wr-trains
status-firefox64:
--- → unaffected
status-firefox65:
--- → affected
Flags: needinfo?(matt.woodrow)
OS: Unspecified → All
Priority: -- → P3
Whiteboard: crash
Reporter | ||
Comment 2•6 years ago
|
||
maybe try zooming in on the page, and/or selecting text inside the box with svg
Comment 3•6 years ago
|
||
On the other hand, there were 4 crashes with build 20181102100039, days before bug 1456555.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → matt.woodrow
Flags: needinfo?(matt.woodrow)
Assignee | ||
Comment 4•6 years ago
|
||
Bumping this to P2 since it's fairly easy to reproduce. Volume is low, but that might just be Nightly.
Priority: P3 → P2
Assignee | ||
Updated•6 years ago
|
See Also: → https://github.com/servo/webrender/pull/3299
Assignee | ||
Comment 5•6 years ago
|
||
Fixed by bug 1506576
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
status-firefox63:
--- → unaffected
status-firefox-esr60:
--- → unaffected
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•