Bug 182243 - CalcExpressionBlendLength::evaluate hits stack limit
Summary: CalcExpressionBlendLength::evaluate hits stack limit
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-01-29 08:31 PST by Antti Koivisto
Modified: 2018-01-29 13:46 PST (History)
5 users (show)

See Also:


Attachments
patch (3.44 KB, patch)
2018-01-29 08:45 PST, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2018-01-29 08:31:41 PST
6 WebCore: WebCore::CalculationValue::evaluate(float) const <==
        6 WebCore: WebCore::Length::nonNanCalculatedValue(int) const
          6 WebCore: WebCore::CalcExpressionBlendLength::evaluate(float) const
            6 WebCore: WebCore::CalculationValue::evaluate(float) const
              6 WebCore: WebCore::Length::nonNanCalculatedValue(int) const
                6 WebCore: WebCore::CalcExpressionBlendLength::evaluate(float) const
                  6 WebCore: WebCore::CalculationValue::evaluate(float) const
                    6 WebCore: WebCore::Length::nonNanCalculatedValue(int) const

etc
Comment 1 Antti Koivisto 2018-01-29 08:31:51 PST
rdar://problem/30533005
Comment 2 Antti Koivisto 2018-01-29 08:45:35 PST
Created attachment 332546 [details]
patch
Comment 3 WebKit Commit Bot 2018-01-29 13:46:09 PST
Comment on attachment 332546 [details]
patch

Clearing flags on attachment: 332546

Committed r227753: <https://trac.webkit.org/changeset/227753>
Comment 4 WebKit Commit Bot 2018-01-29 13:46:10 PST
All reviewed patches have been landed.  Closing bug.