Crash in [@ webrender::picture::TileCacheInstance::update_prim_dependencies]
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: aosmond, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/f555ded3-23bb-49b7-a0ef-711630210224
MOZ_CRASH Reason: index out of bounds: the len is 0 but the index is 4294443007
Top 10 frames of crashing thread:
0 libxul.so RustMozCrash mozglue/static/rust/wrappers.cpp:17
1 libxul.so mozglue_static::panic_hook mozglue/static/rust/lib.rs:89
2 libxul.so core::ops::function::Fn::call /builds/worker/fetches/rustc/lib/rustlib/src/rust/library/core/src/ops/function.rs:70
3 libxul.so std::panicking::rust_panic_with_hook library/std/src/panicking.rs:595
4 libxul.so std::panicking::begin_panic_handler::{{closure}} library/std/src/panicking.rs:497
5 libxul.so std::sys_common::backtrace::__rust_end_short_backtrace library/std/src/sys_common/backtrace.rs:141
6 libxul.so rust_begin_unwind library/std/src/panicking.rs:493
7 libxul.so core::panicking::panic_fmt library/core/src/panicking.rs:92
8 libxul.so core::panicking::panic_bounds_check library/core/src/panicking.rs:69
9 libxul.so webrender::picture::TileCacheInstance::update_prim_dependencies gfx/wr/webrender/src/picture.rs:3366
We see another crash with the same signature, with no entry found for key
assertion: https://crash-stats.mozilla.org/report/index/3cfa863d-172c-4323-a12a-fe61f0210225
Updated•4 years ago
|
Comment 1•4 years ago
|
||
We'll need a URL / repro to be able to do anything about this one, since it's so low volume.
Comment 2•3 years ago
|
||
i faced the same issue. was watching drm protected video stream.
crash report
https://crash-stats.mozilla.org/report/index/08500d81-86cd-4f77-aa6f-9c3480220118#tab-details
console output:
###!!! [Parent][MessageChannel] Error: (msgtype=0x140007,name=PBackgroundLSDatabase::Msg_RequestAllowToClose) Channel error: cannot send/recv
ExceptionHandler::GenerateDump cloned child 11467
ExceptionHandler::SendContinueSignalToChild sent continue signal to child
ExceptionHandler::WaitForContinueSignal waiting for continue signal...
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Exiting due to channel error.
Description
•