[Webkit-unassigned] [Bug 207938] [ Mac wk2 ] http/wpt/crypto/derive-hmac-key-crash.any.html is flaky crashing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 20 07:33:19 PST 2020


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

--- Comment #7 from katherine_cheney at apple.com ---
(In reply to Alexey Proskuryakov from comment #6)
> This is the same issue as bug 207269, just moved to a new place.
> 
> I've been unable to extract the log message from any bots. But I have
> logging from Kate's machine that says this:
> 
> ResourceLoadStatisticsDatabaseStore::getNumberOfPrevalentResources failed to
> step, error message: another row available

Hmm, this error message doesn't seem to align with where this crash is happening, because another row available means the result value was SQLITE_ROW, which is not the case if the execution enters this block. I wonder if the return value is not SQLITE_ROW or SQLITE_DONE but doesn't return an error. Investigating this now.

-- 
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/20200220/bba221b3/attachment.htm>


More information about the webkit-unassigned mailing list