Bug 257690
Summary: | REGRESSION(264582@main): [GTK] UI process crash: Assertion 'this->_M_is_engaged()' failed. | ||
---|---|---|---|
Product: | WebKit | Reporter: | two |
Component: | WebKitGTK | Assignee: | Michael Catanzaro <mcatanzaro> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | PC | ||
OS: | Linux | ||
See Also: |
https://bugzilla.redhat.com/show_bug.cgi?id=2212303 https://bugs.webkit.org/show_bug.cgi?id=238327 https://bugzilla.redhat.com/show_bug.cgi?id=2212995 https://bugzilla.redhat.com/show_bug.cgi?id=2216397 |
two
GNOME Web from flathub prints this in logs and crashes:
```
/usr/include/c++/12.2.0/optional:477: constexpr _Tp& std::_Optional_base_impl<_Tp, _Dp>::_M_get() [with _Tp = MotionEvent; _Dp = std::_Optional_base<MotionEvent, true, true>]: Assertion 'this->_M_is_engaged()' failed.
```
this usually happens during session restore, but can also happen during usage.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
We need to see a backtrace taken with gdb, please.
Michael Catanzaro
Backtrace here: https://bugzilla.redhat.com/show_bug.cgi?id=2212303
Michael Catanzaro
Problem is it's possible for a pointer leave event to occur before any pointer motion event. I thought that was not possible. This is a regression in 2.40.2.
Michael Catanzaro
Pull request: https://github.com/WebKit/WebKit/pull/14674
EWS
Committed 264895@main (d501d8dce059): <https://commits.webkit.org/264895@main>
Reviewed commits have been landed. Closing PR #14674 and removing active labels.