Cool! Your guess is correct.A few days ago I closed the third-party crash reporter via a remote switch.Now I see a significant increase in such crashes in Xcode Organizer.Thread 22 name:
Thread 22 Crashed:
0 libobjc.A.dylib 0x00000001bd850140 objc_release + 16 (objc-object.h:174)
1 CFNetwork 0x00000001c0e0a63c URLResponse::~URLResponse() + 52 (AutoTypes.h:39)
2 libobjc.A.dylib 0x00000001bd8350e8 object_cxxDestructFromClass(objc_object*, objc_class*) + 112 (objc-class.mm:452)
3 libobjc.A.dylib 0x00000001bd847d7c objc_destructInstance + 88 (objc-class.mm:467)
4 libobjc.A.dylib 0x00000001bd84edb0 _objc_rootDealloc + 48 (objc-runtime-new.mm:7606)
5 CFNetwork 0x00000001c0d585f0 -[NSURLResponseInternal dealloc] + 40 (NSURLResponse.mm:63)
6 CFNetwork 0x00000001c0d57e48 -[NSURLResponse(NSURLResponsePrivate) dealloc] + 28 (NSURLResponse.mm:351)
7 CFNetwork 0x00000001c0d579e0 -[NSHTTPURLResponse dealloc] + 64 (NSURLResponse.mm:622)
8 CFNetwork 0x00000001c0e81230 HTTPProtocol::validateCachedResponseForLoad(_CFCachedURLResponse const*) + 1744 (HTTPProtocol.cpp:0)
9 CFNetwork 0x00000001c0e6b650 HTTPProtocol::_protocolInterface_isCachedResponseValidNonBlocking(_CFCachedURLResponse const*) + 12 (HTTPProtocol.cpp:1868)
10 CFNetwork 0x00000001c0ec1574 invocation function for block in URLConnectionLoader::continueWithCacheLookupResult(NSURLRequest*... + 52 (URLConnectionLoader.cpp:1640)
11 CFNetwork 0x00000001c0ebe7c0 invocation function for block in URLConnectionLoader::withExistingProtocolAsync(void (URLProtocol... + 32 (URLConnectionLoader.cpp:1124)
12 CFNetwork 0x00000001c0f6ac88 invocation function for block in QCoreSchedulingSet::performAsync(void () block_pointer) const + 52 (CoreSchedulingSet.mm:190)
13 libdispatch.dylib 0x00000001bd7da610 _dispatch_call_block_and_release + 24 (init.c:1408)
14 libdispatch.dylib 0x00000001bd7db184 _dispatch_client_callout + 16 (object.m:495)
15 libdispatch.dylib 0x00000001bd7b8710 _dispatch_lane_serial_drain$VARIANT$armv81 + 564 (inline_internal.h:2484)
16 libdispatch.dylib 0x00000001bd7b915c _dispatch_lane_invoke$VARIANT$armv81 + 452 (queue.c:3863)
17 libdispatch.dylib 0x00000001bd7ba27c _dispatch_workloop_invoke$VARIANT$armv81 + 1736 (inline_internal.h:2525)
18 libdispatch.dylib 0x00000001bd7c243c _dispatch_workloop_worker_thread + 576 (queue.c:6445)
19 libsystem_pthread.dylib 0x00000001bd82ab88 _pthread_wqthread + 276 (pthread.c:2351)
20 libsystem_pthread.dylib 0x00000001bd82d760 start_wqthread + 8https://gist.github.com/***7758258/e3d224a7ecff9a17119cfd2e37c89ff4Next I will check the network transport layer.Thank you.
Post
Replies
Boosts
Views
Activity
I will check the codes of third-party crash reporter.Thank you.