Open
Bug 1922910
Opened 1 year ago
Updated 1 year ago
Crash in [@ stackoverflow | style::custom_properties::parse_declaration_value::closure$0] when loading https://sophielcottrell.github.io/CSS-Chess/
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
REOPENED
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | affected |
People
(Reporter: emilio, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/c3b211d9-6398-4b89-9fc3-47ea10241005
Reason:
EXCEPTION_STACK_OVERFLOW
Top 10 frames:
0 xul.dll style::custom_properties::parse_declaration_value::closure$0(style::custom_pr... servo/components/style/custom_properties.rs:683
0 xul.dll cssparser::parser::Parser::parse_entirely(style::custom_properties::parse_dec... third_party/rust/cssparser/src/parser.rs:695
0 xul.dll cssparser::parser::parse_until_before(cssparser::parser::Parser*, cssparser::... third_party/rust/cssparser/src/parser.rs:1065
0 xul.dll cssparser::parser::Parser::parse_until_before(cssparser::parser::Delimiters, ... third_party/rust/cssparser/src/parser.rs:803
0 xul.dll style::custom_properties::parse_declaration_value(cssparser::parser::Parser*,... servo/components/style/custom_properties.rs:682
1 xul.dll style::custom_properties::parse_declaration_value_block::closure$0(style::cus... servo/components/style/custom_properties.rs:813
1 xul.dll cssparser::parser::Parser::parse_entirely(style::custom_properties::parse_dec... third_party/rust/cssparser/src/parser.rs:695
1 xul.dll cssparser::parser::parse_nested_block(cssparser::parser::Parser*, style::cust... third_party/rust/cssparser/src/parser.rs:1145
1 xul.dll cssparser::parser::Parser::parse_nested_block(style::custom_properties::parse... third_party/rust/cssparser/src/parser.rs:783
1 xul.dll style::custom_properties::parse_declaration_value_block(cssparser::parser::Pa... servo/components/style/custom_properties.rs:769
| Reporter | ||
Updated•1 year ago
|
Summary: Crash in [@ stackoverflow | style::custom_properties::parse_declaration_value::closure$0] when loading h → Crash in [@ stackoverflow | style::custom_properties::parse_declaration_value::closure$0] when loading https://sophielcottrell.github.io/CSS-Chess/
| Reporter | ||
Updated•1 year ago
|
Flags: needinfo?(emilio)
| Reporter | ||
Comment 1•1 year ago
|
||
We're crashing while parsing a ridiculously nested var(...) substitution. If I inline the CSS then it works because we parse on the main thread which has a larger stack...
Flags: needinfo?(emilio)
| Reporter | ||
Updated•1 year ago
|
Severity: -- → S3
Priority: -- → P3
Comment 2•1 year ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
Comment 3•1 year ago
|
||
site-scout is still reporting this issue as of m-c 20250302-543c21c8e352.
Blocks: site-scout
Status: RESOLVED → REOPENED
status-firefox138:
--- → affected
OS: Windows 10 → Unspecified
Resolution: WORKSFORME → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•