[Webkit-unassigned] [Bug 229178] IndexedDB: Unknown error "Cannot inject key into script value"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 5 12:33:53 PDT 2021


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

--- Comment #17 from Sihui Liu <sihui_liu at apple.com> ---
Updated the bug title to reflect current issue: the crash is fixed and now the app is blocked by IDB error according to reporter.

Hi captainjono, I see you've provided instructions on reproducing in Windows. Can you provide a test app that can be run directly in macOS or iOS? From your description, this issue is not specific to Windows. 
(There's difference in implementation for different OS, so if you only reproduce this on Windows build, we may want to ask developer who is maintaining the port to take a look.) 

On macOS and iOS builds, we will be able to add some loggings to help figure out the underlying issues. I am not sure we can do that in Parallels.

If you are looking for workaround for this unknown error, according to the code path, it happens when you let IndexedDB generates the key (e.g. using key path) for the record, so you may want to set the key explicitly when adding a record.

-- 
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/20211005/a80ea413/attachment.htm>


More information about the webkit-unassigned mailing list