Closed
Bug 1896979
Opened 10 months ago
Closed 9 months ago
Crash in [@ webrender::quad::push_quad]
Categories
(Core :: Graphics: WebRender, defect, P1)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
128 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox126 | --- | unaffected |
firefox127 | --- | unaffected |
firefox128 | blocking | fixed |
People
(Reporter: lizzard, Assigned: nical)
References
(Blocks 2 open bugs, Regression)
Details
(Keywords: crash, regression, topcrash)
Crash Data
Attachments
(1 file)
New crash in 128.0a1, mostly on MacOS 14.
Crash report: https://crash-stats.mozilla.org/report/index/c4156f5b-fdf0-4070-9748-eed560240515
MOZ_CRASH Reason: bug: nine-patch segments should be axis-aligned only
Top 10 frames:
0 XUL MOZ_Crash(char const*, int, char const*) mfbt/Assertions.h:317
0 XUL RustMozCrash mozglue/static/rust/wrappers.cpp:18
1 XUL mozglue_static::panic_hook mozglue/static/rust/lib.rs:98
2 XUL core::ops::function::Fn::call library/core/src/ops/function.rs:79
3 XUL <alloc::boxed::Box<F, A> as core::ops::function::Fn<Args>>::call library/alloc/src/boxed.rs:2029
3 XUL std::panicking::rust_panic_with_hook library/std/src/panicking.rs:785
4 XUL std::panicking::begin_panic::{{closure}} library/std/src/panicking.rs:689
5 XUL std::sys_common::backtrace::__rust_end_short_backtrace library/std/src/sys_common/backtrace.rs:171
6 XUL std::panicking::begin_panic library/std/src/panicking.rs:688
7 XUL webrender::quad::push_quad gfx/wr/webrender/src/quad.rs:277
Updated•9 months ago
|
Comment 2•9 months ago
|
||
This is a top crasher, setting as p1/S2 for now but blocking the release. The volume is very high, especially since we have just reactivated Windows updates, so it may explode later today.
Severity: S3 → S2
status-firefox126:
--- → unaffected
status-firefox127:
--- → unaffected
status-firefox128:
--- → affected
status-firefox-esr115:
--- → unaffected
tracking-firefox128:
--- → blocking
Keywords: topcrash
Priority: -- → P1
Assignee | ||
Comment 3•9 months ago
|
||
Updated•9 months ago
|
Assignee: nobody → nical.bugzilla
Status: NEW → ASSIGNED
Assignee | ||
Updated•9 months ago
|
Flags: needinfo?(nical.bugzilla)
Pushed by nsilva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cdf6c24dcb69
Handle matrix transforms that simplify into 2d scale + offset. r=gfx-reviewers,gw
Same issue with scrolling down on the main page of this website: https://www.oobit.com/
Updated•9 months ago
|
Blocks: site-scout, domino
Comment 6•9 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•