DZNEmptyDataSet icon indicating copy to clipboard operation
DZNEmptyDataSet copied to clipboard

Crash ScrollView+EmptyDataSet

Open crane-hiromu opened this issue 6 years ago • 3 comments

2018-10-17 11 34 55

#0. Crashed: com.twitter.crashlytics.ios.exception
0  delish                         0x1052b3d18 CLSProcessRecordAllThreads + 4346690840
1  delish                         0x1052b41d8 CLSProcessRecordAllThreads + 4346692056
2  delish                         0x1052a3a1c CLSHandler + 4346624540
3  delish                         0x1052b231c __CLSExceptionRecord_block_invoke + 4346684188
4  libdispatch.dylib              0x223358484 _dispatch_client_callout + 16
5  libdispatch.dylib              0x223305610 _dispatch_lane_barrier_sync_invoke_and_complete + 56
6  delish                         0x1052b1d8c CLSExceptionRecord + 4346682764
7  delish                         0x1052b1bbc CLSExceptionRecordNSException + 4346682300
8  delish                         0x1052b17b4 CLSTerminateHandler() + 4346681268
9  libc++abi.dylib                0x222ae10fc std::__terminate(void (*)()) + 16
10 libc++abi.dylib                0x222ae1188 std::terminate() + 84
11 libobjc.A.dylib                0x222aedda4 _destroyAltHandlerList + 10
12 libdispatch.dylib              0x223358498 _dispatch_client_callout + 36
13 libdispatch.dylib              0x2233049ec _dispatch_main_queue_callback_4CF$VARIANT$mp + 1068
14 CoreFoundation                 0x2238ae1bc __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
15 CoreFoundation                 0x2238a9084 __CFRunLoopRun + 1964
16 CoreFoundation                 0x2238a85b8 CFRunLoopRunSpecific + 436
17 GraphicsServices               0x225b1c584 GSEventRunModal + 100
18 UIKitCore                      0x25086cbc8 UIApplicationMain + 212
19 delish                         0x104f4b964 main (AppDelegate.swift:25)
20 libdyld.dylib                  0x223368b94 start + 4

--

Fatal Exception: CALayerInvalidGeometry
0  CoreFoundation                 0x22391fef8 __exceptionPreprocess
1  libobjc.A.dylib                0x222aeda40 objc_exception_throw
2  CoreFoundation                 0x223824ac4 -[NSCache init]
3  QuartzCore                     0x227f0b83c CA::Layer::set_position(CA::Vec2<double> const&, bool)
4  QuartzCore                     0x227efbf84 -[CALayer setPosition:]
5  QuartzCore                     0x227efc6ec -[CALayer setFrame:]
6  UIKitCore                      0x250cf2050 -[UIView(Geometry) setFrame:]
7  UIKitCore                      0x250aa4498 -[UITableViewHeaderFooterView setFrame:]
8  UIKitCore                      0x250a64b20 __46-[UITableView _updateWithItems:updateSupport:]_block_invoke.1200
9  UIKitCore                      0x250d03954 +[UIView(UIViewAnimationWithBlocks) _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:]
10 UIKitCore                      0x250d03e98 +[UIView(UIViewAnimationWithBlocks) animateWithDuration:delay:options:animations:completion:]
11 UIKitCore                      0x250a63ffc __46-[UITableView _updateWithItems:updateSupport:]_block_invoke.1168
12 UIKitCore                      0x250d03954 +[UIView(UIViewAnimationWithBlocks) _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:]
13 UIKitCore                      0x250d03e98 +[UIView(UIViewAnimationWithBlocks) animateWithDuration:delay:options:animations:completion:]
14 UIKitCore                      0x250a631fc -[UITableView _updateWithItems:updateSupport:]
15 UIKitCore                      0x250a5b6c8 -[UITableView _endCellAnimationsWithContext:]
16 UIKitCore                      0x250a722f8 -[UITableView endUpdates]
17 DZNEmptyDataSet                0x107882018 dzn_original_implementation (UIScrollView+EmptyDataSet.m:611)
18 delish                         0x104f7afb4 $SIeg_IeyB_TR (<compiler-generated>)
19 libdispatch.dylib              0x2233576c8 _dispatch_call_block_and_release
20 libdispatch.dylib              0x223358484 _dispatch_client_callout
21 libdispatch.dylib              0x2233049ec _dispatch_main_queue_callback_4CF$VARIANT$mp
22 CoreFoundation                 0x2238ae1bc __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__
23 CoreFoundation                 0x2238a9084 __CFRunLoopRun
24 CoreFoundation                 0x2238a85b8 CFRunLoopRunSpecific
25 GraphicsServices               0x225b1c584 GSEventRunModal
26 UIKitCore                      0x25086cbc8 UIApplicationMain
27 delish                         0x104f4b964 main (AppDelegate.swift:25)
28 libdyld.dylib                  0x223368b94 start

