Hey all,
I'm getting the strangest crash when the contents of a WKWebView are either reloaded or a new URL is loaded after the fact. This is occuring only on iOS 9 Beta 1, and can't be reproduced in iOS 8.
See below for what I think is the culprit:
WebKit`WebKit::ViewGestureController::didRestoreScrollPosition:
-> 0x188d51fa0 <+0>: ldr w8, [x0, #16]
0x188d51fa4 <+4>: cmp w8, #1
0x188d51fa8 <+8>: b.ne 0x188d51fbc ; <+28>
0x188d51fac <+12>: ldrb w8, [x0, #213]
0x188d51fb0 <+16>: cbz w8, 0x188d51fbc ; <+28>
0x188d51fb4 <+20>: strb wzr, [x0, #213]
0x188d51fb8 <+24>: b 0x188d51f40 ; WebKit::ViewGestureController::removeSwipeSnapshotIfReady()
0x188d51fbc <+28>: ret
The exception seems to be EXC_BAD_ACCESS (code=1, address=0x10) at main:16, and I have no idea how to resolve it.
Thanks in advance!
Josh