RESOLVED FIXED 257690
REGRESSION(264582@main): [GTK] UI process crash: Assertion 'this->_M_is_engaged()' failed.
https://bugs.webkit.org/show_bug.cgi?id=257690
Summary REGRESSION(264582@main): [GTK] UI process crash: Assertion 'this->_M_is_engag...
two
Reported 2023-06-04 13:34:33 PDT
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
Michael Catanzaro
Comment 1 2023-06-05 05:57:57 PDT
We need to see a backtrace taken with gdb, please.
Michael Catanzaro
Comment 2 2023-06-05 10:05:10 PDT
Michael Catanzaro
Comment 3 2023-06-05 10:16:09 PDT
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
Comment 4 2023-06-05 10:20:05 PDT
EWS
Comment 5 2023-06-06 06:36:51 PDT
Committed 264895@main (d501d8dce059): <https://commits.webkit.org/264895@main> Reviewed commits have been landed. Closing PR #14674 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.