[Webkit-unassigned] [Bug 224845] ASSERTION FAILED: unwrapParamsOrException.exception().code() != ExistingExceptionError on http/wpt/preload/change-link-rel-attribute.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 5 01:31:33 PDT 2021


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

--- Comment #7 from youenn fablet <youennf at gmail.com> ---
Looking at the code, the debug assert is: ASSERT(unwrapParamsOrException.exception().code() != ExistingExceptionError);
After calling normalizeCryptoAlgorithmParameters.
normalizeCryptoAlgorithmParameters can return ExistingExceptionError if a dictionary conversion fails, which is possible, say parameters are bad or maybe worker is being terminated.

-- 
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/20210505/ae2e7884/attachment.htm>


More information about the webkit-unassigned mailing list