Crash in [@ webrender::prim_store::PrimitiveStore::update_visibility]
Categories
(Core :: Graphics: WebRender, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox67 | --- | unaffected |
firefox68 | --- | unaffected |
firefox69 | + | fixed |
People
(Reporter: jcristau, Assigned: gw)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details |
This bug is for crash report bp-13c59bdb-a656-44c7-881f-db5f50190615.
Dying with "assertion failed: level.clip_counts.is_empty() && level.clips.is_empty()"
Top 10 frames of crashing thread:
0 xul.dll GeckoCrash toolkit/xre/nsAppRunner.cpp:5168
1 xul.dll static void gkrust_shared::panic_hook toolkit/library/rust/shared/lib.rs:244
2 xul.dll static void core::ops::function::Fn::call<fn src/libcore/ops/function.rs:69
3 xul.dll static void std::panicking::rust_panic_with_hook src/libstd/panicking.rs:478
4 xul.dll static <NoType> std::panicking::begin_panic<str*> src/libstd/panicking.rs:408
5 xul.dll static union core::option::Option<euclid::rect::TypedRect<f32, webrender_api::units::PicturePixel>> webrender::prim_store::PrimitiveStore::update_visibility gfx/wr/webrender/src/prim_store/mod.rs:2233
6 xul.dll static union core::option::Option<euclid::rect::TypedRect<f32, webrender_api::units::PicturePixel>> webrender::prim_store::PrimitiveStore::update_visibility gfx/wr/webrender/src/prim_store/mod.rs:1918
7 xul.dll static union core::option::Option<euclid::rect::TypedRect<f32, webrender_api::units::PicturePixel>> webrender::prim_store::PrimitiveStore::update_visibility gfx/wr/webrender/src/prim_store/mod.rs:1918
8 xul.dll static union core::option::Option<webrender::render_task::RenderTaskId> webrender::frame_builder::FrameBuilder::build_layer_screen_rects_and_cull_layers gfx/wr/webrender/src/frame_builder.rs:415
9 xul.dll static struct webrender::internal_types::RenderedDocument webrender::render_backend::Document::build_frame gfx/wr/webrender/src/render_backend.rs:526
This started in the 20190613215335 nightly build.
Comment 1•5 years ago
|
||
Dying with "assertion failed: level.clip_counts.is_empty() && level.clips.is_empty()"
Added by bug 1558106.
Assignee | ||
Comment 2•5 years ago
|
||
Do we have a URL for this one? It's probably very dependent on content.
Reporter | ||
Comment 3•5 years ago
|
||
Most common is https://ok.ru/. There's also some https://www.abc.net.au/news/2019-06-15/the-good-priest/11110692 and https://legendei.com/ and https://www.ubisoft.com/en-us/
Assignee | ||
Comment 4•5 years ago
|
||
Thanks, I can reproduce on the abc.net.au URL - I will investigate this today.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 5•5 years ago
|
||
Fixes an edge case where splitting the top level primitive list
for picture caching may result in a mismatched push/pop clip
pair.
This is not a particularly efficient fix, but it's a rare enough
edge case for now that this fix will be good enough until we work
out the long term solution for the push/pop clip chain instances.
Updated•5 years ago
|
Assignee | ||
Comment 6•5 years ago
|
||
Fixes an edge case where splitting the top level primitive list
for picture caching may result in a mismatched push/pop clip
pair.
This is not a particularly efficient fix, but it's a rare enough
edge case for now that this fix will be good enough until we work
out the long term solution for the push/pop clip chain instances.
Updated•5 years ago
|
Comment 8•5 years ago
|
||
bugherder |
Updated•3 years ago
|
Description
•