#0. Crashed: com.twitter.crashlytics.ios.exception
0  delish                         0x1052b3d18 CLSProcessRecordAllThreads + 4346690840
1  delish                         0x1052b41d8 CLSProcessRecordAllThreads + 4346692056
2  delish                         0x1052a3a1c CLSHandler + 4346624540
3  delish                         0x1052b231c __CLSExceptionRecord_block_invoke + 4346684188
4  libdispatch.dylib              0x223358484 _dispatch_client_callout + 16
5  libdispatch.dylib              0x223305610 _dispatch_lane_barrier_sync_invoke_and_complete + 56
6  delish                         0x1052b1d8c CLSExceptionRecord + 4346682764
7  delish                         0x1052b1bbc CLSExceptionRecordNSException + 4346682300
8  delish                         0x1052b17b4 CLSTerminateHandler() + 4346681268
9  libc++abi.dylib                0x222ae10fc std::__terminate(void (*)()) + 16
10 libc++abi.dylib                0x222ae1188 std::terminate() + 84
11 libobjc.A.dylib                0x222aedda4 _destroyAltHandlerList + 10
12 libdispatch.dylib              0x223358498 _dispatch_client_callout + 36
13 libdispatch.dylib              0x2233049ec _dispatch_main_queue_callback_4CF$VARIANT$mp + 1068
14 CoreFoundation                 0x2238ae1bc __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
15 CoreFoundation                 0x2238a9084 __CFRunLoopRun + 1964
16 CoreFoundation                 0x2238a85b8 CFRunLoopRunSpecific + 436
17 GraphicsServices               0x225b1c584 GSEventRunModal + 100
18 UIKitCore                      0x25086cbc8 UIApplicationMain + 212
19 delish                         0x104f4b964 main (AppDelegate.swift:25)
20 libdyld.dylib                  0x223368b94 start + 4

#1. com.apple.uikit.eventfetch-thread
0  libsystem_kernel.dylib         0x2234a9ed0 mach_msg_trap + 8
1  libsystem_kernel.dylib         0x2234a93a8 mach_msg + 72
2  CoreFoundation                 0x2238adfb0 __CFRunLoopServiceMachPort + 236
3  CoreFoundation                 0x2238a8e4c __CFRunLoopRun + 1396
4  CoreFoundation                 0x2238a85b8 CFRunLoopRunSpecific + 436
5  Foundation                     0x22429c6a4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300
6  Foundation                     0x22429c550 -[NSRunLoop(NSRunLoop) runUntilDate:] + 148
7  UIKitCore                      0x25095941c -[UIEventFetcher threadMain] + 136
8  Foundation                     0x2243cf3b0 __NSThread__start__ + 1040
9  libsystem_pthread.dylib        0x2235392fc _pthread_body + 128
10 libsystem_pthread.dylib        0x22353925c _pthread_start + 48
11 libsystem_pthread.dylib        0x22353cd08 thread_start + 4

#2. com.twitter.crashlytics.ios.MachExceptionServer
0  libsystem_kernel.dylib         0x2234a9ed0 mach_msg_trap + 8
1  libsystem_kernel.dylib         0x2234a93a8 mach_msg + 72
2  delish                         0x10529e9f8 CLSMachExceptionServer + 4346604024
3  libsystem_pthread.dylib        0x2235392fc _pthread_body + 128
4  libsystem_pthread.dylib        0x22353925c _pthread_start + 48
5  libsystem_pthread.dylib        0x22353cd08 thread_start + 4

