Closed
Bug 1384150
Opened 6 years ago
Closed 6 years ago
stylo: panicked at 'attempt to subtract with overflow'
Categories
(Core :: DOM: Animation, defect, P1)
Core
DOM: Animation
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | --- | unaffected |
firefox56 | --- | fixed |
People
(Reporter: truber, Assigned: manishearth)
References
(Blocks 2 open bugs)
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
292 bytes,
text/html
|
Details |
The attached testcase causes a panic in m-c rev 07484bfdb96b with stylo enabled by pref. thread '<unnamed>' panicked at 'attempt to subtract with overflow', /home/worker/workspace/build/src/obj-firefox/toolkit/library/x86_64-unknown-linux-gnu/debug/build/style-a3e69c1fe576a835/out/gecko_properties.rs:13683 stack backtrace: 0: std::sys::imp::backtrace::tracing::imp::unwind_backtrace 1: std::sys_common::backtrace::_print 2: std::panicking::default_hook::{{closure}} 3: std::panicking::default_hook 4: std::panicking::rust_panic_with_hook 5: std::panicking::begin_panic 6: std::panicking::begin_panic_fmt 7: rust_begin_unwind 8: core::panicking::panic_fmt 9: core::panicking::panic 10: style::gecko_properties::<impl style::gecko_bindings::structs::root::mozilla::GeckoEffects>::set_clip 11: style::properties::StyleBuilder::set_clip 12: style::properties::longhands::clip::cascade_property 13: style::properties::apply_declarations 14: style::properties::cascade 15: <style::style_resolver::StyleResolverForElement<'a, 'ctx, 'le, E>>::cascade_style 16: <style::style_resolver::StyleResolverForElement<'a, 'ctx, 'le, E>>::resolve_primary_style 17: <style::style_resolver::StyleResolverForElement<'a, 'ctx, 'le, E>>::resolve_style 18: style::traversal::resolve_style 19: Servo_ResolveStyleLazily
Flags: in-testsuite?
Updated•6 years ago
|
Priority: -- → P1
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → manishearth
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 years ago
|
||
https://github.com/servo/servo/pull/17856
Assignee | ||
Comment 2•6 years ago
|
||
https://hg.mozilla.org/integration/autoland/rev/7ad0f4024a8a
![]() |
||
Comment 3•6 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/7ad0f4024a8a (dropped off #bugherder's radar, resolve by hand.)
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Updated•6 years ago
|
status-firefox54:
--- → unaffected
status-firefox55:
--- → unaffected
status-firefox-esr52:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•