[Webkit-unassigned] [Bug 191919] ASSERTION FAILED: dataRequest.requestedLength >= (dataRequest.currentOffset - dataRequest.requestedOffset) in WebCoreAVFResourceLoader::fulfillRequestWithResource() on apple.com/iphone-xr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 22 21:10:52 PST 2018


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

--- Comment #1 from Daniel Bates <dbates at webkit.org> ---
(lldb) p resource.url()
(const WebCore::URL) $0 = { blob:https://www.apple.com/0015d2ee-4aaf-443e-b034-d2e71a59bdf4 }
(lldb) p dataRequest.requestedLength
(NSInteger) $1 = 16384
(lldb) p dataRequest.currentOffset
(long long) $2 = 612501
(lldb) p dataRequest.requestedOffset
(long long) $3 = 16384
(lldb) p contentRange
(const WebCore::ParsedContentRange) $4 = {
  m_firstBytePosition = 0
  m_lastBytePosition = 0
  m_instanceLength = 9223372036854775807
  m_isValid = false
}

-- 
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/20181123/0b0fda36/attachment.html>


More information about the webkit-unassigned mailing list