Bug 204034
Summary: | [WebAuthN] Crash when interacting with USB devices | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jonathan Rudenberg <jonathan> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | alex.gaynor, jiewen_tan |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 13 | ||
Bug Depends on: | |||
Bug Blocks: | 181943 |
Jonathan Rudenberg
Version: iOS 13.3 (17C5032d) / developer beta 1
Safari crashes ~85% of the time when creating a new credential or authenticating with USB security keys (I tested over USB-C on iPad Pro with various Yubikeys and many other devices).
Full debug details are in FB7428936.
Detected over-release of a CFTypeRef
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 CoreFoundation 0x00000001b02e42b0 0x1b0233000 + 725680
1 CoreFoundation 0x00000001b03bfc64 0x1b0233000 + 1625188
2 IOHIDLib 0x00000001d9ec9ae8 0x1d9ebc000 + 56040
3 IOHIDLib 0x00000001d9ec0638 0x1d9ebc000 + 17976
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jiewen Tan
*** This bug has been marked as a duplicate of bug 203830 ***
Jiewen Tan
(In reply to Jonathan Rudenberg from comment #0)
> Version: iOS 13.3 (17C5032d) / developer beta 1
>
> Safari crashes ~85% of the time when creating a new credential or
> authenticating with USB security keys (I tested over USB-C on iPad Pro with
> various Yubikeys and many other devices).
>
> Full debug details are in FB7428936.
>
>
> Detected over-release of a CFTypeRef
>
> Thread 0 name: Dispatch queue: com.apple.main-thread
> Thread 0 Crashed:
> 0 CoreFoundation 0x00000001b02e42b0 0x1b0233000 + 725680
> 1 CoreFoundation 0x00000001b03bfc64 0x1b0233000 +
> 1625188
> 2 IOHIDLib 0x00000001d9ec9ae8 0x1d9ebc000 + 56040
> 3 IOHIDLib 0x00000001d9ec0638 0x1d9ebc000 + 17976
Thanks for reporting the bug.