I have noticed quite a lot of crash reports related to CFNetwork on iOS 14. The exception type is SIGSEGV and is raised at HTTPProtocol::shouldAttemptOriginLoad.
I found there is similar issue on iOS 12 and the issue seems to be fixed on iOS 13. And our metrics also shows that we only have this crash on iOS 12 and iOS 14, not iOS 13.
Code Block 0 CFNetwork 0x00000001b96bbd10 HTTPProtocol::shouldAttemptOriginLoad() + 36 1 CFNetwork 0x00000001b96bb8cc HTTPProtocol::_protocolInterface_startLoad(_CFCachedURLResponse const*) + 388 2 CFNetwork 0x00000001b9718770 invocation function for block in URLConnectionLoader::_private_ScheduleOriginLoad(NSURLRequest const*, _CFCachedURLResponse const*) + 88 3 CFNetwork 0x00000001b97161bc invocation function for block in URLConnectionLoader::withExistingProtocolAsync(void (URLProtocol*) block_pointer) const + 32 4 CFNetwork 0x00000001b97e0e0c invocation function for block in QCoreSchedulingSet::performAsync(void () block_pointer) const + 52
I found there is similar issue on iOS 12 and the issue seems to be fixed on iOS 13. And our metrics also shows that we only have this crash on iOS 12 and iOS 14, not iOS 13.