#3. NSURLConnection-8
0  libsystem_kernel.dylib         0x2234b4f0c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x223531d48 _pthread_cond_wait$VARIANT$mp + 636
2  Foundation                     0x22430aa48 -[__NSOperationInternal _waitUntilFinished:] + 780
3  CFNetwork                      0x223ec8cd8 -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] + 200
4  CFNetwork                      0x223ec8d30 -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] + 56
5  CFNetwork                      0x224057370 invocation function for block in URLConnectionClient_Classic::_delegate_didFinishLoading(void () block_pointer) + 100
6  CFNetwork                      0x224055228 invocation function for block in URLConnectionClient_Classic::_withDelegateAsync(char const*, void (_CFURLConnection*, CFURLConnectionClientCurrent_VMax const*) block_pointer) + 108
7  CFNetwork                      0x22413444c invocation function for block in QCoreSchedulingSet::performAsync(void () block_pointer) const + 52
8  libdispatch.dylib              0x2233576c8 _dispatch_call_block_and_release + 24
9  libdispatch.dylib              0x223358484 _dispatch_client_callout + 16
10 libdispatch.dylib              0x2232ffc18 _dispatch_lane_serial_drain$VARIANT$mp + 592
11 libdispatch.dylib              0x223300760 _dispatch_lane_invoke$VARIANT$mp + 432
12 libdispatch.dylib              0x223308f00 _dispatch_workloop_worker_thread + 600
13 libsystem_pthread.dylib        0x22353a0f0 _pthread_wqthread + 312
14 libsystem_pthread.dylib        0x22353cd00 start_wqthread + 4

#4. GAIThread
0  libsystem_kernel.dylib         0x2234a9ed0 mach_msg_trap + 8
1  libsystem_kernel.dylib         0x2234a93a8 mach_msg + 72
2  CoreFoundation                 0x2238adfb0 __CFRunLoopServiceMachPort + 236
3  CoreFoundation                 0x2238a8e4c __CFRunLoopRun + 1396
4  CoreFoundation                 0x2238a85b8 CFRunLoopRunSpecific + 436
5  Foundation                     0x22429c6a4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300
6  Foundation                     0x2242d8094 -[NSRunLoop(NSRunLoop) run] + 88
7  delish                         0x10527eb90 +[GAI threadMain:] + 4346473360
8  Foundation                     0x2243cf3b0 __NSThread__start__ + 1040
9  libsystem_pthread.dylib        0x2235392fc _pthread_body + 128
10 libsystem_pthread.dylib        0x22353925c _pthread_start + 48
11 libsystem_pthread.dylib        0x22353cd08 thread_start + 4

#5. com.apple.NSURLConnectionLoader
0  libsystem_kernel.dylib         0x2234a9ed0 mach_msg_trap + 8
1  libsystem_kernel.dylib         0x2234a93a8 mach_msg + 72
2  CoreFoundation                 0x2238adfb0 __CFRunLoopServiceMachPort + 236
3  CoreFoundation                 0x2238a8e4c __CFRunLoopRun + 1396
4  CoreFoundation                 0x2238a85b8 CFRunLoopRunSpecific + 436
5  CFNetwork                      0x223ec8e18 -[__CoreSchedulingSetRunnable runForever] + 212
6  Foundation                     0x2243cf3b0 __NSThread__start__ + 1040
7  libsystem_pthread.dylib        0x2235392fc _pthread_body + 128
8  libsystem_pthread.dylib        0x22353925c _pthread_start + 48
9  libsystem_pthread.dylib        0x22353cd08 thread_start + 4

#6. AVAudioSession Notify Thread
0  libsystem_kernel.dylib         0x2234a9ed0 mach_msg_trap + 8
1  libsystem_kernel.dylib         0x2234a93a8 mach_msg + 72
2  CoreFoundation                 0x2238adfb0 __CFRunLoopServiceMachPort + 236
3  CoreFoundation                 0x2238a8e4c __CFRunLoopRun + 1396
4  CoreFoundation                 0x2238a85b8 CFRunLoopRunSpecific + 436
5  AVFAudio                       0x229881c4c GenericRunLoopThread::Entry(void*) + 164
6  AVFAudio                       0x2298add34 CAPThread::Entry(CAPThread*) + 88
7  libsystem_pthread.dylib        0x2235392fc _pthread_body + 128
8  libsystem_pthread.dylib        0x22353925c _pthread_start + 48
9  libsystem_pthread.dylib        0x22353cd08 thread_start + 4

