Post

Replies

Boosts

Views

Activity

Reply to com.apple.TextToSpeech.SpeechThread crash after iOS 16
Same issue. iPad14,2 and iPadOS 16.1.1 (20B101) Exception Type: SIGBUS Exception Codes: BUS_ADRERR at 0x24ce3cc94 Crashed Thread: 20 Thread 20 Crashed: 0 libobjc.A.dylib 0x00000001c228c654 dataSegmentsContain(objc_class*) + 120 1 libobjc.A.dylib 0x00000001c227bc74 lookUpImpOrForward + 856 2 libobjc.A.dylib 0x00000001c22760c4 _objc_msgSend_uncached + 64 3 libobjc.A.dylib 0x00000001c22755d8 AutoreleasePoolPage::releaseUntil(objc_object**) + 192 4 libobjc.A.dylib 0x00000001c2278f80 objc_autoreleasePoolPop + 252 5 libobjc.A.dylib 0x00000001c22a6bbc objc_tls_direct_base<AutoreleasePoolPage*, (tls_key)3, AutoreleasePoolPage::HotPageDealloc>::dtor_(void*) + 164 6 libsystem_pthread.dylib 0x00000002155bbbd8 _pthread_tsd_cleanup + 616 7 libsystem_pthread.dylib 0x00000002155be674 _pthread_exit + 80 8 libsystem_pthread.dylib 0x00000002155bb6d8 _pthread_start + 156 9 libsystem_pthread.dylib 0x00000002155baba4 thread_start + 4
Jan ’23
Reply to CFNetwork crash in CFURLRequestSetMainDocumentURL
Attached to this post are crash logs with better redaction / alignment. This is probably worthy of a separate topic, but I do briefly want to mention that the iPadOS 15.2 crash log failed to symbolicate automatically, and is still not fully symbolicated. I had to manually download iOS 15.2 arm64 and arm64e symbols and run symbolication with the symbolicatecrash command line utility. Xcode 13.2 freezes when I try to symbolicate the crash log through the Devices and Simulators window, and apparently Xcode 13.2 did not include the 15.2 symbols. Perhaps this is a result of downloading Xcode 13.2 manually from the Apple Developer downloads website, which was required due to the App Store Xcode issue described here. ipados_15_1.txt ipados_15_2.txt
Dec ’21