Bug 162334

Summary: WebContent process crashes with JetSamEvent in diagnostics
Product: WebKit Reporter: erezg
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ap, barraclough, cdumez, kling
Priority: P2    
Version: Other   
Hardware: iPhone / iPad   
OS: iOS 10   
See Also: https://bugs.webkit.org/show_bug.cgi?id=162265
Attachments:
Description Flags
full jetsam event from device none

Description erezg 2016-09-21 04:31:15 PDT
Created attachment 289441 [details]
full jetsam event from device

On low-end devices such as iPhone 5c and iPad 4th generation the web content process crashes when a WKWebView loads complex SVG content.
This sometimes also causes a crash of the UI thread as seen in - https://bugs.webkit.org/show_bug.cgi?id=162265

Attached is one of the jetsam events that was added to the diagnostics following the crash.
No crash dump of the WebContent process itself, but the jetsam event says it's related to vm page shortage.
Comment 1 Alexey Proskuryakov 2016-09-21 09:35:07 PDT
Thank you for the report!

Is there any way for us to reproduce (e.g., is this reproducible in Safari)? Have you tried with iOS 10.1 beta?