WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
133019
Web Replay: ASSERTION FAILED: withinEventLoopInputExtent != m_withinEventLoopInputExtent
https://bugs.webkit.org/show_bug.cgi?id=133019
Summary
Web Replay: ASSERTION FAILED: withinEventLoopInputExtent != m_withinEventLoop...
Brian Burg
Reported
2014-05-16 17:04:10 PDT
This assertion seems to be hit when capturing in debug builds during seeming normal mouse input interactions. It seems that this is some sort of unexpected re-entrancy. Will investigate.
Attachments
WIP
(2.29 KB, patch)
2014-09-24 15:16 PDT
,
Brian Burg
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Brian Burg
Comment 1
2014-09-13 13:20:19 PDT
Appears to be that we enter multiple event loop input extents when handling user inputs inside a nested run loop when the debugger is paused. This only happens when not capturing or replaying, AFAICT. We temporarily disable breakpoints before starting capturing, so this only seems to happen when neither capturing or replaying. During replay, we should never be starting run loop tasks while debugger is paused.
Brian Burg
Comment 2
2014-09-24 15:16:17 PDT
Created
attachment 238611
[details]
WIP
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug