[Webkit-unassigned] [Bug 240325] REGRESSION (r293933): [ iOS Debug ][ macOS Debug wk2 ] ASSERTION FAILED: m_requestCount > -1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 13 09:54:33 PDT 2022


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

--- Comment #8 from Rob Buis <rbuis at igalia.com> ---
I looked into this last week. I am pretty sure the request counting of the image in resources/image-loading-lazy-in-viewport.html is spread across two documents (one for each subframe in the test). So the decrement is on something that was never incremented, hence the assert.
I was playing with some code in ImageLoader::elementDidMoveToNewDocument, but it was hard to detect the case and then do something about it. I hope to have another look this week.

-- 
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/20220613/dcf5d1de/attachment-0001.htm>


More information about the webkit-unassigned mailing list