MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup UIPresentationController size and feel form sheet.
MIT License
973
stars
146
forks
source link
iOS 12 ONLY: [_UIAlertControllerAlertPresentationController setBackgroundVisibilityPercentage:]: unrecognized selector sent to instance 0x13130b3b0 -[NSOrderedSet initWithSet:copyItems:] #166
This crash only happen on iOS 12. Here's the detail.
`#0. Crashed: com.twitter.crashlytics.ios.exception 0 KhmerCalendar 0x100dd6630 CLSProcessRecordAllThreads + 4314342960 1 KhmerCalendar 0x100dd6af0 CLSProcessRecordAllThreads + 4314344176 2 KhmerCalendar 0x100dc6334 CLSHandler + 4314276660 3 KhmerCalendar 0x100dd4c34 CLSExceptionRecord_block_invoke + 4314336308 4 libdispatch.dylib 0x22e43e484 _dispatch_client_callout + 16 5 libdispatch.dylib 0x22e3eb5c8 _dispatch_lane_barrier_sync_invoke_and_complete + 56 6 KhmerCalendar 0x100dd46a4 CLSExceptionRecord + 4314334884 7 KhmerCalendar 0x100dd44d4 CLSExceptionRecordNSException + 4314334420 8 KhmerCalendar 0x100dd40cc CLSTerminateHandler() + 4314333388 9 libc++abi.dylib 0x22dbc90fc std::terminate(void (*)()) + 16 10 libc++abi.dylib 0x22dbc8cec __cxa_rethrow + 144 11 libobjc.A.dylib 0x22dbd5c20 objc_exception_rethrow + 44 12 CoreFoundation 0x22e99014c CFRunLoopRunSpecific + 544 13 GraphicsServices 0x230c09584 GSEventRunModal + 100 14 UIKitCore 0x25bba4c00 UIApplicationMain + 212 15 KhmerCalendar 0x100bae370 main (main.m:13) 16 libdyld.dylib 0x22e44ebb4 start + 4
--
Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x22ea05ea4 exceptionPreprocess 1 libobjc.A.dylib 0x22dbd5a50 objc_exception_throw 2 CoreFoundation 0x22e91eb14 -[NSOrderedSet initWithSet:copyItems:] 3 CoreFoundation 0x22ea0b7bc __forwarding 4 CoreFoundation 0x22ea0d46c _CF_forwarding_prep_0 5 MZFormSheetPresentationController 0x101dd1bd8 (Missing) 6 MZFormSheetPresentationController 0x101dd188c (Missing) 7 MZFormSheetPresentationController 0x101dcf4bc (Missing) 8 UIKitCore 0x25b7bd0d0 -[UIGestureRecognizerTarget _sendActionWithGestureRecognizer:] 9 UIKitCore 0x25b7c56ec _UIGestureRecognizerSendTargetActions 10 UIKitCore 0x25b7c2f70 _UIGestureRecognizerSendActions 11 UIKitCore 0x25b7c2458 -[UIGestureRecognizer _updateGestureWithEvent:buttonEvent:] 12 UIKitCore 0x25b7b5760 _UIGestureEnvironmentUpdate 13 UIKitCore 0x25b7b52cc -[UIGestureEnvironment _deliverEvent:toGestureRecognizers:usingBlock:] 14 UIKitCore 0x25b7b509c -[UIGestureEnvironment _updateForEvent:window:] 15 UIKitCore 0x25bbe0cb4 -[UIWindow sendEvent:] 16 UIKitCore 0x25bbbffcc -[UIApplication sendEvent:] 17 UIKitCore 0x25bc8ee38 dispatchPreprocessedEventFromEventQueue 18 UIKitCore 0x25bc91830 handleEventQueueInternal 19 UIKitCore 0x25bc8a320 handleHIDEventFetcherDrain 20 CoreFoundation 0x22e9960e0 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION 21 CoreFoundation 0x22e996060 CFRunLoopDoSource0 22 CoreFoundation 0x22e995944 CFRunLoopDoSources0 23 CoreFoundation 0x22e990810 CFRunLoopRun 24 CoreFoundation 0x22e9900e0 CFRunLoopRunSpecific 25 GraphicsServices 0x230c09584 GSEventRunModal 26 UIKitCore 0x25bba4c00 UIApplicationMain 27 KhmerCalendar 0x100bae370 main (main.m:13) 28 libdyld.dylib 0x22e44ebb4 start
0. Crashed: com.twitter.crashlytics.ios.exception
0 KhmerCalendar 0x100dd6630 CLSProcessRecordAllThreads + 4314342960 1 KhmerCalendar 0x100dd6af0 CLSProcessRecordAllThreads + 4314344176 2 KhmerCalendar 0x100dc6334 CLSHandler + 4314276660 3 KhmerCalendar 0x100dd4c34 CLSExceptionRecord_block_invoke + 4314336308 4 libdispatch.dylib 0x22e43e484 _dispatch_client_callout + 16 5 libdispatch.dylib 0x22e3eb5c8 _dispatch_lane_barrier_sync_invoke_and_complete + 56 6 KhmerCalendar 0x100dd46a4 CLSExceptionRecord + 4314334884 7 KhmerCalendar 0x100dd44d4 CLSExceptionRecordNSException + 4314334420 8 KhmerCalendar 0x100dd40cc CLSTerminateHandler() + 4314333388 9 libc++abi.dylib 0x22dbc90fc std::terminate(void (*)()) + 16 10 libc++abi.dylib 0x22dbc8cec __cxa_rethrow + 144 11 libobjc.A.dylib 0x22dbd5c20 objc_exception_rethrow + 44 12 CoreFoundation 0x22e99014c CFRunLoopRunSpecific + 544 13 GraphicsServices 0x230c09584 GSEventRunModal + 100 14 UIKitCore 0x25bba4c00 UIApplicationMain + 212 15 KhmerCalendar 0x100bae370 main (main.m:13) 16 libdyld.dylib 0x22e44ebb4 start + 4
1. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
2. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
3. JavaScriptCore bmalloc scavenger
0 libsystem_kernel.dylib 0x22e59af0c psynch_cvwait + 8 1 libsystem_pthread.dylib 0x22e618c88 _pthread_cond_wait$VARIANT$mp + 636 2 libc++.1.dylib 0x22db68568 std::__1::condition_variable::do_timed_wait(std::1::unique_lock&, std::__1::chrono::time_point<std:: 1::chrono::system_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > >) + 96
3 JavaScriptCore 0x235d4ec68 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::chrono::time_point<std::__1::chrono::steady_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > > const&) + 124
4 JavaScriptCore 0x235d4eb18 std::1::cv_status std::1::condition_variable_any::wait_until<std::__1::unique_lock, std:: 1::chrono::steady_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > >(std::1::unique_lock&, std::__1::chrono::time_point<std:: 1::chrono::steady_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > > const&) + 112
5 JavaScriptCore 0x235d4d7b4 bmalloc::Scavenger::threadRunLoop() + 296
6 JavaScriptCore 0x235d4ce70 bmalloc::Scavenger::Scavenger(std::__1::lock_guard&) + 10
7 JavaScriptCore 0x235d4e91c std::1::thread_specific_ptr::set_pointer(std::1::thread_struct*) + 38
8 libsystem_pthread.dylib 0x22e62025c _pthread_body + 128
9 libsystem_pthread.dylib 0x22e6201bc _pthread_start + 48
10 libsystem_pthread.dylib 0x22e623cf4 thread_start + 4
4. WebThread
0 libsystem_kernel.dylib 0x22e58fea4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x22e58f37c mach_msg + 72 2 CoreFoundation 0x22e995ad8 CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x22e990974 CFRunLoopRun + 1396 4 CoreFoundation 0x22e9900e0 CFRunLoopRunSpecific + 436 5 WebCore 0x2378013e8 RunWebThread(void*) + 592 6 libsystem_pthread.dylib 0x22e62025c _pthread_body + 128 7 libsystem_pthread.dylib 0x22e6201bc _pthread_start + 48 8 libsystem_pthread.dylib 0x22e623cf4 thread_start + 4
5. com.apple.uikit.eventfetch-thread
0 libsystem_kernel.dylib 0x22e58fea4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x22e58f37c mach_msg + 72 2 CoreFoundation 0x22e995ad8 CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x22e990974 CFRunLoopRun + 1396 4 CoreFoundation 0x22e9900e0 CFRunLoopRunSpecific + 436 5 Foundation 0x22f386494 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 6 Foundation 0x22f386340 -[NSRunLoop(NSRunLoop) runUntilDate:] + 148 7 UIKitCore 0x25bc950c4 -[UIEventFetcher threadMain] + 136 8 Foundation 0x22f4b923c NSThreadstart__ + 1040 9 libsystem_pthread.dylib 0x22e62025c _pthread_body + 128 10 libsystem_pthread.dylib 0x22e6201bc _pthread_start + 48 11 libsystem_pthread.dylib 0x22e623cf4 thread_start + 4
6. HZAFNetworking
0 libsystem_kernel.dylib 0x22e58fea4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x22e58f37c mach_msg + 72 2 CoreFoundation 0x22e995ad8 CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x22e990974 CFRunLoopRun + 1396 4 CoreFoundation 0x22e9900e0 CFRunLoopRunSpecific + 436 5 Foundation 0x22f386494 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 300 6 Foundation 0x22f3c1e84 -[NSRunLoop(NSRunLoop) run] + 88 7 KhmerCalendar 0x1010aeae8 +[HZAFURLConnectionOperation networkRequestThreadEntryPoint:] (HZAFURLConnectionOperation.m:164) 8 Foundation 0x22f4b923c NSThreadstart__ + 1040 9 libsystem_pthread.dylib 0x22e62025c _pthread_body + 128 10 libsystem_pthread.dylib 0x22e6201bc _pthread_start + 48 11 libsystem_pthread.dylib 0x22e623cf4 thread_start + 4
7. com.twitter.crashlytics.ios.MachExceptionServer
0 libsystem_kernel.dylib 0x22e58fea4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x22e58f37c mach_msg + 72 2 KhmerCalendar 0x100dc1310 CLSMachExceptionServer + 4314256144 3 libsystem_pthread.dylib 0x22e62025c _pthread_body + 128 4 libsystem_pthread.dylib 0x22e6201bc _pthread_start + 48 5 libsystem_pthread.dylib 0x22e623cf4 thread_start + 4
8. com.apple.CoreMotion.MotionThread
0 libsystem_kernel.dylib 0x22e58fea4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x22e58f37c mach_msg + 72 2 CoreFoundation 0x22e995ad8 CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x22e990974 CFRunLoopRun + 1396 4 CoreFoundation 0x22e9900e0 CFRunLoopRunSpecific + 436 5 CoreFoundation 0x22e990e7c CFRunLoopRun + 80 6 CoreMotion 0x2343e5c58 (Missing) 7 libsystem_pthread.dylib 0x22e62025c _pthread_body + 128 8 libsystem_pthread.dylib 0x22e6201bc _pthread_start + 48 9 libsystem_pthread.dylib 0x22e623cf4 thread_start + 4
9. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
10. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
11. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e6211c0 _pthread_wqthread + 540 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
12. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
13. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e6211c0 _pthread_wqthread + 540 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
14. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
15. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e6211c0 _pthread_wqthread + 540 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
16. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e6211c0 _pthread_wqthread + 540 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
17. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
18. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
19. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
20. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
21. com.heyzap.sdk.mediation
0 libsystem_kernel.dylib 0x22e59b428 semwait_signal + 8 1 libsystem_c.dylib 0x22e5105d0 nanosleep + 212 2 Foundation 0x22f3e9ba8 +[NSThread sleepForTimeInterval:] + 136 3 KhmerCalendar 0x1010bbba8 hzWaitUntilIntervalOnQueue (HZDispatch.m:39) 4 KhmerCalendar 0x1010bba94 hzWaitUntilInterval (HZDispatch.m:19) 5 KhmerCalendar 0x101129e04 55-[HeyzapMediation requestBannerWithOptions:completion:]_block_invoke.875 (HeyzapMediation.m:1206) 6 libdispatch.dylib 0x22e43d6c8 _dispatch_call_block_and_release + 24 7 libdispatch.dylib 0x22e43e484 _dispatch_client_callout + 16 8 libdispatch.dylib 0x22e3e182c _dispatch_continuation_pop$VARIANT$mp + 412 9 libdispatch.dylib 0x22e3e0ef4 _dispatch_async_redirect_invoke + 600 10 libdispatch.dylib 0x22e3eda18 _dispatch_root_queue_drain + 376 11 libdispatch.dylib 0x22e3ee2c0 _dispatch_worker_thread2 + 128 12 libsystem_pthread.dylib 0x22e62117c _pthread_wqthread + 472 13 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
22. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
23. com.heyzap.sdk.mediation
0 libsystem_kernel.dylib 0x22e59b428 semwait_signal + 8 1 libsystem_c.dylib 0x22e5105d0 nanosleep + 212 2 Foundation 0x22f3e9ba8 +[NSThread sleepForTimeInterval:] + 136 3 KhmerCalendar 0x1010bbba8 hzWaitUntilIntervalOnQueue (HZDispatch.m:39) 4 KhmerCalendar 0x1010bba94 hzWaitUntilInterval (HZDispatch.m:19) 5 KhmerCalendar 0x10117d464 -[HZWaterfallFetcher fetchTraditionalAdNetwork:index:shouldStop:fetchComplete:hasMediationFill:fetchOptions:datumsAlreadyFetched:mediationFetchStartDate:unifiedAuctionStartDate:shouldTriggerExchangeAuction:timeToAuction:waterfallSet:datumsToCheckShowability:showableAdaptersWithAnAdInRange:numberOfShowableNetworksToFetch:adType:] (HZWaterfallFetcher.m:361) 6 KhmerCalendar 0x10117c8e8 82-[HZWaterfallFetcher fetchWaterfall:creativeTypes:mediationSettings:fetchOptions:]_block_invoke.345 (HZWaterfallFetcher.m:193) 7 CoreFoundation 0x22e8eb4cc -[NSArrayM enumerateObjectsWithOptions:usingBlock:] + 216 8 KhmerCalendar 0x10117b720 82-[HZWaterfallFetcher fetchWaterfall:creativeTypes:mediationSettings:fetchOptions:]_block_invoke.302 (HZWaterfallFetcher.m:192) 9 libdispatch.dylib 0x22e43d6c8 _dispatch_call_block_and_release + 24 10 libdispatch.dylib 0x22e43e484 _dispatch_client_callout + 16 11 libdispatch.dylib 0x22e3e182c _dispatch_continuation_pop$VARIANT$mp + 412 12 libdispatch.dylib 0x22e3e0ef4 _dispatch_async_redirect_invoke + 600 13 libdispatch.dylib 0x22e3eda18 _dispatch_root_queue_drain + 376 14 libdispatch.dylib 0x22e3ee2c0 _dispatch_worker_thread2 + 128 15 libsystem_pthread.dylib 0x22e62117c _pthread_wqthread + 472 16 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
24. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
25. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
26. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
27. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
28. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
29. com.apple.network.connections
0 libusrtcp.dylib 0x22fd1e0e0 nw_tcp_access_globals + 36 1 libusrtcp.dylib 0x22fd58d4c tcp_input_available + 140 2 libusrtcp.dylib 0x22fd211e8 nw_protocol_tcp_input_available + 196 3 libnetwork.dylib 0x22fabef34 nw_channel_add_input_frames + 4060 4 libnetwork.dylib 0x22fabdef4 nw_channel_update_input_source + 136 5 libnetwork.dylib 0x22fabd788 __nw_channel_create_block_invoke.21 + 52 6 libdispatch.dylib 0x22e43e484 _dispatch_client_callout + 16 7 libdispatch.dylib 0x22e3e182c _dispatch_continuation_pop$VARIANT$mp + 412 8 libdispatch.dylib 0x22e3f1b9c _dispatch_source_invoke$VARIANT$mp + 1704 9 libdispatch.dylib 0x22e3e7a1c _dispatch_workloop_invoke$VARIANT$mp + 2000 10 libdispatch.dylib 0x22e3eeeb8 _dispatch_workloop_worker_thread + 600 11 libsystem_pthread.dylib 0x22e6210dc _pthread_wqthread + 312 12 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
30. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e6211c0 _pthread_wqthread + 540 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
31. Thread
0 libsystem_kernel.dylib 0x22e59bb9c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x22e621100 _pthread_wqthread + 348 2 libsystem_pthread.dylib 0x22e623cec start_wqthread + 4
32. com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x22e58fea4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x22e58f37c mach_msg + 72 2 CoreFoundation 0x22e995ad8 CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x22e990974 CFRunLoopRun + 1396 4 CoreFoundation 0x22e9900e0 CFRunLoopRunSpecific + 436 5 CFNetwork 0x22efb300c -[CoreSchedulingSetRunnable runForever] + 212 6 Foundation 0x22f4b923c NSThreadstart + 1040 7 libsystem_pthread.dylib 0x22e62025c _pthread_body + 128 8 libsystem_pthread.dylib 0x22e6201bc _pthread_start + 48 9 libsystem_pthread.dylib 0x22e623cf4 thread_start + 4
33. Thread
0 libsystem_kernel.dylib 0x22e58fef8 semaphore_timedwait_trap + 8 1 libdispatch.dylib 0x22e3df064 _dispatch_sema4_timedwait$VARIANT$mp + 64 2 libdispatch.dylib 0x22e3df9c0 _dispatch_semaphore_wait_slow + 72 3 libdispatch.dylib 0x22e3ed7dc _dispatch_worker_thread + 352 4 libsystem_pthread.dylib 0x22e62025c _pthread_body + 128 5 libsystem_pthread.dylib 0x22e6201bc _pthread_start + 48 6 libsystem_pthread.dylib 0x22e623cf4 thread_start + 4
34. Thread
0 libsystem_kernel.dylib 0x22e58fef8 semaphore_timedwait_trap + 8 1 libdispatch.dylib 0x22e3df064 _dispatch_sema4_timedwait$VARIANT$mp + 64 2 libdispatch.dylib 0x22e3df9c0 _dispatch_semaphore_wait_slow + 72 3 libdispatch.dylib 0x22e3ed7dc _dispatch_worker_thread + 352 4 libsystem_pthread.dylib 0x22e62025c _pthread_body + 128 5 libsystem_pthread.dylib 0x22e6201bc _pthread_start + 48 6 libsystem_pthread.dylib 0x22e623cf4 thread_start + 4
35. com.apple.CFStream.LegacyThread
0 libsystem_kernel.dylib 0x22e58fea4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x22e58f37c mach_msg + 72 2 CoreFoundation 0x22e995ad8 CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x22e990974 CFRunLoopRun + 1396 4 CoreFoundation 0x22e9900e0 CFRunLoopRunSpecific + 436 5 CoreFoundation 0x22e9a9174 _legacyStreamRunLoop_workThread + 268 6 libsystem_pthread.dylib 0x22e62025c _pthread_body + 128 7 libsystem_pthread.dylib 0x22e6201bc _pthread_start + 48 8 libsystem_pthread.dylib 0x22e623cf4 thread_start + 4
36. AVAudioSession Notify Thread
0 libsystem_kernel.dylib 0x22e58fea4 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x22e58f37c mach_msg + 72 2 CoreFoundation 0x22e995ad8 CFRunLoopServiceMachPort + 236 3 CoreFoundation 0x22e990974 CFRunLoopRun + 1396 4 CoreFoundation 0x22e9900e0 CFRunLoopRunSpecific + 436 5 AVFAudio 0x2349a460c GenericRunLoopThread::Entry(void) + 164 6 AVFAudio 0x2349d0768 CAPThread::Entry(CAPThread) + 88 7 libsystem_pthread.dylib 0x22e62025c _pthread_body + 128 8 libsystem_pthread.dylib 0x22e6201bc _pthread_start + 48 9 libsystem_pthread.dylib 0x22e623cf4 thread_start + 4
37. WebCore: LocalStorage
0 libsystem_kernel.dylib 0x22e59af0c psynch_cvwait + 8 1 libsystem_pthread.dylib 0x22e618c88 _pthread_cond_wait$VARIANT$mp + 636 2 JavaScriptCore 0x235d37794 WTF::ThreadCondition::timedWait(WTF::Mutex&, WTF::WallTime) + 80 3 JavaScriptCore 0x235d1e9a0 WTF::ParkingLot::parkConditionallyImpl(void const*, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2004 4 WebKitLegacy 0x238c87180 bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5 WebKitLegacy 0x238c89e24 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 0x238c8943c WebCore::StorageThread::threadEntryPoint() + 68
7 JavaScriptCore 0x235d359f0 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext) + 256
8 JavaScriptCore 0x235d36f58 WTF::wtfThreadEntryPoint(void) + 12
9 libsystem_pthread.dylib 0x22e62025c _pthread_body + 128
10 libsystem_pthread.dylib 0x22e6201bc _pthread_start + 48
11 libsystem_pthread.dylib 0x22e623cf4 thread_start + 4
38. WTF::AutomaticThread
0 libsystem_kernel.dylib 0x22e59af0c __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x22e618c88 _pthread_cond_wait$VARIANT$mp + 636 2 JavaScriptCore 0x235d377d8 WTF::ThreadCondition::timedWait(WTF::Mutex&, WTF::WallTime) + 148 3 JavaScriptCore 0x235d1e9a0 WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2004 4 JavaScriptCore 0x235cf82e4 bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 184
5 JavaScriptCore 0x235cf8684 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 216
6 JavaScriptCore 0x235d359f0 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext ) + 256
7 JavaScriptCore 0x235d36f58 WTF::wtfThreadEntryPoint(void*) + 12
8 libsystem_pthread.dylib 0x22e62025c _pthread_body + 128
9 libsystem_pthread.dylib 0x22e6201bc _pthread_start + 48
10 libsystem_pthread.dylib 0x22e623cf4 thread_start + 4
`