Bug 179628

Summary: Occasional MobileSafari crash under -[WKPDFView web_setMinimumSize:]
Product: WebKit Reporter: Tim Horton <thorton>
Component: New BugsAssignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, commit-queue, garvankeeley, simon.fraser, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Tim Horton 2017-11-13 13:09:04 PST
Occasional MobileSafari crash under -[WKPDFView web_setMinimumSize:]
Comment 1 Tim Horton 2017-11-13 13:09:32 PST
Created attachment 326785 [details]
Patch
Comment 2 WebKit Commit Bot 2017-11-13 14:22:32 PST
Comment on attachment 326785 [details]
Patch

Clearing flags on attachment: 326785

Committed r224781: <https://trac.webkit.org/changeset/224781>
Comment 3 WebKit Commit Bot 2017-11-13 14:22:33 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2017-11-15 09:33:10 PST
<rdar://problem/35561920>
Comment 5 Garvan Keeley 2017-11-22 12:38:37 PST
Just mentioning for your consideration that our app's crash reports for this mention a NaN in CGSize (in UIScrollView setBounds), hopefully the added CGRectIsNull() check higher in the call stack is preventing the NaN.
Comment 6 Tim Horton 2017-11-22 14:20:03 PST
(In reply to Garvan Keeley from comment #5)
> Just mentioning for your consideration that our app's crash reports for this
> mention a NaN in CGSize (in UIScrollView setBounds), hopefully the added
> CGRectIsNull() check higher in the call stack is preventing the NaN.

That’s the plan, anyway!