Summary: | Assertion failure in AnimationBase::updateStateMachine() coming out of paused state | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Chris Marrin <cmarrin> | ||||
Component: | CSS | Assignee: | Chris Marrin <cmarrin> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | joepeck, ossy | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | PC | ||||||
OS: | OS X 10.5 | ||||||
Bug Depends on: | 42821 | ||||||
Bug Blocks: | |||||||
Attachments: |
|
Description
Chris Marrin
2010-04-22 10:29:33 PDT
It's actually easy to reproduce, but you have to use the "pause API" (a feature available in LayoutTests) to get it to happen. You simply run a debug build, start a transition and then pause and unpause. The assert is usually hit. I will try to post a test. It's actually easy to reproduce, but you have to use the "pause API" (a feature available in LayoutTests) to get it to happen. You simply run a debug build, start a transition and then pause and unpause. The assert is usually hit. I will try to post a test. Created attachment 62236 [details]
Patch
Comment on attachment 62236 [details] Patch > Index: WebCore/ChangeLog > =================================================================== > + https://bugs.webkit.org/show_bug.cgi?id=37993 The bug title should be on the line above the url ("webkit-patch upload" will do this for you). r=me Patch landed in http://trac.webkit.org/changeset/63862 After this patch animations/play-state.html is flakey on Qt bot: http://build.webkit.org/results/Qt%20Linux%20Release/r63884%20%2815890%29/animations/play-state-pretty-diff.html Could you check what the problem is? |