Webkit crash in iOS app

We are seeing the following crash in our app:

Crashed: com.apple.main-thread
0  libobjc.A.dylib                0x1540 objc_msgSend + 32
1  WebKit                         0x34c360 WebKit::NavigationState::NavigationClient::processDidTerminate(WebKit::WebPageProxy&, WebKit::ProcessTerminationReason) + 188
2  WebKit                         0x440350 WebKit::WebPageProxy::dispatchProcessDidTerminate(WebKit::ProcessTerminationReason) + 184
3  WebKit                         0x482048 WebKit::WebProcessProxy::processDidTerminateOrFailedToLaunch(WebKit::ProcessTerminationReason) + 1472
4  WebKit                         0x4819ec WebKit::WebProcessProxy::didClose(IPC::Connection&) + 84
5  WebKit                         0x39510 ***::Detail::CallableWrapper<IPC::Connection::connectionDidClose()::$_8, void>::call() + 104
6  JavaScriptCore                 0x116ee44 ***::RunLoop::performWork() + 292
7  JavaScriptCore                 0x116ffb4 ***::RunLoop::performWork(void*) + 36
8  CoreFoundation                 0xbb0d0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
9  CoreFoundation                 0xcbd90 __CFRunLoopDoSource0 + 208
10 CoreFoundation                 0x6104 __CFRunLoopDoSources0 + 376
11 CoreFoundation                 0xb8a4 __CFRunLoopRun + 820
12 CoreFoundation                 0x1f468 CFRunLoopRunSpecific + 600
13 GraphicsServices               0x138c GSEventRunModal + 164
14 UIKitCore                      0x5195d0 -[UIApplication _run] + 1100
15 UIKitCore                      0x297f74 UIApplicationMain + 364
16 DSA_DE_APPSTORE                0x5838 main + 4374124600 (<compiler-generated>:4374124600)
17 ???                            0x103f4daa4 (Missing)

We are not able to reproduce this issue ourselves and we would appreciate any help, thank you.

@pepejeria_pay did you make any progress with this? We're running a Capacitorjs application and getting exactly the same stack trace in our crashes.

Webkit crash in iOS app
 
 
Q