Bug 301918
| Summary: | [GTK][WPE] REGRESSION: 302433@main induced flakiness in ThreadedCompositor | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Nikolas Zimmermann <zimmermann> |
| Component: | WPE WebKit | Assignee: | Nikolas Zimmermann <zimmermann> |
| Status: | REOPENED | ||
| Severity: | Normal | CC: | bugs-noreply, commit-queue |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 302144 | ||
| Bug Blocks: | |||
Nikolas Zimmermann
WPE-Linux-64-bit-Release-Tests shows an unusual amount of timeouts since 302433@main, that can be reproduced locally under load. ThreadedCompositor performed the cross-thread scheduling of the didCompositeRunLoopObserver too early -- needs to be done, at least, after m_surface->didRenderFrame() to avoid the flakiness.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nikolas Zimmermann
Pull request: https://github.com/WebKit/WebKit/pull/53385
EWS
Committed 302526@main (7f151f2169af): <https://commits.webkit.org/302526@main>
Reviewed commits have been landed. Closing PR #53385 and removing active labels.
WebKit Commit Bot
Re-opened since this is blocked by bug 302144