Closed
Bug 1384213
Opened 7 years ago
Closed 7 years ago
Stylo: Tab crash with Inspector open on https://daneden.github.io/animate.css/
Categories
(Core :: CSS Parsing and Computation, defect, P1)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 1384014
People
(Reporter: clarkbw, Assigned: boris)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
92.81 KB,
image/png
|
Details |
I get a consistent tab crash when viewing https://daneden.github.io/animate.css/ with the inspector open.
I've attached the screenshot of the console log which refers to this line of code: https://searchfox.org/mozilla-central/source/browser/modules/FullZoomUI.jsm#60
I have the stylo pref turned on, here are some crash ids
5bfd4f54-43aa-454d-a964-882430170724
bp-d21e306b-a7da-4f4b-a128-c46ff0170724
bp-af076808-6840-4abb-ad02-c56ef0170724
With stylo turned on I can reproduce this with a fresh profile. ( bp-a9a3347a-e855-4141-babd-4feb10170725 )
Reporter | ||
Comment 1•7 years ago
|
||
STR
1. open page https://daneden.github.io/animate.css/
2. open devtools inspector
3. open animations tab in inspector right sidebar
I believe the ZoomUI part is unrelated to the crash, seems like a Stylo content crash.
Blocks: stylo-site-issues, stylo-devtools
Component: Location Bar → CSS Parsing and Computation
Product: Firefox → Core
Summary: Tab crash with Inspector open on https://daneden.github.io/animate.css/ → Stylo: Tab crash with Inspector open on https://daneden.github.io/animate.css/
See Also: → 1384014
Updated•7 years ago
|
Priority: -- → P1
Comment 3•7 years ago
|
||
DevTools is one of the two consumers of compute_distance (the other being SMIL) so it sounds like one of our compute_distance implementations is buggy. And based on bug 1384014 it looks like we're unwrapping something we shouldn't.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → boris.chiou
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•