[Webkit-unassigned] [Bug 249527] Safari crashes on Twitter.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 13:59:49 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=249527

Ben Nham <nham at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nham at apple.com

--- Comment #13 from Ben Nham <nham at apple.com> ---
This webpage is dying because the WebContent process it's running in hit a memory limit (X GB, varies by device). From looking at the logging emitted when the process hits the warning threshold limit, almost all of this memory is attributed to the JS heap:

```
WebKit memory usage statistics at time of warning memory pressure notification:
javascript_gc_heap_capacity_mb: 963
phys_footprint_mb: 1183
...
```

While it's possible that this is due to a WebKit bug, it's more likely to be a bug in the website itself. I'll try to use the Twitter web app to see if I see OOM crashes on it on my own device. But unless that uncovers an actual WebKit bug (e.g. use of some web feature that creates a document leak), this will have to be fixed by the website, not WebKit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230131/bc5d354c/attachment.htm>


More information about the webkit-unassigned mailing list