Bug 204034 - [WebAuthN] Crash when interacting with USB devices
Summary: [WebAuthN] Crash when interacting with USB devices
Status: RESOLVED DUPLICATE of bug 203830
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad iOS 13
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 181943
  Show dependency treegraph
 
Reported: 2019-11-08 17:20 PST by Jonathan Rudenberg
Modified: 2019-11-08 17:26 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Rudenberg 2019-11-08 17:20:39 PST
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
Comment 1 Jiewen Tan 2019-11-08 17:25:47 PST

*** This bug has been marked as a duplicate of bug 203830 ***
Comment 2 Jiewen Tan 2019-11-08 17:26:17 PST
(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.