[Webkit-unassigned] [Bug 229178] New: deref crash while running javascript iOS & macOS
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 16 20:53:25 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=229178
Bug ID: 229178
Summary: deref crash while running javascript iOS & macOS
Product: WebKit
Version: Other
Hardware: All
OS: iOS 14
Status: NEW
Severity: Blocker
Priority: P2
Component: Service Workers
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jcaptanis at janison.com.au
Created attachment 435663
--> https://bugs.webkit.org/attachment.cgi?id=435663&action=review
Crash
I am seeing this crash while intercepting a request inside of a ServiceWorker that consequently performs a XmlhttpRequest, does some scrypto, then attempts to access indexdb. It happens at the same place everytime on both macOS (big sur) & iOS (14+). I cant create a minimal repo, seems to only happen when a combination of these servicices is put until real-world load.
I am using WkWebView via Xamarin and have opened up an associated issue here: https://github.com/xamarin/xamarin-macios/issues/12391
The same code does not crash on chrome webkit. If this is indicatite of a problem with my javascript code, could i please get pointers/documentation on what performant JS may look like when attempting to do resource intensive things like in app, e2e encryption. We use ServiceWorker extensively to offload compute.
--
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/20210817/70405b77/attachment-0001.htm>
More information about the webkit-unassigned
mailing list