Crash in [@ GeckoCrash] (Didn't find a cached resource with that ID!)
Categories
(Core :: Graphics: WebRender, defect, P2)
Tracking
()
People
(Reporter: marcia, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash, regression, reproducible)
Crash Data
This bug is for crash report bp-34104986-f49c-4ee8-8791-0246d0190508.
This has been happening to me for some time running on the 10.14 betas. Currently I am running 10.14.5 (18F131a).
Here are the simple STR:
- With Nightly running, go to the upper left and open the Apple menu
- Check for a Software Update
- Nightly crashes. This is almost 100% reproducible.
I think there is another bug open similar to this with a different signature.
Top 10 frames of crashing thread:
0 XUL GeckoCrash toolkit/xre/nsAppRunner.cpp:5070
1 XUL gkrust_shared::panic_hook toolkit/library/rust/shared/lib.rs:243
2 XUL core::ops::function::Fn::call src/libcore/ops/function.rs:69
3 XUL rust_panic_with_hook src/libstd/panicking.rs:482
4 XUL continue_panic_fmt src/libstd/panicking.rs:385
5 XUL rust_begin_panic src/libstd/panicking.rs:312
6 XUL panic_fmt src/libcore/panicking.rs:85
7 XUL expect_failed src/libcore/option.rs:1038
8 XUL webrender::resource_cache::ResourceCache::get_cached_image gfx/wr/webrender/src/resource_cache.rs:1519
9 XUL webrender::batch::ClipBatcher::add::{{closure}} gfx/wr/webrender/src/batch.rs:2975
Comment 1•6 years ago
|
||
comment 0: Didn't find a cached resource with that ID!
testcase from bug 1524427 still works:
bp-cc5ef2f9-8502-473a-98a1-9f1f60190508
Didn't find a cached resource with that ID!
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Getting this on linux at impots.gouv.fr
Updated•6 years ago
|
Comment 3•6 years ago
|
||
I can reproduce it on linux too with url https://www.impots.gouv.fr/portail/.
In using mozregression and my profile, I got:
mozregression --profile /home/calixte/.mozilla/firefox/myprofile --pref "gfx.webrender.all:true" --good 2019-05-05
:aosmond, could you investigate please? (if you need I can share my profile with you, just ping me on slack, irc, mail...)
Comment 4•6 years ago
|
||
(In reply to Calixte Denizet (:calixte) from comment #3)
I can reproduce it on linux too with url https://www.impots.gouv.fr/portail/.
In using mozregression and my profile, I got:
mozregression --profile /home/calixte/.mozilla/firefox/myprofile --pref "gfx.webrender.all:true" --good 2019-05-05:aosmond, could you investigate please? (if you need I can share my profile with you, just ping me on slack, irc, mail...)
This is a different bug, but I will investigate my regression for sure :).
Comment 5•6 years ago
|
||
Filed bug 1550725 to track the new regression.
Comment 6•6 years ago
|
||
the signature for the crash in comment #0 has gotten reprocessed and is now the same again as in bug 1521095.
Updated•6 years ago
|
Description
•