Bug 255831 - Crash in MomentumEventDispatcher::displayDidRefresh()
Summary: Crash in MomentumEventDispatcher::displayDidRefresh()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Scrolling (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-22 12:11 PDT by Simon Fraser (smfr)
Modified: 2023-04-24 11:21 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2023-04-22 12:11:53 PDT
The fix done in 261404@main isn't quite right; it's possible to enter RemoteLayerTreeEventDispatcher::didRefreshDisplay() after m_momentumEventDispatcher has been nulled out.
Comment 1 Simon Fraser (smfr) 2023-04-22 12:12:14 PDT
<rdar://108105416>
Comment 2 Simon Fraser (smfr) 2023-04-22 12:18:21 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13071
Comment 3 EWS 2023-04-24 11:21:04 PDT
Committed 263321@main (3147f52e6d8d): <https://commits.webkit.org/263321@main>

Reviewed commits have been landed. Closing PR #13071 and removing active labels.