RESOLVED CONFIGURATION CHANGED 273072
Sending a message on meta.ai sometimes crashes under Layout::LayoutState::geometryForBox
https://bugs.webkit.org/show_bug.cgi?id=273072
Summary Sending a message on meta.ai sometimes crashes under Layout::LayoutState::geo...
bennyhobart
Reported 2024-04-22 09:56:44 PDT
Created attachment 471042 [details] dump of bug, seems to be coming from scrollTo As Title, this is something im seeing infrequently happen on meta.ai, it seems to be coming from the scrollTo implementation on safari (calling scroll on an element which doesn't exist? I'm not sure happens infrequently and hard to reproduce)
Attachments
dump of bug, seems to be coming from scrollTo (35.19 KB, text/plain)
2024-04-22 09:56 PDT, bennyhobart
no flags
Alexey Proskuryakov
Comment 1 2024-04-23 11:09:20 PDT
This is a somewhat common crash signature for WebKit, several issues that match it have been fixed in the past. The most recent fix was in macOS 14.5 beta, but it's hard to tell if it has addressed this particular case. Perhaps Alan (CC'ed) would have deeper insight. Or if you could try with the beta to see if this still reproduces, that would be appreciated.
bennyhobart
Comment 2 2024-04-23 11:11:15 PDT
definitely will do some testing today
zalan
Comment 3 2024-04-23 11:19:47 PDT
Yeah, we've fixed a few issues in RenderInline::linesBoundingBox and I haven't seen any related reports lately but please let me know if it still causes issues.
Alexey Proskuryakov
Comment 4 2024-04-26 14:34:09 PDT
Marking as Configuration Changed pending testing results.
Note You need to log in before you can comment on or make changes to this bug.