#7. JavaScriptCore bmalloc scavenger
0  libsystem_kernel.dylib         0x2234b4f0c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x223531d48 _pthread_cond_wait$VARIANT$mp + 636
2  libc++.1.dylib                 0x222a804d0 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3  JavaScriptCore                 0x22ac17d7c void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 104
4  JavaScriptCore                 0x22ac1be70 bmalloc::Scavenger::threadRunLoop() + 176
5  JavaScriptCore                 0x22ac1b5a4 bmalloc::Scavenger::Scavenger(std::__1::lock_guard<bmalloc::Mutex>&) + 10
6  JavaScriptCore                 0x22ac1d050 std::__1::__thread_specific_ptr<std::__1::__thread_struct>::set_pointer(std::__1::__thread_struct*) + 38
7  libsystem_pthread.dylib        0x2235392fc _pthread_body + 128
8  libsystem_pthread.dylib        0x22353925c _pthread_start + 48
9  libsystem_pthread.dylib        0x22353cd08 thread_start + 4

#8. WebThread
0  libsystem_kernel.dylib         0x2234b4f0c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x223531d48 _pthread_cond_wait$VARIANT$mp + 636
2  JavaScriptCore                 0x22ac05ef0 WTF::ThreadCondition::timedWait(WTF::Mutex&, WTF::WallTime) + 80
3  JavaScriptCore                 0x22abed0f4 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2004
4  JavaScriptCore                 0x22abe2538 WTF::LockAlgorithm<unsigned char, (unsigned char)1, (unsigned char)2, WTF::EmptyLockHooks<unsigned char> >::lockSlow(WTF::Atomic<unsigned char>&) + 320
5  WebCore                        0x22c6cdb2c _WebThreadLock() + 264
6  WebCore                        0x22c6ce2ac SendDelegateMessage(NSInvocation*) + 836
7  CoreFoundation                 0x22392550c ___forwarding___ + 640
8  CoreFoundation                 0x2239274bc _CF_forwarding_prep_0 + 92
9  WebKitLegacy                   0x22db807f8 WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction(WebCore::NavigationAction const&, WebCore::ResourceRequest const&, WebCore::ResourceResponse const&, WebCore::FormState*, WebCore::PolicyDecisionMode, WTF::Function<void (WebCore::PolicyAction)>&&) + 376
10 WebCore                        0x22d2102a8 WebCore::PolicyChecker::checkNavigationPolicy(WebCore::ResourceRequest&&, WebCore::ResourceResponse const&, WebCore::DocumentLoader*, WTF::RefPtr<WebCore::FormState, WTF::DumbPtrTraits<WebCore::FormState> >&&, WTF::CompletionHandler<void (WebCore::ResourceRequest&&, WTF::WeakPtr<WebCore::FormState>&&, WebCore::ShouldContinue)>&&, WebCore::PolicyDecisionMode) + 2268
11 WebCore                        0x22d1efe38 WebCore::FrameLoader::loadWithDocumentLoader(WebCore::DocumentLoader*, WebCore::FrameLoadType, WTF::RefPtr<WebCore::FormState, WTF::DumbPtrTraits<WebCore::FormState> >&&, WebCore::AllowNavigationToInvalidURL, WebCore::ShouldTreatAsContinuingLoad, WTF::CompletionHandler<void ()>&&) + 1576
12 WebCore                        0x22d1eec58 WebCore::FrameLoader::loadWithNavigationAction(WebCore::ResourceRequest const&, WebCore::NavigationAction const&, WebCore::LockHistory, WebCore::FrameLoadType, WTF::RefPtr<WebCore::FormState, WTF::DumbPtrTraits<WebCore::FormState> >&&, WebCore::AllowNavigationToInvalidURL, WTF::CompletionHandler<void ()>&&) + 424
13 WebCore                        0x22d1ecc74 WebCore::FrameLoader::loadURL(WebCore::FrameLoadRequest&&, WTF::String const&, WebCore::FrameLoadType, WebCore::Event*, WTF::RefPtr<WebCore::FormState, WTF::DumbPtrTraits<WebCore::FormState> >&&, WTF::CompletionHandler<void ()>&&) + 2092
14 WebCore                        0x22d1e97f4 WebCore::FrameLoader::loadFrameRequest(WebCore::FrameLoadRequest&&, WebCore::Event*, WTF::RefPtr<WebCore::FormState, WTF::DumbPtrTraits<WebCore::FormState> >&&) + 828
15 WebCore                        0x22d1e9218 WebCore::FrameLoader::urlSelected(WebCore::FrameLoadRequest&&, WebCore::Event*) + 296
16 WebCore                        0x22d20e118 WebCore::ScheduledLocationChange::fire(WebCore::Frame&) + 412
17 WebCore                        0x22d209da4 WebCore::NavigationScheduler::timerFired() + 120
18 WebCore                        0x22d364ec0 WebCore::ThreadTimers::sharedTimerFiredInternal() + 352
19 WebCore                        0x22d3a97ac WebCore::timerFired(__CFRunLoopTimer*, void*) + 28
20 CoreFoundation                 0x2238aebf0 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28
21 CoreFoundation                 0x2238ae920 __CFRunLoopDoTimer + 864
22 CoreFoundation                 0x2238ae154 __CFRunLoopDoTimers + 248
23 CoreFoundation                 0x2238a9030 __CFRunLoopRun + 1880
24 CoreFoundation                 0x2238a85b8 CFRunLoopRunSpecific + 436
25 WebCore                        0x22c6cfba4 RunWebThread(void*) + 592
26 libsystem_pthread.dylib        0x2235392fc _pthread_body + 128
27 libsystem_pthread.dylib        0x22353925c _pthread_start + 48
28 libsystem_pthread.dylib        0x22353cd08 thread_start + 4

