Crash in [@ style::properties::UnparsedValue::substitute_variables]
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox126 | --- | disabled |
firefox127 | --- | disabled |
firefox128 | --- | fixed |
People
(Reporter: release-mgmt-account-bot, Assigned: emilio)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
Crash report: https://crash-stats.mozilla.org/report/index/eb22dcf6-0305-45cb-907d-f31280240515
MOZ_CRASH Reason: Expected (Animation, animation-timeline) to be in the cache but it was not!
Top 10 frames of crashing thread:
0 xul.dll MOZ_Crash mfbt/Assertions.h:317
0 xul.dll RustMozCrash mozglue/static/rust/wrappers.cpp:17
1 xul.dll mozglue_static::panic_hook mozglue/static/rust/lib.rs:98
2 xul.dll core::ops::function::Fn::call<void /rustc/25ef9e3d85d934b27d9dada2f9dd52b1dc63bb04/library/core/src/ops/function.rs:250
3 xul.dll alloc::boxed::impl$49::call library/alloc/src/boxed.rs:2029
3 xul.dll std::panicking::rust_panic_with_hook library/std/src/panicking.rs:785
4 xul.dll std::panicking::begin_panic_handler::closure$0 library/std/src/panicking.rs:659
5 xul.dll std::sys_common::backtrace::__rust_end_short_backtrace<std::panicking::begin_panic_handler::closure_env$0, never$> library/std/src/sys_common/backtrace.rs:171
6 xul.dll std::panicking::begin_panic_handler library/std/src/panicking.rs:647
7 xul.dll core::panicking::panic_fmt library/core/src/panicking.rs:72
By querying Nightly crashes reported within the last 2 months, here are some insights about the signature:
- First crash report: 2024-03-22
- Process type: Parent
- Is startup crash: No
- Has user comments: No
- Is null crash: Yes - 3 out of 5 crashes happened on null or near null memory address
Reporter | ||
Comment 1•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::CSS Parsing and Computation' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•1 year ago
|
||
emilio, could you take a look here?
Looking at the last 6 months for the crashes that have a "crash reason" field, 5 of them are Expected (Animation, animation-timeline) to be in the cache but it was not!
(like the one in comment 0 here), and there's also one from a few days ago for Expected (Transition, transition-behavior) to be in the cache but it was not!
which was https://crash-stats.mozilla.org/report/index/9b0424bd-68f4-4fc4-9de2-b5c9e0240511
Assignee | ||
Comment 3•1 year ago
|
||
Hmm, those are prefable properties. A pref switch mid restyle could conceivably cause this maybe?
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 4•1 year ago
|
||
Updated•1 year ago
|
Comment 6•1 year ago
|
||
bugherder |
Updated•1 year ago
|
Description
•