Here you go. I suspect this is first time initialisation of NSMutableAttributedString which is very slow which blocks the Main Thread.
#0. Crashed: com.twitter.crashlytics.ios.exception
0 My App 0x1038c23a0 CLSProcessRecordAllThreads (CLSProcess.c:376)
1 My App 0x1038c2788 CLSProcessRecordAllThreads (CLSProcess.c:407)
2 My App 0x1038b189c CLSHandler (CLSHandler.m:26)
3 My App 0x1038c07c0 __CLSExceptionRecord_block_invoke (CLSException.mm:199)
4 libdispatch.dylib 0x22a9957d4 _dispatch_client_callout + 16
5 libdispatch.dylib 0x22a9765fc _dispatch_lane_barrier_sync_invoke_and_complete + 56
6 My App 0x1038c025c CLSExceptionRecord (CLSException.mm:206)
7 My App 0x1038c0090 CLSExceptionRecordNSException (CLSException.mm:102)
8 My App 0x1038bfcac CLSTerminateHandler() (CLSException.mm:259)
9 libc++abi.dylib 0x22a124838 std::__terminate(void (*)()) + 16
10 libc++abi.dylib 0x22a1248c4 std::terminate() + 84
11 libdispatch.dylib 0x22a9957e8 _dispatch_client_callout + 36
12 libdispatch.dylib 0x22a9759e4 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 1008
13 CoreFoundation 0x22aee5ec0 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
14 CoreFoundation 0x22aee0df8 __CFRunLoopRun + 1924
15 CoreFoundation 0x22aee0354 CFRunLoopRunSpecific + 436
16 GraphicsServices 0x22d0e079c GSEventRunModal + 104
17 UIKitCore 0x2574cbb68 UIApplicationMain + 212
18 My App 0x1026ae900 main (UnusableCardCell.swift:21)
19 libdyld.dylib 0x22a9a68e0 start + 4
--
Fatal Exception: NSInternalInconsistencyException
0 CoreFoundation 0x22af54518 __exceptionPreprocess
1 libobjc.A.dylib 0x22a12f9f8 objc_exception_throw
2 CoreFoundation 0x22ae6e148 +[_CFXNotificationTokenRegistration keyCallbacks]
3 Foundation 0x22b97df5c -[NSAssertionHandler handleFailureInFunction:file:lineNumber:description:]
4 UIKitCore 0x2574c59b0 _prepareForCAFlush
5 UIKitCore 0x2574f2674 _beforeCACommitHandler
6 CoreFoundation 0x22aee589c __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__
7 CoreFoundation 0x22aee05c4 __CFRunLoopDoObservers
8 CoreFoundation 0x22aee0b40 __CFRunLoopRun
9 CoreFoundation 0x22aee0354 CFRunLoopRunSpecific
10 UIFoundation 0x235547c78 -[NSHTMLReader _loadUsingWebKit]
11 UIFoundation 0x23554abfc -[NSHTMLReader attributedString]
12 UIFoundation 0x235596b88 _NSReadAttributedStringFromURLOrData
13 UIFoundation 0x23554ab38 -[NSAttributedString(NSAttributedStringUIFoundationAdditions) initWithData:options:documentAttributes:error:]
14 My App 0x1034cb140 @nonobjc NSMutableAttributedString.init(data:options:documentAttributes:) (<compiler-generated>)
15 My App 0x1034c6054 NSMutableAttributedString.__allocating_init(data:options:documentAttributes:) (HtmlHelper.swift)
16 My App 0x1034c623c String.convertHTMLtag(defaultFont:boldFont:) (HtmlHelper.swift:132)
17 My App 0x1034c7a24 static HtmlHelper.parseStringAndElements(from:) (HtmlHelper.swift:84)
18 My App 0x1033b5be4 HTMLTextView.updateContents() (HTMLTextView.swift:46)
19 My App 0x1033b51f8 HTMLTextView.htmlContent.didset (HTMLTextView.swift:28)
20 My App 0x1033b53ac HTMLTextView.htmlContent.setter (HTMLTextView.swift)
21 My App 0x1028756b8 AlertBarTableViewCell.importData(_:withStyle:) (AlertBarTableViewCell.swift:31)
22 My App 0x102d94c90 FooterAlertBarTableViewCell.importData(_:withStyle:) (FooterAlertBarTableViewCell.swift:27)
23 My App 0x1034ce9f8 AlertBarView.tableView(_:cellForRowAt:) (AlertBarView.swift:108)
24 My App 0x1034cf044 @objc AlertBarView.tableView(_:cellForRowAt:) (<compiler-generated>)
25 UIKitCore 0x2576e6a38 -[UITableView _createPreparedCellForGlobalRow:withIndexPath:willDisplay:]
26 UIKitCore 0x2576e6f38 -[UITableView _createPreparedCellForGlobalRow:willDisplay:]
27 UIKitCore 0x2576b3740 -[UITableView _updateVisibleCellsNow:isRecursive:]
28 UIKitCore 0x2576d0a60 -[UITableView layoutSubviews]
29 UIKitCore 0x257953e54 -[UIView(CALayerDelegate) layoutSublayersOfLayer:]
30 QuartzCore 0x22f3e21f0 -[CALayer layoutSublayers]
31 QuartzCore 0x22f3e7198 CA::Layer::layout_if_needed(CA::Transaction*)
32 QuartzCore 0x22f34a0a8 CA::Context::commit_transaction(CA::Transaction*)
33 QuartzCore 0x22f378108 CA::Transaction::commit()
34 UIKitCore 0x2574d6e80 __83-[UIApplication _createSnapshotContextForScene:withName:performLayoutWithSettings:]_block_invoke_4
35 UIKitCore 0x2574d6140 -[UIApplication _performWithUICACommitStateSnapshotting:]
36 UIKitCore 0x2574d6d88 __83-[UIApplication _createSnapshotContextForScene:withName:performLayoutWithSettings:]_block_invoke_2
37 UIKitCore 0x2579465d4 +[UIView(Animation) performWithoutAnimation:]
38 UIKitCore 0x2574d6b2c __83-[UIApplication _createSnapshotContextForScene:withName:performLayoutWithSettings:]_block_invoke
39 UIKitCore 0x256d96318 -[_UICanvas _performActions:withOverrideSettings:]
40 UIKitCore 0x2574d6a3c -[UIApplication _createSnapshotContextForScene:withName:performLayoutWithSettings:]
41 UIKitCore 0x2574d86c0 __39-[UIApplication _saveSnapshotWithName:]_block_invoke
42 UIKitCore 0x2574d7778 -[UIApplication _beginSnapshotSessionForScene:withSnapshotBlock:]
43 UIKitCore 0x2574d8620 -[UIApplication _saveSnapshotWithName:]
44 UIKitCore 0x2574e2ff0 __125-[UIApplication _updateStateRestorationArchiveForBackgroundEvent:saveState:exitIfCouldNotRestoreState:updateSnapshot:canvas:]_block_invoke_2
45 libdispatch.dylib 0x22a994a38 _dispatch_call_block_and_release
46 libdispatch.dylib 0x22a9957d4 _dispatch_client_callout
47 libdispatch.dylib 0x22a9759e4 _dispatch_main_queue_callback_4CF$VARIANT$armv81
48 CoreFoundation 0x22aee5ec0 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
49 CoreFoundation 0x22aee0df8 __CFRunLoopRun
50 CoreFoundation 0x22aee0354 CFRunLoopRunSpecific
51 GraphicsServices 0x22d0e079c GSEventRunModal
52 UIKitCore 0x2574cbb68 UIApplicationMain
53 My App 0x1026ae900 main (UnusableCardCell.swift:21)
54 libdyld.dylib 0x22a9a68e0 start
#0. Crashed: com.twitter.crashlytics.ios.exception
0 My App 0x1038c23a0 CLSProcessRecordAllThreads (CLSProcess.c:376)
1 My App 0x1038c2788 CLSProcessRecordAllThreads (CLSProcess.c:407)
2 My App 0x1038b189c CLSHandler (CLSHandler.m:26)
3 My App 0x1038c07c0 __CLSExceptionRecord_block_invoke (CLSException.mm:199)
4 libdispatch.dylib 0x22a9957d4 _dispatch_client_callout + 16
5 libdispatch.dylib 0x22a9765fc _dispatch_lane_barrier_sync_invoke_and_complete + 56
6 My App 0x1038c025c CLSExceptionRecord (CLSException.mm:206)
7 My App 0x1038c0090 CLSExceptionRecordNSException (CLSException.mm:102)
8 My App 0x1038bfcac CLSTerminateHandler() (CLSException.mm:259)
9 libc++abi.dylib 0x22a124838 std::__terminate(void (*)()) + 16
10 libc++abi.dylib 0x22a1248c4 std::terminate() + 84
11 libdispatch.dylib 0x22a9957e8 _dispatch_client_callout + 36
12 libdispatch.dylib 0x22a9759e4 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 1008
13 CoreFoundation 0x22aee5ec0 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
14 CoreFoundation 0x22aee0df8 __CFRunLoopRun + 1924
15 CoreFoundation 0x22aee0354 CFRunLoopRunSpecific + 436
16 GraphicsServices 0x22d0e079c GSEventRunModal + 104
17 UIKitCore 0x2574cbb68 UIApplicationMain + 212
18 My App 0x1026ae900 main (UnusableCardCell.swift:21)
19 libdyld.dylib 0x22a9a68e0 start + 4
#1. Thread
0 libsystem_kernel.dylib 0x22aaf2b74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x22ab751f8 _pthread_wqthread + 532
2 libsystem_pthread.dylib 0x22ab77cd4 start_wqthread + 4
#2. com.apple.uikit.eventfetch-thread
0 libsystem_kernel.dylib 0x22aae70f4 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x22aae65a0 mach_msg + 72
2 CoreFoundation 0x22aee5cb4 __CFRunLoopServiceMachPort + 236
3 CoreFoundation 0x22aee0bc4 __CFRunLoopRun + 1360
4 CoreFoundation 0x22aee0354 CFRunLoopRunSpecific + 436
5 Foundation 0x22b8adfcc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300
6 Foundation 0x22b8ade5c -[NSRunLoop(NSRunLoop) runUntilDate:] + 96
7 UIKitCore 0x2575b1540 -[UIEventFetcher threadMain] + 136
8 Foundation 0x22b9da6e4 __NSThread__start__ + 984
9 libsystem_pthread.dylib 0x22ab742c0 _pthread_body + 128
10 libsystem_pthread.dylib 0x22ab74220 _pthread_start + 44
11 libsystem_pthread.dylib 0x22ab77cdc thread_start + 4
#3. Thread
0 libsystem_kernel.dylib 0x22aaf2b74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x22ab751f8 _pthread_wqthread + 532
2 libsystem_pthread.dylib 0x22ab77cd4 start_wqthread + 4
#4. Thread
0 libsystem_kernel.dylib 0x22aaf2b74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x22ab75138 _pthread_wqthread + 340
2 libsystem_pthread.dylib 0x22ab77cd4 start_wqthread + 4
#5. com.twitter.crashlytics.ios.MachExceptionServer
0 libsystem_kernel.dylib 0x22aae70f4 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x22aae65a0 mach_msg + 72
2 My App 0x1038ac520 CLSMachExceptionServer (CLSMachException.c:180)
3 libsystem_pthread.dylib 0x22ab742c0 _pthread_body + 128
4 libsystem_pthread.dylib 0x22ab74220 _pthread_start + 44
5 libsystem_pthread.dylib 0x22ab77cdc thread_start + 4
#6. Thread
0 libsystem_pthread.dylib 0x22ab77cd0 start_wqthread + 190
#7. com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x22aae70f4 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x22aae65a0 mach_msg + 72
2 CoreFoundation 0x22aee5cb4 __CFRunLoopServiceMachPort + 236
3 CoreFoundation 0x22aee0bc4 __CFRunLoopRun + 1360
4 CoreFoundation 0x22aee0354 CFRunLoopRunSpecific + 436
5 CFNetwork 0x22b4f974c -[__CoreSchedulingSetRunnable runForever] + 216
6 Foundation 0x22b9da6e4 __NSThread__start__ + 984
7 libsystem_pthread.dylib 0x22ab742c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x22ab74220 _pthread_start + 44
9 libsystem_pthread.dylib 0x22ab77cdc thread_start + 4
#8. JavaScriptCore bmalloc scavenger
0 libsystem_kernel.dylib 0x22aaf1ee4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x22ab714a4 _pthread_cond_wait$VARIANT$armv81 + 628
2 libc++.1.dylib 0x22a0c9090 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3 JavaScriptCore 0x2320b6238 void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 108
4 JavaScriptCore 0x2320ba22c bmalloc::Scavenger::threadRunLoop() + 176
5 JavaScriptCore 0x2320b99a4 bmalloc::Scavenger::Scavenger(std::__1::lock_guard<bmalloc::Mutex>&) + 10
6 JavaScriptCore 0x2320bb3e4 std::__1::__thread_specific_ptr<std::__1::__thread_struct>::set_pointer(std::__1::__thread_struct*) + 38
7 libsystem_pthread.dylib 0x22ab742c0 _pthread_body + 128
8 libsystem_pthread.dylib 0x22ab74220 _pthread_start + 44
9 libsystem_pthread.dylib 0x22ab77cdc thread_start + 4
#9. WebThread
0 libsystem_kernel.dylib 0x22aaf1ee4 __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x22ab714a4 _pthread_cond_wait$VARIANT$armv81 + 628
2 JavaScriptCore 0x23207cce4 ***::ThreadCondition::timedWait(***::Mutex&, ***::WallTime) + 80
3 JavaScriptCore 0x23206396c ***::ParkingLot::parkConditionallyImpl(void const*, ***::ScopedLambda<bool ()> const&, ***::ScopedLambda<void ()> const&, ***::TimeWithDynamicClockType const&) + 2004
4 JavaScriptCore 0x232053c0c ***::LockAlgorithm<unsigned char, (unsigned char)1, (unsigned char)2, ***::EmptyLockHooks<unsigned char> >::lockSlow(***::Atomic<unsigned char>&) + 232
5 WebCore 0x233b37b28 _WebThreadLock() + 264
6 WebCore 0x233b382b4 SendDelegateMessage(NSInvocation*) + 852
7 CoreFoundation 0x22af59a5c ___forwarding___ + 636
8 CoreFoundation 0x22af5b9fc _CF_forwarding_prep_0 + 92
9 WebKitLegacy 0x2351fa658 WebFrameLoaderClient::dispatchDidReachLayoutMilestone(***::OptionSet<WebCore::LayoutMilestone>) + 160
10 WebCore 0x2348c4354 WebCore::FrameView::fireLayoutRelatedMilestonesIfNeeded() + 392
11 WebCore 0x2348c4ed8 WebCore::FrameView::performPostLayoutTasks() + 200
12 WebCore 0x2348ce500 WebCore::FrameViewLayoutContext::runOrScheduleAsynchronousTasks() + 144
13 WebCore 0x2348ce15c WebCore::FrameViewLayoutContext::layout() + 1512
14 WebCore 0x23443c660 WebCore::Document::updateLayoutIfDimensionsOutOfDate(WebCore::Element&, WebCore::DimensionsCheck) + 1012
15 WebCore 0x234471570 WebCore::Element::clientHeight() + 40
16 WebCore 0x233ad4784 WebCore::jsElementClientHeight(JSC::ExecState*, long long, JSC::PropertyName) + 16
17 JavaScriptCore 0x232822110 llint_slow_path_get_by_id + 3840
18 JavaScriptCore 0x232240880 llint_entry + 30592
19 JavaScriptCore 0x23224d3c4 llint_entry + 82628
20 JavaScriptCore 0x23224d3c4 llint_entry + 82628
21 JavaScriptCore 0x23224d3c4 llint_entry + 82628
22 JavaScriptCore 0x23224d3c4 llint_entry + 82628
23 JavaScriptCore 0x23224d3c4 llint_entry + 82628
24 JavaScriptCore 0x232238e6c vmEntryToJavaScript + 268
25 JavaScriptCore 0x232768c78 JSC::Interpreter::executeProgram(JSC::SourceCode const&, JSC::ExecState*, JSC::JSObject*) + 9816
26 JavaScriptCore 0x232972020 JSC::evaluate(JSC::ExecState*, JSC::SourceCode const&, JSC::JSValue, ***::NakedPtr<JSC::Exception>&) + 320
27 WebCore 0x23422a9fc WebCore::JSExecState::profiledEvaluate(JSC::ExecState*, JSC::ProfilingReason, JSC::SourceCode const&, JSC::JSValue, ***::NakedPtr<JSC::Exception>&) + 108
28 WebCore 0x23422a838 WebCore::ScriptController::evaluateInWorld(WebCore::ScriptSourceCode const&, WebCore::DOMWrapperWorld&, WebCore::ExceptionDetails*) + 232
29 WebCore 0x2344cc958 WebCore::ScriptElement::executeClassicScript(WebCore::ScriptSourceCode const&) + 640
30 WebCore 0x23449464c WebCore::LoadableClassicScript::execute(WebCore::ScriptElement&) + 140
31 WebCore 0x2344ccbfc WebCore::ScriptElement::executeScriptAndDispatchEvent(WebCore::LoadableScript&) + 224
32 WebCore 0x2347156f0 WebCore::HTMLScriptRunner::executeParsingBlockingScripts() + 344
33 WebCore 0x234708d10 non-virtual thunk to WebCore::HTMLDocumentParser::notifyFinished(WebCore::PendingScript&) + 84
34 WebCore 0x2344b0be0 WebCore::PendingScript::notifyFinished(WebCore::LoadableScript&) + 52
35 WebCore 0x23449455c WebCore::LoadableScript::notifyClientFinished() + 312
36 WebCore 0x2344943d8 WebCore::LoadableClassicScript::notifyFinished(WebCore::CachedResource&) + 1448
37 WebCore 0x234859ffc WebCore::CachedResource::checkNotify() + 288
38 WebCore 0x23482b888 WebCore::SubresourceLoader::didFinishLoading(WebCore::NetworkLoadMetrics const&) + 672
39 WebCore 0x234822f34 WebCore::ResourceLoader::didFinishLoading(WebCore::ResourceHandle*) + 152
40 WebCore 0x233c07574 ***::Function<void ()>::CallableWrapper<-[WebCoreResourceHandleAsOperationQueueDelegate connectionDidFinishLoading:]::$_8>::call() + 80
41 JavaScriptCore 0x232054aa4 ***::dispatchFunctionsFromMainThread() + 288
42 Foundation 0x22b9da8d4 __NSThreadPerformPerform + 336
43 CoreFoundation 0x22aee62bc __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
44 CoreFoundation 0x22aee623c __CFRunLoopDoSource0 + 88
45 CoreFoundation 0x22aee5b24 __CFRunLoopDoSources0 + 176
46 CoreFoundation 0x22aee0a60 __CFRunLoopRun + 1004
47 CoreFoundation 0x22aee0354 CFRunLoopRunSpecific + 436
48 WebCore 0x233b3a480 RunWebThread(void*) + 600
49 libsystem_pthread.dylib 0x22ab742c0 _pthread_body + 128
50 libsystem_pthread.dylib 0x22ab74220 _pthread_start + 44
51 libsystem_pthread.dylib 0x22ab77cdc thread_start + 4
#10. RLMRealm notification listener
0 libsystem_kernel.dylib 0x22aaf38f4 kevent + 8
1 Realm 0x104534ddc realm::_impl::ExternalCommitHelper::listen() (external_commit_helper.cpp:203)
2 Realm 0x104535e60 std::__1::__async_func<realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>::operator()() (future:2323)
3 Realm 0x104535de4 std::__1::__async_assoc_state<void, std::__1::__async_func<realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >::__execute() (future:1041)
4 Realm 0x104535fa4 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (std::__1::__async_assoc_state<void, std::__1::__async_func<realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >::*)(), std::__1::__async_assoc_state<void, std::__1::__async_func<realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >*> >(void*) (memory:2595)
5 libsystem_pthread.dylib 0x22ab742c0 _pthread_body + 128
6 libsystem_pthread.dylib 0x22ab74220 _pthread_start + 44
7 libsystem_pthread.dylib 0x22ab77cdc thread_start + 4
#11. com.google.fira.worker
0 libsystem_kernel.dylib 0x22aaf29d4 __ulock_wait + 8
1 libdispatch.dylib 0x22a964c20 _dispatch_ulock_wait + 56
2 libdispatch.dylib 0x22a964d58 _dispatch_thread_event_wait_slow$VARIANT$armv81 + 48
3 libdispatch.dylib 0x22a9768a8 __DISPATCH_WAIT_FOR_QUEUE__ + 336
4 libdispatch.dylib 0x22a9764a8 _dispatch_sync_f_slow + 140
5 My App 0x1038f77b8 -[APMIdentity identifierForVendor] + 4386322360
6 My App 0x103902e98 -[APMMeasurement createRawEventMetadataWithUserAttributes:] + 4386369176
7 My App 0x103900070 __42-[APMMeasurement writeEventOnWorkerQueue:]_block_invoke.1066 + 4386357360
8 My App 0x103924eb0 -[APMSqliteStore performTransaction:] + 4386508464
9 My App 0x1038ff064 -[APMMeasurement writeEventOnWorkerQueue:] + 4386353252
10 My App 0x1038fe970 -[APMMeasurement handleEventOnWorkerQueue:] + 4386351472
11 My App 0x103911f60 __51-[APMScheduler scheduleOnWorkerQueueBlockID:block:]_block_invoke + 4386430816
12 libdispatch.dylib 0x22a994a38 _dispatch_call_block_and_release + 24
13 libdispatch.dylib 0x22a9957d4 _dispatch_client_callout + 16
14 libdispatch.dylib 0x22a970dec _dispatch_lane_serial_drain$VARIANT$armv81 + 548
15 libdispatch.dylib 0x22a97192c _dispatch_lane_invoke$VARIANT$armv81 + 408
16 libdispatch.dylib 0x22a979e08 _dispatch_workloop_worker_thread + 584
17 libsystem_pthread.dylib 0x22ab75114 _pthread_wqthread + 304
18 libsystem_pthread.dylib 0x22ab77cd4 start_wqthread + 4
#12. Thread
0 libsystem_kernel.dylib 0x22aaf2b74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x22ab75138 _pthread_wqthread + 340
2 libsystem_pthread.dylib 0x22ab77cd4 start_wqthread + 4
#13. Thread
0 libsystem_kernel.dylib 0x22aaf2b74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x22ab75138 _pthread_wqthread + 340
2 libsystem_pthread.dylib 0x22ab77cd4 start_wqthread + 4
#14. Thread
0 libsystem_kernel.dylib 0x22aaf2b74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x22ab75138 _pthread_wqthread + 340
2 libsystem_pthread.dylib 0x22ab77cd4 start_wqthread + 4
#15. Thread
0 libsystem_kernel.dylib 0x22aaf2b74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x22ab75138 _pthread_wqthread + 340
2 libsystem_pthread.dylib 0x22ab77cd4 start_wqthread + 4
#16. Thread
0 libsystem_kernel.dylib 0x22aaf2b74 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x22ab751f8 _pthread_wqthread + 532
2 libsystem_pthread.dylib 0x22ab77cd4 start_wqthread + 4