I logged this as rdar://26599310 but I also wanted to see if anyone else has seen something similar. I'm seeing a fem different vairations of this crash where the dispatch queue com.apple.CFNetwork.addPersistCacheToStorageDaemon is crashing due to some memory problem. I see SIGSEGVs and NSSecureCoding exceptions when this queue is creating instances of NSXPCConnections. From what I gathered, it might be a race condition when an item is being added to the cache or the cache is emptying during or shortly after a SSL handshake. While I'm still using RestKit (so AFnetworking underneath -> NSURLConnection), the only thing that I think might be out of the ordinary is that I also have a custom NSURLProtocol that handles mutual TLS authentication challenges.
Example:
Incident Identifier: 6A3D3C23-3C5E-4A4E-9793-C24BFB8B9492
CrashReporter Key: f53b85236e7bd2192f8e426c311e2ad7000f7e3c
Hardware Model: iPad4,1
Process: MyApp [1741]
Path: /private/var/mobile/Containers/Bundle/Application/9C4AD9FE-3A9E-4336-9BDF-FAD81CAC744D/MyApp.app/MyApp
Identifier: com.mycompany.myapp
Version: 4.2 (4.2)
Code Type: ARM-64 (Native)
Parent Process: launchd [1]
Date/Time:
2016-05-20 14:03:55.55 -0500
Launch Time:
2016-05-20 14:01:29.29 -0500
OS Version:
iOS 9.1 (13B143)
Report Version:
105
Exception Type: EXC_CRASH (SIGSEGV)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 0
Filtered syslog:
None found
Global Trace Buffer (reverse chronological seconds):
4.449833 AppleJPEG 0x000000018a4d9004 [0x12fa46000] Decoding completed without errors
4.449956 AppleJPEG 0x000000018a4d719c [0x12fa46000] Options: 48x64 [FFFFFFFF,FFFFFFFF] 00025060
4.449956 AppleJPEG 0x000000018a4d7054 [0x12fa46000] Decoding: C0 0x00300040 0x0000304A 0x22111100 0x00000000 2100
4.457737 AppleJPEG 0x000000018a4d6348 [0x12fa46000] Created session
4.491343 CFNetwork 0x000000018290da18 TCP Conn 0x1313242e0 SSL Handshake DONE
4.518652 CFNetwork 0x000000018290d928 TCP Conn 0x1313242e0 starting SSL negotiation
4.519018 CFNetwork 0x00000001829afa30 TCP Conn 0x1313242e0 complete. fd: 21, err: 0
4.519477 CFNetwork 0x00000001829b0f5c TCP Conn 0x1313242e0 event 1. err: 0
4.532374 CFNetwork 0x00000001829b1034 TCP Conn 0x1313242e0 started
6.785654 CFNetwork 0x000000018290da18 TCP Conn 0x131109530 SSL Handshake DONE
6.786804 CFNetwork 0x000000018290da18 TCP Conn 0x131236270 SSL Handshake DONE
6.799260 CFNetwork 0x000000018290d928 TCP Conn 0x131109530 starting SSL negotiation
6.799762 CFNetwork 0x000000018290d928 TCP Conn 0x131236270 starting SSL negotiation
6.799858 CFNetwork 0x00000001829afa30 TCP Conn 0x131109530 complete. fd: 15, err: 0
6.800533 CFNetwork 0x00000001829afa30 TCP Conn 0x131236270 complete. fd: 16, err: 0
6.800803 CFNetwork 0x00000001829b0f5c TCP Conn 0x131109530 event 1. err: 0
6.801410 CFNetwork 0x00000001829b0f5c TCP Conn 0x131236270 event 1. err: 0
6.814756 CFNetwork 0x00000001829b1034 TCP Conn 0x131236270 started
6.814900 CFNetwork 0x00000001829b1034 TCP Conn 0x131109530 started
119.099618 CFNetwork 0x000000018290da18 TCP Conn 0x130be18f0 SSL Handshake DONE
119.198016 CFNetwork 0x000000018290d928 TCP Conn 0x130be18f0 starting SSL negotiation
119.198400 CFNetwork 0x00000001829afa30 TCP Conn 0x130be18f0 complete. fd: 34, err: 0
119.199925 CFNetwork 0x00000001829b0f5c TCP Conn 0x130be18f0 event 1. err: 0
119.228514 CFNetwork 0x00000001829b1034 TCP Conn 0x130be18f0 started
119.262970 CFNetwork 0x000000018290da18 TCP Conn 0x130c45650 SSL Handshake DONE
119.269396 CFNetwork 0x000000018290da18 TCP Conn 0x130c4a780 SSL Handshake DONE
119.285508 CFNetwork 0x000000018290da18 TCP Conn 0x130c4b2d0 SSL Handshake DONE
119.560258 CFNetwork 0x000000018290d928 TCP Conn 0x130c4a780 starting SSL negotiation
119.560513 CFNetwork 0x00000001829afa30 TCP Conn 0x130c4a780 complete. fd: 29, err: 0
119.561818 CFNetwork 0x00000001829b0f5c TCP Conn 0x130c4a780 event 1. err: 0
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x00000001986a0a40 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001986a08bc mach_msg + 72
2 CoreFoundation 0x00000001831c4108 __CFRunLoopServiceMachPort + 196
3 CoreFoundation 0x00000001831c1e0c __CFRunLoopRun + 1032
4 CoreFoundation 0x00000001830f0ca0 CFRunLoopRunSpecific + 384
5 GraphicsServices 0x000000018e158088 GSEventRunModal + 180
6 UIKit 0x0000000188808ffc UIApplicationMain + 204
7 MyApp 0x00000001000b9834 main (main.m:16)
8 libdyld.dylib 0x000000019859e8b8 start + 4
Thread 1 name: Dispatch queue: com.apple.libdispatch-manager
Thread 1:
0 libsystem_kernel.dylib 0x00000001986bc4fc kevent_qos + 8
1 libdispatch.dylib 0x0000000198580a04 _dispatch_mgr_invoke + 232
2 libdispatch.dylib 0x000000019856f874 _dispatch_source_invoke + 0
Thread 2 name: WebThread
Thread 2:
0 libsystem_kernel.dylib 0x00000001986a0a40 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001986a08bc mach_msg + 72
2 CoreFoundation 0x00000001831c4108 __CFRunLoopServiceMachPort + 196
3 CoreFoundation 0x00000001831c1e0c __CFRunLoopRun + 1032
4 CoreFoundation 0x00000001830f0ca0 CFRunLoopRunSpecific + 384
5 WebCore 0x0000000194f4654c RunWebThread(void*) + 456
6 libsystem_pthread.dylib 0x000000019878fb28 _pthread_body + 156
7 libsystem_pthread.dylib 0x000000019878fa8c _pthread_body + 0
8 libsystem_pthread.dylib 0x000000019878d028 thread_start + 4
Thread 3 name: com.apple.NSURLConnectionLoader
Thread 3:
0 libsystem_kernel.dylib 0x00000001986a0a40 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001986a08bc mach_msg + 72
2 CoreFoundation 0x00000001831c4108 __CFRunLoopServiceMachPort + 196
3 CoreFoundation 0x00000001831c1e0c __CFRunLoopRun + 1032
4 CoreFoundation 0x00000001830f0ca0 CFRunLoopRunSpecific + 384
5 CFNetwork 0x0000000182989b84 +[NSURLConnection(Loader) _resourceLoadLoop:] + 412
6 Foundation 0x000000018414fc80 __NSThread__start__ + 1000
7 libsystem_pthread.dylib 0x000000019878fb28 _pthread_body + 156
8 libsystem_pthread.dylib 0x000000019878fa8c _pthread_body + 0
9 libsystem_pthread.dylib 0x000000019878d028 thread_start + 4
Thread 4 name: com.apple.CFSocket.private
Thread 4:
0 libsystem_kernel.dylib 0x00000001986bb368 __select + 8
1 CoreFoundation 0x00000001831ca670 __CFSocketManager + 648
2 libsystem_pthread.dylib 0x000000019878fb28 _pthread_body + 156
3 libsystem_pthread.dylib 0x000000019878fa8c _pthread_body + 0
4 libsystem_pthread.dylib 0x000000019878d028 thread_start + 4
Thread 5 name: JavaScriptCore::Marking
Thread 5:
0 libsystem_kernel.dylib 0x00000001986baf48 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x000000019878ece8 _pthread_cond_wait + 648
2 libc++.1.dylib 0x0000000197398074 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 56
3 JavaScriptCore 0x0000000184b6cad8 JSC::GCThread::waitForNextPhase() + 144
4 JavaScriptCore 0x0000000184b6cb70 JSC::GCThread::gcThreadMain() + 84
5 JavaScriptCore 0x0000000184842824 ***::threadEntryPoint(void*) + 212
6 JavaScriptCore 0x0000000184842734 ***::wtfThreadEntryPoint(void*) + 24
7 libsystem_pthread.dylib 0x000000019878fb28 _pthread_body + 156
8 libsystem_pthread.dylib 0x000000019878fa8c _pthread_body + 0
9 libsystem_pthread.dylib 0x000000019878d028 thread_start + 4
Thread 6 name: AVAudioSession Notify Thread
Thread 6:
0 libsystem_kernel.dylib 0x00000001986a0a40 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001986a08bc mach_msg + 72
2 CoreFoundation 0x00000001831c4108 __CFRunLoopServiceMachPort + 196
3 CoreFoundation 0x00000001831c1e0c __CFRunLoopRun + 1032
4 CoreFoundation 0x00000001830f0ca0 CFRunLoopRunSpecific + 384
5 libAVFAudio.dylib 0x0000000181859810 GenericRunLoopThread::Entry(void*) + 164
6 libAVFAudio.dylib 0x000000018182e384 CAPThread::Entry(CAPThread*) + 84
7 libsystem_pthread.dylib 0x000000019878fb28 _pthread_body + 156
8 libsystem_pthread.dylib 0x000000019878fa8c _pthread_body + 0
9 libsystem_pthread.dylib 0x000000019878d028 thread_start + 4
Thread 7 name: com.apple.coremedia.player.async
Thread 7:
0 libsystem_kernel.dylib 0x00000001986a0a7c semaphore_wait_trap + 8
1 libdispatch.dylib 0x000000019857e614 _dispatch_semaphore_wait_slow + 244
2 MediaToolbox 0x0000000185a24aa4 fpa_AsyncMovieControlThread + 1948
3 CoreMedia 0x0000000183a76a70 figThreadMain + 272
4 libsystem_pthread.dylib 0x000000019878fb28 _pthread_body + 156
5 libsystem_pthread.dylib 0x000000019878fa8c _pthread_body + 0
6 libsystem_pthread.dylib 0x000000019878d028 thread_start + 4
Thread 8 name: WebCore: CFNetwork Loader
Thread 8:
0 libsystem_kernel.dylib 0x00000001986a0a40 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001986a08bc mach_msg + 72
2 CoreFoundation 0x00000001831c4108 __CFRunLoopServiceMachPort + 196
3 CoreFoundation 0x00000001831c1e0c __CFRunLoopRun + 1032
4 CoreFoundation 0x00000001830f0ca0 CFRunLoopRunSpecific + 384
5 WebCore 0x0000000194f73e7c WebCore::runLoaderThread(void*) + 272
6 JavaScriptCore 0x0000000184842824 ***::threadEntryPoint(void*) + 212
7 JavaScriptCore 0x0000000184842734 ***::wtfThreadEntryPoint(void*) + 24
8 libsystem_pthread.dylib 0x000000019878fb28 _pthread_body + 156
9 libsystem_pthread.dylib 0x000000019878fa8c _pthread_body + 0
10 libsystem_pthread.dylib 0x000000019878d028 thread_start + 4
Thread 9 name: AFNetworking
Thread 9:
0 libsystem_kernel.dylib 0x00000001986a0a40 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001986a08bc mach_msg + 72
2 CoreFoundation 0x00000001831c4108 __CFRunLoopServiceMachPort + 196
3 CoreFoundation 0x00000001831c1e0c __CFRunLoopRun + 1032
4 CoreFoundation 0x00000001830f0ca0 CFRunLoopRunSpecific + 384
5 Foundation 0x00000001840692bc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 308
6 Foundation 0x00000001840be8f4 -[NSRunLoop(NSRunLoop) run] + 88
7 MyApp 0x00000001008a96ec +[AFURLConnectionOperation networkRequestThreadEntryPoint:] (AFURLConnectionOperation.m:190)
8 Foundation 0x000000018414fc80 __NSThread__start__ + 1000
9 libsystem_pthread.dylib 0x000000019878fb28 _pthread_body + 156
10 libsystem_pthread.dylib 0x000000019878fa8c _pthread_body + 0
11 libsystem_pthread.dylib 0x000000019878d028 thread_start + 4
Thread 10 name: com.apple.coreaudio.AQClient
Thread 10:
0 libsystem_kernel.dylib 0x00000001986a0a40 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x00000001986a08bc mach_msg + 72
2 CoreFoundation 0x00000001831c4108 __CFRunLoopServiceMachPort + 196
3 CoreFoundation 0x00000001831c1e0c __CFRunLoopRun + 1032
4 CoreFoundation 0x00000001830f0ca0 CFRunLoopRunSpecific + 384
5 AudioToolbox 0x00000001823ce808 GenericRunLoopThread::Entry(void*) + 164
6 AudioToolbox 0x00000001823c0ba4 CAPThread::Entry(CAPThread*) + 124
7 libsystem_pthread.dylib 0x000000019878fb28 _pthread_body + 156
8 libsystem_pthread.dylib 0x000000019878fa8c _pthread_body + 0
9 libsystem_pthread.dylib 0x000000019878d028 thread_start + 4
Thread 11:
0 libsystem_kernel.dylib 0x00000001986baf48 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x000000019878ece8 _pthread_cond_wait + 648
2 MyApp 0x000000010054a618 0x1000b4000 + 4810264
3 MyApp 0x00000001006f3a70 0x1000b4000 + 6552176
4 MyApp 0x00000001005e6058 0x1000b4000 + 5447768
5 MyApp 0x00000001005e62ac 0x1000b4000 + 5448364
6 MyApp 0x00000001004d3ccc 0x1000b4000 + 4324556
7 MyApp 0x000000010054a660 0x1000b4000 + 4810336
8 Foundation 0x000000018414fc80 __NSThread__start__ + 1000
9 libsystem_pthread.dylib 0x000000019878fb28 _pthread_body + 156
10 libsystem_pthread.dylib 0x000000019878fa8c _pthread_body + 0
11 libsystem_pthread.dylib 0x000000019878d028 thread_start + 4
Thread 12:
0 libsystem_kernel.dylib 0x00000001986baf48 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x000000019878ece8 _pthread_cond_wait + 648
2 MyApp 0x000000010054a618 0x1000b4000 + 4810264
3 MyApp 0x00000001006f3a70 0x1000b4000 + 6552176
4 MyApp 0x00000001005e6058 0x1000b4000 + 5447768
5 MyApp 0x00000001004d2070 0x1000b4000 + 4317296
6 MyApp 0x00000001005e55f4 0x1000b4000 + 5445108
7 MyApp 0x000000010064532c 0x1000b4000 + 5837612
8 MyApp 0x000000010054a660 0x1000b4000 + 4810336
9 Foundation 0x000000018414fc80 __NSThread__start__ + 1000
10 libsystem_pthread.dylib 0x000000019878fb28 _pthread_body + 156
11 libsystem_pthread.dylib 0x000000019878fa8c _pthread_body + 0
12 libsystem_pthread.dylib 0x000000019878d028 thread_start + 4
Thread 13:
0 libsystem_kernel.dylib 0x00000001986baf48 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x000000019878ece8 _pthread_cond_wait + 648
2 MyApp 0x000000010054a618 0x1000b4000 + 4810264
3 MyApp 0x000000010070d190 0x1000b4000 + 6656400
4 MyApp 0x0000000100709acc 0x1000b4000 + 6642380
5 MyApp 0x000000010069c800 0x1000b4000 + 6195200
6 MyApp 0x0000000100510dc8 0x1000b4000 + 4574664
7 MyApp 0x000000010054a660 0x1000b4000 + 4810336
8 Foundation 0x000000018414fc80 __NSThread__start__ + 1000
9 libsystem_pthread.dylib 0x000000019878fb28 _pthread_body + 156
10 libsystem_pthread.dylib 0x000000019878fa8c _pthread_body + 0
11 libsystem_pthread.dylib 0x000000019878d028 thread_start + 4
Thread 14:
0 libsystem_kernel.dylib 0x00000001986bbb6c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x000000019878d530 _pthread_wqthread + 1284
2 libsystem_pthread.dylib 0x000000019878d020 start_wqthread + 4
Thread 15:
0 libsystem_kernel.dylib 0x00000001986bbb6c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x000000019878d530 _pthread_wqthread + 1284
2 libsystem_pthread.dylib 0x000000019878d020 start_wqthread + 4
Thread 16:
0 libsystem_kernel.dylib 0x00000001986bbb6c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x000000019878d530 _pthread_wqthread + 1284
2 libsystem_pthread.dylib 0x000000019878d020 start_wqthread + 4
Thread 17:
0 libsystem_kernel.dylib 0x00000001986bbb6c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x000000019878d530 _pthread_wqthread + 1284
2 libsystem_pthread.dylib 0x000000019878d020 start_wqthread + 4
Thread 18:
0 libsystem_kernel.dylib 0x00000001986bbb6c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x000000019878d530 _pthread_wqthread + 1284
2 libsystem_pthread.dylib 0x000000019878d020 start_wqthread + 4
Thread 19:
0 libsystem_kernel.dylib 0x00000001986bbb6c __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x000000019878d530 _pthread_wqthread + 1284
2 libsystem_pthread.dylib 0x000000019878d020 start_wqthread + 4
Thread 20 name: Dispatch queue: com.apple.CFNetwork.addPersistCacheToStorageDaemon
Thread 20:
0 libsystem_platform.dylib 0x0000000198786220 _platform_memmove + 48
1 Foundation 0x00000001840c2138 NSCopyMemoryPages + 72
2 Foundation 0x000000018409dae8 -[NSData(NSData) getBytes:length:] + 132
3 Foundation 0x00000001840c8db4 -[NSData(NSData) replacementObjectForCoder:] + 140
4 Foundation 0x000000018406148c -[NSXPCEncoder _replaceObject:] + 116
5 Foundation 0x00000001840cb5e4 -[NSXPCEncoder _encodeArrayOfObjects:forKey:] + 228
6 Foundation 0x00000001840c8544 -[NSDictionary(NSDictionary) encodeWithCoder:] + 936
7 Foundation 0x0000000184061e30 -[NSXPCEncoder _encodeObject:] + 684
8 Foundation 0x0000000184062318 encodeInvocationArguments + 320
9 Foundation 0x0000000184061fd8 -[NSXPCEncoder encodeInvocation:] + 368
10 Foundation 0x0000000184061e30 -[NSXPCEncoder _encodeObject:] + 684
11 Foundation 0x0000000184237198 -[NSXPCConnection _sendInvocation:withProxy:remoteInterface:withErrorHandler:timeout:userInfo:] + 2328
12 CoreFoundation 0x0000000183210a30 ___forwarding___ + 408
13 CoreFoundation 0x0000000183114cac _CF_forwarding_prep_0 + 92
14 CFNetwork 0x000000018295db78 ___ZN12__CFURLCache23CreateAndStoreCacheNodeEP16__CFURLCacheNodePK20_CFCachedURLResponsePK10__CFStringPK13_CFURLRequestPKvbRb_block_invoke + 1964
15 libdispatch.dylib 0x000000019856d6e8 _dispatch_call_block_and_release + 24
16 libdispatch.dylib 0x000000019856d6a8 _dispatch_client_callout + 16
17 libdispatch.dylib 0x00000001985796ec _dispatch_queue_drain + 864
18 libdispatch.dylib 0x00000001985711ac _dispatch_queue_invoke + 464
19 libdispatch.dylib 0x000000019857b5bc _dispatch_root_queue_drain + 728
20 libdispatch.dylib 0x000000019857b2dc _dispatch_worker_thread3 + 112
21 libsystem_pthread.dylib 0x000000019878d470 _pthread_wqthread + 1092
22 libsystem_pthread.dylib 0x000000019878d020 start_wqthread + 4
Thread 21:
0 libsystem_kernel.dylib 0x00000001986baf48 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x000000019878ece8 _pthread_cond_wait + 648
2 libc++.1.dylib 0x0000000197398124 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 140
3 JavaScriptCore 0x0000000184dc0068 std::__1::cv_status std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 136
4 JavaScriptCore 0x0000000184dbff2c std::__1::cv_status std::__1::condition_variable_any::wait_until<std::__1::unique_lock<bmalloc::Mutex>, std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(std::__1::unique_lock<bmalloc::Mutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 124
5 JavaScriptCore 0x0000000184dbfe68 bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::entryPoint() + 192
6 JavaScriptCore 0x0000000184dbfd9c bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::pthreadEntryPoint(void*) + 12
7 libsystem_pthread.dylib 0x000000019878fb28 _pthread_body + 156
8 libsystem_pthread.dylib 0x000000019878fa8c _pthread_body + 0
9 libsystem_pthread.dylib 0x000000019878d028 thread_start + 4
Thread 22 name: WebCore: LocalStorage
Thread 22:
0 libsystem_kernel.dylib 0x00000001986baf48 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x000000019878ece8 _pthread_cond_wait + 648
2 JavaScriptCore 0x0000000184845d90 ***::ThreadCondition::timedWait(***::Mutex&, double) + 80
3 WebKitLegacy 0x0000000195f4f07c std::__1::unique_ptr<std::__1::function<void ()>, std::__1::default_delete<std::__1::function<void ()> > > ***::MessageQueue<std::__1::function<void ()> >::waitForMessageFilteredWithTimeout<***::MessageQueue<std::__1::function<void ()> >::waitForMessage()::'lambda'(std::__1::function<void ()> const&)>(***::MessageQueueWaitResult&, ***::MessageQueue<std::__1::function<void ()> >::waitForMessage()::'lambda'(std::__1::function<void ()> const&)&&, double) + 88
4 WebKitLegacy 0x0000000195f4e5e4 WebCore::StorageThread::threadEntryPoint() + 68
5 JavaScriptCore 0x0000000184842824 ***::threadEntryPoint(void*) + 212
6 JavaScriptCore 0x0000000184842734 ***::wtfThreadEntryPoint(void*) + 24
7 libsystem_pthread.dylib 0x000000019878fb28 _pthread_body + 156
8 libsystem_pthread.dylib 0x000000019878fa8c _pthread_body + 0
9 libsystem_pthread.dylib 0x000000019878d028 thread_start + 4
Thread 0 crashed with ARM Thread State (64-bit):
x0: 0x0000000010004005 x1: 0x0000000007000806 x2: 0x0000000000000000 x3: 0x0000000000000c00
x4: 0x0000000000001b03 x5: 0x00000000ffffffff x6: 0x0000000000000000 x7: 0x000000016fd49370
x8: 0x00000000fffffbbf x9: 0x0000000007000000 x10: 0x0000000007000100 x11: 0x0000000000067e9f
x12: 0x0000000000000001 x13: 0x0036b1000036b203 x14: 0x0000000000000000 x15: 0x0036b2000036b200
x16: 0xffffffffffffffe1 x17: 0x0000000000000000 x18: 0x0000000000000000 x19: 0x0000000000000000
x20: 0x00000000ffffffff x21: 0x0000000000001b03 x22: 0x0000000000000c00 x23: 0x000000016fd4ad38
x24: 0x0000000007000806 x25: 0x0000000000000000 x26: 0x0000000007000806 x27: 0x0000000000000c00
x28: 0x0000000000000001 fp: 0x000000016fd4ac40 lr: 0x00000001986a08bc
sp: 0x000000016fd4abf0 pc: 0x00000001986a0a40 cpsr: 0x60000000