#9. RLMRealm notification listener
0  libsystem_kernel.dylib         0x2234b691c kevent + 8
1  Realm                          0x10692f0d0 realm::_impl::ExternalCommitHelper::listen() (external_commit_helper.cpp:203)
2  Realm                          0x106930178 std::__1::__async_func<realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0>::operator()() (future:2323)
3  Realm                          0x1069300fc std::__1::__async_assoc_state<void, std::__1::__async_func<realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >::__execute() (future:1041)
4  Realm                          0x1069302b8 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*, void*) (memory:2595)
5  libsystem_pthread.dylib        0x2235392fc _pthread_body + 128
6  libsystem_pthread.dylib        0x22353925c _pthread_start + 48
7  libsystem_pthread.dylib        0x22353cd08 thread_start + 4

#10. com.apple.CFSocket.private
0  libsystem_kernel.dylib         0x2234b5350 __select + 8
1  CoreFoundation                 0x2238b6e00 __CFSocketManager + 620
2  libsystem_pthread.dylib        0x2235392fc _pthread_body + 128
3  libsystem_pthread.dylib        0x22353925c _pthread_start + 48
4  libsystem_pthread.dylib        0x22353cd08 thread_start + 4

#11. WebCore: LocalStorage
0  libsystem_kernel.dylib         0x2234b4f0c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x223531d48 _pthread_cond_wait$VARIANT$mp + 636
2  JavaScriptCore                 0x22ac05ef0 WTF::ThreadCondition::timedWait(WTF::Mutex&, WTF::WallTime) + 80
3  JavaScriptCore                 0x22abed0f4 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2004
4  WebKitLegacy                   0x22db511bc bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5  WebKitLegacy                   0x22db53e3c std::__1::unique_ptr<WTF::Function<void ()>, std::__1::default_delete<WTF::Function<void ()> > > WTF::MessageQueue<WTF::Function<void ()> >::waitForMessageFilteredWithTimeout<WTF::MessageQueue<WTF::Function<void ()> >::waitForMessage()::'lambda'(WTF::Function<void ()> const&)>(WTF::MessageQueueWaitResult&, WTF::MessageQueue<WTF::Function<void ()> >::waitForMessage()::'lambda'(WTF::Function<void ()> const&)&&, WTF::WallTime) + 156
6  WebKitLegacy                   0x22db53454 WebCore::StorageThread::threadEntryPoint() + 68
7  JavaScriptCore                 0x22ac0414c WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 256
8  JavaScriptCore                 0x22ac056b4 WTF::wtfThreadEntryPoint(void*) + 12
9  libsystem_pthread.dylib        0x2235392fc _pthread_body + 128
10 libsystem_pthread.dylib        0x22353925c _pthread_start + 48
11 libsystem_pthread.dylib        0x22353cd08 thread_start + 4

#12. Thread
0  libsystem_kernel.dylib         0x2234b5b9c __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x22353a114 _pthread_wqthread + 348
2  libsystem_pthread.dylib        0x22353cd00 start_wqthread + 4

