[Webkit-unassigned] [Bug 127029] [iOS] SubresourceLoader::didFinishLoading ASSERT(!m_resource->errorOccurred()); loading apple.com
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 15 11:40:12 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127029
Joseph Pecoraro <joepeck at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joepeck at webkit.org
--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org> 2014-01-15 11:37:48 PST ---
> Is the maximumDecodedImageSize smaller then it should be
No. This is 20 * 1024 * 1024, which is the expected size on iOS.
> or is this a valid path and the ASSERT should be handled appropriately?
I think this is the issue. I think a DecodeError should probably have been handled higher up in the stack to not reach this ASSERT. The reason this ASSERT is not seen on Mac is that there is no max decoded size, and such a DecodeError never gets triggered.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list