[Webkit-unassigned] [Bug 194144] Network Process crash when resuming downloads: '-[__NSDictionaryI setObject:forKey:]: unrecognized selector sent to instance %p'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 31 22:54:59 PST 2019


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

--- Comment #1 from David Quesada <david_quesada at apple.com> ---
Resuming a download occasionally causes a Network Process crash due to an uncaught NSInvalidArgumentException. In Download::resume(), we decode the root object from the resume data, assume it's a mutable dictionary (with no type checking), and try to -setObject:forKey: it.

-- 
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/20190201/493c3c0c/attachment-0001.html>


More information about the webkit-unassigned mailing list