#13. Thread
0  libsystem_kernel.dylib         0x2234b5b9c __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x22353a114 _pthread_wqthread + 348
2  libsystem_pthread.dylib        0x22353cd00 start_wqthread + 4

#14. WTF::AutomaticThread
0  libsystem_kernel.dylib         0x2234b4f0c __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x223531d48 _pthread_cond_wait$VARIANT$mp + 636
2  JavaScriptCore                 0x22ac05f34 WTF::ThreadCondition::timedWait(WTF::Mutex&, WTF::WallTime) + 148
3  JavaScriptCore                 0x22abed0f4 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2004
4  JavaScriptCore                 0x22abc6a38 bool WTF::Condition::waitUntil<WTF::Lock>(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5  JavaScriptCore                 0x22abc6dd8 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 216
6  JavaScriptCore                 0x22ac0414c WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) + 256
7  JavaScriptCore                 0x22ac056b4 WTF::wtfThreadEntryPoint(void*) + 12
8  libsystem_pthread.dylib        0x2235392fc _pthread_body + 128
9  libsystem_pthread.dylib        0x22353925c _pthread_start + 48
10 libsystem_pthread.dylib        0x22353cd08 thread_start + 4

#15. Thread
0  libsystem_pthread.dylib        0x22353ccfc start_wqthread + 190

#16. Thread
0  libsystem_kernel.dylib         0x2234b5b9c __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x22353a114 _pthread_wqthread + 348
2  libsystem_pthread.dylib        0x22353cd00 start_wqthread + 4

#17. Thread
0  libsystem_kernel.dylib         0x2234b5b9c __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x22353a1d4 _pthread_wqthread + 540
2  libsystem_pthread.dylib        0x22353cd00 start_wqthread + 4

#18. Thread
0  libsystem_pthread.dylib        0x22353ccfc start_wqthread + 190

#19. Thread
0  libsystem_pthread.dylib        0x22353ccfc start_wqthread + 190

#20. Thread
0  libsystem_kernel.dylib         0x2234a9f24 semaphore_timedwait_trap + 8
1  libdispatch.dylib              0x2232f90ac _dispatch_sema4_timedwait$VARIANT$mp + 64
2  libdispatch.dylib              0x2232f9a08 _dispatch_semaphore_wait_slow + 72
3  libdispatch.dylib              0x223307824 _dispatch_worker_thread + 352
4  libsystem_pthread.dylib        0x2235392fc _pthread_body + 128
5  libsystem_pthread.dylib        0x22353925c _pthread_start + 48
6  libsystem_pthread.dylib        0x22353cd08 thread_start + 4

#21. Thread
0  libsystem_kernel.dylib         0x2234a9f24 semaphore_timedwait_trap + 8
1  libdispatch.dylib              0x2232f90ac _dispatch_sema4_timedwait$VARIANT$mp + 64
2  libdispatch.dylib              0x2232f9a08 _dispatch_semaphore_wait_slow + 72
3  libdispatch.dylib              0x223307824 _dispatch_worker_thread + 352
4  libsystem_pthread.dylib        0x2235392fc _pthread_body + 128
5  libsystem_pthread.dylib        0x22353925c _pthread_start + 48
6  libsystem_pthread.dylib        0x22353cd08 thread_start + 4

#22. Thread
0  libsystem_kernel.dylib         0x2234a9f24 semaphore_timedwait_trap + 8
1  libdispatch.dylib              0x2232f90ac _dispatch_sema4_timedwait$VARIANT$mp + 64
2  libdispatch.dylib              0x2232f9a08 _dispatch_semaphore_wait_slow + 72
3  libdispatch.dylib              0x223307824 _dispatch_worker_thread + 352
4  libsystem_pthread.dylib        0x2235392fc _pthread_body + 128
5  libsystem_pthread.dylib        0x22353925c _pthread_start + 48
6  libsystem_pthread.dylib        0x22353cd08 thread_start + 4


crane-hiromu avatar Oct 17 '18 02:10 crane-hiromu

Any update on this?

HB-Dimple avatar Apr 10 '19 06:04 HB-Dimple

I have same question, why it will crash?

Dreamle avatar Dec 05 '19 08:12 Dreamle

I am facing same issue, any solutions yet?

aman-at-appinventiv avatar Sep 04 '20 11:09 aman-at-appinventiv