Getting lots of crashes due to Fatal signal EXC_BREAKPOINT / EXC_ARM_BREAKPOINT at _dispatch_queue_wakeup_with_qos_slow.
We have always been seeing a small number of these in iOS 8 with only system symbols in the stack trace. BaseBoard in particular seemed to be the main source.
However, in iOS 9 the volume has increased substantially and BaseBoard no longer seems to be the main culprit. Here is the stack from a crashing thread in iOS 9:
libdispatch.dylib _dispatch_queue_wakeup_with_qos_slow+ 1008
libdispatch.dylib _dispatch_queue_wakeup_with_qos_slow+ 36
libdispatch.dylib _dispatch_barrier_sync_f_slow+ 1104
libsystem_network.dylib tcp_connection_did_fallback+ 100
CFNetwork SocketStream::copyProperty_NoLock(void const*, __CFString const*)+ 1796
CoreFoundation CFReadStreamCopyProperty+ 156
CFNetwork HTTPProtocol::handleStreamEvent(__CFHTTPMessage*, dispatch_data_s*, CFStreamError const*)+ 188
CFNetwork ___ZN11SSPDYStream22_onqueue_invokeHandlerEv_block_invoke+ 44
libdispatch.dylib _dispatch_client_callout+ 12
libdispatch.dylib _dispatch_block_invoke+ 536
CFNetwork RunloopBlockContext::_invoke_block(void const*, void*)+ 32
CoreFoundation CFArrayApplyFunction+ 64
CFNetwork RunloopBlockContext::perform()+ 132
CFNetwork MultiplexerSource::perform()+ 308
CFNetwork MultiplexerSource::_perform(void*)+ 64
CoreFoundation __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__+ 20
CoreFoundation __CFRunLoopDoSources0+ 536
CoreFoundation __CFRunLoopRun+ 720
CoreFoundation CFRunLoopRunSpecific+ 380
CFNetwork +[NSURLConnection(Loader) _resourceLoadLoop:]+ 408
Foundation __NSThread__start__+ 996
libsystem_pthread.dylib _pthread_body+ 152
libsystem_pthread.dylib _pthread_start+ 152
libsystem_pthread.dylib thread_start+