I have received two strange crash reports from an iPad11,7 running iPadOS 15.1 and an iPad11,2 running iPadOS 15.2.
On both occasions, the crashed thread calls CFURLRequestSetMainDocumentURL
, which in turn calls _dispatch_source_set_runloop_timer_4CF
in libdispatch
, after which the application crashes with SIGSEGV
and SEGV_MAPERR
.
The crashed thread's call stack is displayed below. Full crash logs are attached as well. What could this be?
Exception Type: SIGSEGV
Exception Codes: SEGV_MAPERR at 0x21d
Crashed Thread: 20
Thread 20 Crashed:
0 libdispatch.dylib 0x00000001829e1784 _dispatch_source_set_runloop_timer_4CF + 36
1 CFNetwork 0x00000001834fc824 CFURLRequestSetMainDocumentURL + 2240
2 CFNetwork 0x00000001836b89a8 _CFNetworkErrorGetLocalizedDescription + 693652
3 CFNetwork 0x00000001834fdb1c CFURLRequestSetMainDocumentURL + 7096
4 CFNetwork 0x00000001834f3c34 CFURLRequestSetURL + 9668
5 libdispatch.dylib 0x00000001829ca914 _dispatch_call_block_and_release + 28
6 libdispatch.dylib 0x00000001829cc660 _dispatch_client_callout + 16
7 libdispatch.dylib 0x00000001829d3de4 _dispatch_lane_serial_drain + 668
8 libdispatch.dylib 0x00000001829d498c _dispatch_lane_invoke + 440
9 libdispatch.dylib 0x00000001829d5c74 _dispatch_workloop_invoke + 1792
10 libdispatch.dylib 0x00000001829df1a8 _dispatch_workloop_worker_thread + 652
11 libsystem_pthread.dylib 0x00000001f1eea0f4 _pthread_wqthread + 284
12 libsystem_pthread.dylib 0x00000001f1ee9e94 start_wqthread + 4
Incident Identifier: 02d50c5a-2a3e-47fe-bbb8-4bd27817be89 CrashReporter Key: E21283E5-3C57-4509-8A07-E01B79ADB9EB Hardware Model: iPad11,2 Process: REDACTED [306] Path: /private/var/containers/Bundle/Application/C50FDECE-9692-4661-B489-8C360F3D13D3/REDACTED.app/REDACTED Identifier: net.REDACTED Version: 1.14 (1.14) Code Type: arm64 Parent Process: [1] Date/Time: 2021-12-14T13:56:04.999Z Launch Time: 2021-12-14T03:31:23Z OS Version: iPadOS 15.2 (19C56) Report Version: 104 Exception Type: SIGSEGV Exception Codes: SEGV_MAPERR at 0x58 Crashed Thread: 21 Thread 21 Crashed: 0 libdispatch.dylib 0x0000000184365790 _dispatch_source_set_runloop_timer_4CF + 32 1 CFNetwork 0x0000000184e7fd9c 0x184e5e000 + 138652 2 CFNetwork 0x000000018503c62c 0x184e5e000 + 1959468 3 CFNetwork 0x0000000184e81094 0x184e5e000 + 143508 4 CFNetwork 0x0000000184e771b4 0x184e5e000 + 102836 5 libdispatch.dylib 0x000000018434e924 _dispatch_call_block_and_release + 32 6 libdispatch.dylib 0x0000000184350670 _dispatch_client_callout + 20 7 libdispatch.dylib 0x0000000184357df4 _dispatch_lane_serial_drain + 672 8 libdispatch.dylib 0x000000018435899c _dispatch_lane_invoke + 444 9 libdispatch.dylib 0x0000000184359c84 _dispatch_workloop_invoke + 1796 10 libdispatch.dylib 0x00000001843631b8 _dispatch_workloop_worker_thread + 656 11 libsystem_pthread.dylib 0x00000001f3f570f4 _pthread_wqthread + 288 12 libsystem_pthread.dylib 0x00000001f3f56e94 start_wqthread + 8 Thread 0: 0 libdispatch.dylib 0x000000018438add8 DYLD-STUB$$objc_msgSend + 0 1 CoreData 0x000000018bd36784 -[NSSQLKeypathExpressionIntermediate _generateSQLForProperty:startEntity:startAlias:keypath:inContext:] + 172 2 CoreData 0x000000018bd17230 -[NSSQLKeypathExpressionIntermediate _generateSQLForKeyPathExpression:allowToMany:inContext:] + 1292 3 CoreData 0x000000018bd166cc -[NSSQLIntermediate _generateSQLForKeyPathExpression:allowToMany:inContext:] + 124 4 CoreData 0x000000018bcc5acc -[NSSQLSimpleWhereIntermediate generateSQLStringInContext:] + 7164 5 CoreData 0x000000018bd11318 -[NSSQLFetchIntermediate generateSQLStringInContext:] + 124 6 CoreData 0x000000018bd8b1e4 -[NSSQLFetchCountIntermediate generateSQLStringInContext:] + 384 7 CoreData 0x000000018bcf39ac -[NSSQLGenerator newSQLStatementForRequest:ignoreInheritance:countOnly:nestingLevel:nestIsWhereScoped:requestContext:] + 2916 8 CoreData 0x000000018bcbfaa8 -[NSSQLiteAdapter _statementForFetchRequestContext:ignoreInheritance:countOnly:nestingLevel:] + 128 9 CoreData 0x000000018bceeff4 -[NSSQLiteAdapter newCountStatementWithFetchRequestContext:] + 96 10 CoreData 0x000000018bcbfcb8 -[NSSQLFetchRequestContext fetchStatement] + 244 11 CoreData 0x000000018bcef144 _executeCountRequest + 244 12 CoreData 0x000000018bd489cc -[NSSQLCountRequestContext executeRequestCore:] + 28 13 CoreData 0x000000018bd901f8 -[NSSQLStoreRequestContext executeRequestUsingConnection:] + 224 14 CoreData 0x000000018bcefeec __52-[NSSQLDefaultConnectionManager handleStoreRequest:]_block_invoke + 68 15 CoreData 0x000000018bcc1674 __37-[NSSQLiteConnection performAndWait:]_block_invoke + 48 16 libdispatch.dylib 0x0000000184350670 _dispatch_client_callout + 20 17 libdispatch.dylib 0x000000018435f8c4 _dispatch_lane_barrier_sync_invoke_and_complete + 56 18 CoreData 0x000000018bcbf7b0 -[NSSQLiteConnection performAndWait:] + 176 19 CoreData 0x000000018bccc7a4 -[NSSQLDefaultConnectionManager handleStoreRequest:] + 248 20 CoreData 0x000000018bcdf5c0 -[NSSQLCoreDispatchManager routeStoreRequest:] + 252 21 CoreData 0x000000018bcd5460 -[NSSQLCore dispatchRequest:withRetries:] + 188 22 CoreData 0x000000018bcc1bac -[NSSQLCore executeRequest:withContext:error:] + 1016 23 CoreData 0x000000018be68c88 __65-[NSPersistentStoreCoordinator executeRequest:withContext:error:]_block_invoke.819 + 5368 24 CoreData 0x000000018bcca0c4 -[NSPersistentStoreCoordinator _routeHeavyweightBlock:] + 264 25 CoreData 0x000000018bcfbac0 -[NSPersistentStoreCoordinator executeRequest:withContext:error:] + 1248 26 CoreData 0x000000018bcde208 -[NSManagedObjectContext _countWithNoChangesForRequest:error:] + 328 27 CoreData 0x000000018bced06c -[NSManagedObjectContext _countForFetchRequest_:error:] + 232 28 CoreData 0x000000018bd5f46c -[NSManagedObjectContext countForFetchRequest:error:] + 24 29 CoreData 0x000000018be498c8 __82-[NSManagedObjectContext+ 1747144 (_NestedContextSupport) executeRequest:withContext:error:]_block_invoke + 548 30 CoreData 0x000000018be4c290 internalBlockToNSManagedObjectContextPerform + 100 31 libdispatch.dylib 0x0000000184350670 _dispatch_client_callout + 20 32 libdispatch.dylib 0x000000018435f99c _dispatch_async_and_wait_invoke + 92 33 libdispatch.dylib 0x0000000184350670 _dispatch_client_callout + 20 34 libdispatch.dylib 0x000000018435eb70 _dispatch_main_queue_callback_4CF + 944 35 CoreFoundation 0x0000000184696d84 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16 36 CoreFoundation 0x0000000184650f5c __CFRunLoopRun + 2540 37 CoreFoundation 0x0000000184664468 CFRunLoopRunSpecific + 600 38 GraphicsServices 0x00000001a01f038c GSEventRunModal + 164 39 UIKitCore 0x0000000187006088 -[UIApplication _run] + 1100 40 UIKitCore 0x0000000186d84958 UIApplicationMain + 2092 41 REDACTED 0x000000010426c134 main + 606516 (AppDelegate.swift:12) 42 ??? 0x00000001052f5aa4 0x0 + 0 Thread 1: 0 libsystem_kernel.dylib 0x00000001bb00c504 mach_msg_trap + 8 1 CoreFoundation 0x000000018464c738 __CFRunLoopServiceMachPort + 372 2 CoreFoundation 0x0000000184650a2c __CFRunLoopRun + 1212 3 CoreFoundation 0x0000000184664468 CFRunLoopRunSpecific + 600 4 Foundation 0x0000000185e80c94 -[NSRunLoop+ 101524 (NSRunLoop) runMode:beforeDate:] + 236 5 Foundation 0x0000000185ec1dc8 -[NSRunLoop+ 368072 (NSRunLoop) runUntilDate:] + 92 6 UIKitCore 0x0000000186f7f230 -[UIEventFetcher threadMain] + 524 7 Foundation 0x0000000185ed040c __NSThread__start__ + 808 8 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 9 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 2: 0 libsystem_kernel.dylib 0x00000001bb00cf90 __psynch_cvwait + 8 1 SignalRClient 0x000000010571070c SignalRClient.(Manager in _0DEB592A83220160D0A867EC9A8F696A).wait(Swift.Int) -> Swift.Int32 (WebSocket.swift:1633) 2 SignalRClient 0x00000001057100f0 closure #1 () -> () in SignalRClient.(Manager in _0DEB592A83220160D0A867EC9A8F696A).init() -> SignalRClient.(Manager in _0DEB592A83220160D0A867EC9A8F696A) (WebSocket.swift:1605) 3 SignalRClient 0x00000001057043d0 reabstraction thunk helper from @escaping @callee_guaranteed () -> () to @escaping @callee_unowned @convention(block) () -> () (<compiler-generated>:0) 4 libdispatch.dylib 0x000000018434e924 _dispatch_call_block_and_release + 32 5 libdispatch.dylib 0x0000000184350670 _dispatch_client_callout + 20 6 libdispatch.dylib 0x0000000184357df4 _dispatch_lane_serial_drain + 672 7 libdispatch.dylib 0x0000000184358968 _dispatch_lane_invoke + 392 8 libdispatch.dylib 0x00000001843631b8 _dispatch_workloop_worker_thread + 656 9 libsystem_pthread.dylib 0x00000001f3f570f4 _pthread_wqthread + 288 10 libsystem_pthread.dylib 0x00000001f3f56e94 start_wqthread + 8 Thread 3: 0 REDACTED 0x0000000104577be0 mach_exception_callback + 3800032 (PLCrashReporter.m:296) 1 REDACTED 0x00000001045713c8 exception_server_thread + 3773384 (PLCrashMachExceptionServer.m:770) 2 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 3 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 4: 0 libsystem_kernel.dylib 0x00000001bb00c504 mach_msg_trap + 8 1 CoreFoundation 0x000000018464c738 __CFRunLoopServiceMachPort + 372 2 CoreFoundation 0x0000000184650a2c __CFRunLoopRun + 1212 3 CoreFoundation 0x0000000184664468 CFRunLoopRunSpecific + 600 4 AudioSession 0x000000018da77308 CADeprecated::GenericRunLoopThread::Entry+ 25352 (void*) + 164 5 AudioSession 0x000000018da80d64 CADeprecated::CAPThread::Entry+ 64868 (CADeprecated::CAPThread*) + 92 6 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 7 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 5: 0 libsystem_kernel.dylib 0x00000001bb00c504 mach_msg_trap + 8 1 CoreFoundation 0x000000018464c738 __CFRunLoopServiceMachPort + 372 2 CoreFoundation 0x0000000184650a2c __CFRunLoopRun + 1212 3 CoreFoundation 0x0000000184664468 CFRunLoopRunSpecific + 600 4 Foundation 0x0000000185e80c94 -[NSRunLoop+ 101524 (NSRunLoop) runMode:beforeDate:] + 236 5 Foundation 0x0000000185e81450 -[NSRunLoop+ 103504 (NSRunLoop) run] + 92 6 REDACTED 0x000000010491f43c +[GAI threadMain:] + 64 7 Foundation 0x0000000185ed040c __NSThread__start__ + 808 8 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 9 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 6: 0 libsystem_kernel.dylib 0x00000001bb00c504 mach_msg_trap + 8 1 CoreFoundation 0x000000018464c738 __CFRunLoopServiceMachPort + 372 2 CoreFoundation 0x0000000184650a2c __CFRunLoopRun + 1212 3 CoreFoundation 0x0000000184664468 CFRunLoopRunSpecific + 600 4 CoreFoundation 0x00000001846e4b28 CFRunLoopRun + 64 5 Mapbox 0x00000001079e7644 mbgl::util::Thread<mbgl::AssetFileSource::Impl>::Thread<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&&&)::'lambda'()::operator()() + 276 6 Mapbox 0x00000001079e7444 std::__1::thread::thread<mbgl::util::Thread<mbgl::AssetFileSource::Impl>::Thread<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&&&)::'lambda'(), void>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&&&) + 844 7 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 8 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 7: 0 libsystem_kernel.dylib 0x00000001bb00c504 mach_msg_trap + 8 1 CoreFoundation 0x000000018464c738 __CFRunLoopServiceMachPort + 372 2 CoreFoundation 0x0000000184650a2c __CFRunLoopRun + 1212 3 CoreFoundation 0x0000000184664468 CFRunLoopRunSpecific + 600 4 CoreFoundation 0x00000001846e4b28 CFRunLoopRun + 64 5 Mapbox 0x0000000107a177dc mbgl::util::Thread<mbgl::OnlineFileSourceThread>::Thread<std::__1::tuple<> >(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::tuple<>&&)::'lambda'()::operator()() + 180 6 Mapbox 0x0000000107a17654 std::__1::thread::thread<mbgl::util::Thread<mbgl::OnlineFileSourceThread>::Thread<std::__1::tuple<> >(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::tuple<>&&)::'lambda'(), void>(std::__1::tuple<>&&) + 716 7 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 8 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 8: 0 libsystem_kernel.dylib 0x00000001bb00c504 mach_msg_trap + 8 1 CoreFoundation 0x000000018464c738 __CFRunLoopServiceMachPort + 372 2 CoreFoundation 0x0000000184650a2c __CFRunLoopRun + 1212 3 CoreFoundation 0x0000000184664468 CFRunLoopRunSpecific + 600 4 CoreFoundation 0x00000001846e4b28 CFRunLoopRun + 64 5 Mapbox 0x0000000107b665e4 mbgl::util::Thread<mbgl::MultiDatabaseFileSourceThread>::Thread<std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long long> >(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long long>&&)::'lambda'()::operator()() + 192 6 Mapbox 0x0000000107b664dc std::__1::thread::thread<mbgl::util::Thread<mbgl::MultiDatabaseFileSourceThread>::Thread<std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long long> >(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long long>&&)::'lambda'(), void>(std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long long>&&) + 992 7 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 8 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 9: 0 libsystem_kernel.dylib 0x00000001bb00c504 mach_msg_trap + 8 1 CoreFoundation 0x000000018464c738 __CFRunLoopServiceMachPort + 372 2 CoreFoundation 0x0000000184650a2c __CFRunLoopRun + 1212 3 CoreFoundation 0x0000000184664468 CFRunLoopRunSpecific + 600 4 CoreFoundation 0x00000001846e4b28 CFRunLoopRun + 64 5 Mapbox 0x00000001079f3f5c mbgl::util::Thread<mbgl::LocalFileSource::Impl>::Thread<std::__1::tuple<> >(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::tuple<>&&)::'lambda'()::operator()() + 204 6 Mapbox 0x00000001079f3dbc std::__1::thread::thread<mbgl::util::Thread<mbgl::LocalFileSource::Impl>::Thread<std::__1::tuple<> >(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::tuple<>&&)::'lambda'(), void>(std::__1::tuple<>&&) + 716 7 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 8 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 10: 0 libsystem_kernel.dylib 0x00000001bb00c504 mach_msg_trap + 8 1 CoreFoundation 0x000000018464c738 __CFRunLoopServiceMachPort + 372 2 CoreFoundation 0x0000000184650a2c __CFRunLoopRun + 1212 3 CoreFoundation 0x0000000184664468 CFRunLoopRunSpecific + 600 4 CoreFoundation 0x00000001846e4b28 CFRunLoopRun + 64 5 Mapbox 0x00000001079f8e2c mbgl::util::Thread<mbgl::MainResourceLoaderThread>::Thread<std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource> > >(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource> >&&)::'lambda'()::operator()() + 224 6 Mapbox 0x00000001079f8cd4 std::__1::thread::thread<mbgl::util::Thread<mbgl::MainResourceLoaderThread>::Thread<std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource> > >(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource> >&&)::'lambda'(), void>(std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource> >&&) + 692 7 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 8 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 11: 0 libsystem_kernel.dylib 0x00000001bb00c504 mach_msg_trap + 8 1 CoreFoundation 0x000000018464c738 __CFRunLoopServiceMachPort + 372 2 CoreFoundation 0x0000000184650a2c __CFRunLoopRun + 1212 3 CoreFoundation 0x0000000184664468 CFRunLoopRunSpecific + 600 4 CFNetwork 0x00000001850d83f0 0x184e5e000 + 2597872 5 Foundation 0x0000000185ed040c __NSThread__start__ + 808 6 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 7 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 12: 0 libsystem_kernel.dylib 0x00000001bb00cf90 __psynch_cvwait + 8 1 libc++.1.dylib 0x000000019cfb3ddc std::__1::condition_variable::wait+ 40412 (std::__1::unique_lock<std::__1::mutex>&) + 28 2 Mapbox 0x0000000107d4c510 std::__1::__deque_base<std::__1::function<void ()>, std::__1::allocator<std::__1::function<void ()> > >::clear() + 756 3 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 4 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 13: 0 libsystem_kernel.dylib 0x00000001bb00cf90 __psynch_cvwait + 8 1 libc++.1.dylib 0x000000019cfb3ddc std::__1::condition_variable::wait+ 40412 (std::__1::unique_lock<std::__1::mutex>&) + 28 2 Mapbox 0x0000000107d4c510 std::__1::__deque_base<std::__1::function<void ()>, std::__1::allocator<std::__1::function<void ()> > >::clear() + 756 3 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 4 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 14: 0 libsystem_kernel.dylib 0x00000001bb00cf90 __psynch_cvwait + 8 1 libc++.1.dylib 0x000000019cfb3ddc std::__1::condition_variable::wait+ 40412 (std::__1::unique_lock<std::__1::mutex>&) + 28 2 Mapbox 0x0000000107d4c510 std::__1::__deque_base<std::__1::function<void ()>, std::__1::allocator<std::__1::function<void ()> > >::clear() + 756 3 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 4 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 15: 0 libsystem_kernel.dylib 0x00000001bb00cf90 __psynch_cvwait + 8 1 libc++.1.dylib 0x000000019cfb3ddc std::__1::condition_variable::wait+ 40412 (std::__1::unique_lock<std::__1::mutex>&) + 28 2 Mapbox 0x0000000107d4c510 std::__1::__deque_base<std::__1::function<void ()>, std::__1::allocator<std::__1::function<void ()> > >::clear() + 756 3 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 4 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 16: 0 libsystem_kernel.dylib 0x00000001bb00cf90 __psynch_cvwait + 8 1 libc++.1.dylib 0x000000019cfb3ddc std::__1::condition_variable::wait+ 40412 (std::__1::unique_lock<std::__1::mutex>&) + 28 2 Mapbox 0x0000000107d4c510 std::__1::__deque_base<std::__1::function<void ()>, std::__1::allocator<std::__1::function<void ()> > >::clear() + 756 3 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 4 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 17: 0 libsystem_kernel.dylib 0x00000001bb00cf90 __psynch_cvwait + 8 1 libc++.1.dylib 0x000000019cfb3ddc std::__1::condition_variable::wait+ 40412 (std::__1::unique_lock<std::__1::mutex>&) + 28 2 Mapbox 0x0000000107d4c510 std::__1::__deque_base<std::__1::function<void ()>, std::__1::allocator<std::__1::function<void ()> > >::clear() + 756 3 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 4 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 18: 0 libsystem_kernel.dylib 0x00000001bb00d1d0 __select + 8 1 libsystem_pthread.dylib 0x00000001f3f579a4 _pthread_start + 148 2 libsystem_pthread.dylib 0x00000001f3f56ea0 thread_start + 8 Thread 19: 0 libsystem_kernel.dylib 0x00000001bb00df18 write + 8 1 CFNetwork 0x0000000184f3cc30 0x184e5e000 + 912432 2 libdispatch.dylib 0x000000018435f454 _dispatch_block_async_invoke2 + 148 3 libdispatch.dylib 0x0000000184350670 _dispatch_client_callout + 20 4 libdispatch.dylib 0x0000000184357df4 _dispatch_lane_serial_drain + 672 5 libdispatch.dylib 0x000000018435899c _dispatch_lane_invoke + 444 6 libdispatch.dylib 0x00000001843631b8 _dispatch_workloop_worker_thread + 656 7 libsystem_pthread.dylib 0x00000001f3f570f4 _pthread_wqthread + 288 8 libsystem_pthread.dylib 0x00000001f3f56e94 start_wqthread + 8 Thread 20: 0 libsystem_kernel.dylib 0x00000001bb00cb2c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001f3f56e94 start_wqthread + 8 Thread 22: 0 libsystem_kernel.dylib 0x00000001bb00cb2c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001f3f56e94 start_wqthread + 8 Thread 23: 0 libsystem_kernel.dylib 0x00000001bb00cb2c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001f3f56e94 start_wqthread + 8 Thread 24: 0 libsystem_kernel.dylib 0x00000001bb00cb2c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001f3f56e94 start_wqthread + 8 Thread 25: 0 libsystem_kernel.dylib 0x00000001bb00d1a4 __ulock_wait + 8 1 libdispatch.dylib 0x0000000184350e08 _dispatch_thread_event_wait_slow + 56 2 libdispatch.dylib 0x000000018435fbac __DISPATCH_WAIT_FOR_QUEUE__ + 364 3 libdispatch.dylib 0x000000018435f754 _dispatch_sync_f_slow + 144 4 CoreData 0x000000018bcbefec _perform + 204 5 CoreData 0x000000018be49574 -[NSManagedObjectContext+ 1746292 (_NestedContextSupport) executeRequest:withContext:error:] + 228 6 CoreData 0x000000018bcde208 -[NSManagedObjectContext _countWithNoChangesForRequest:error:] + 328 7 CoreData 0x000000018bced06c -[NSManagedObjectContext _countForFetchRequest_:error:] + 232 8 CoreData 0x000000018bd5f46c -[NSManagedObjectContext countForFetchRequest:error:] + 24 9 REDACTED 0x00000001041e1824 -[ALOManagedObjectSerializer _fetchOrCreateObjectFromJSONDictionary:inContext:error:] + 38948 (ALOManagedObjectSerializer.m:347) 10 REDACTED 0x00000001041e0398 -[ALOManagedObjectSerializer managedObjectFromJSONDictionary:inContext:processedObjects:error:] + 33688 (ALOManagedObjectSerializer.m:0) 11 REDACTED 0x00000001041e02a8 +[ALOManagedObjectSerializer managedObjectOfClass:fromJSONDictionary:keyWhitelist:modelMapping:inContext:processedObjects:error:] + 33448 (ALOManagedObjectSerializer.m:0) 12 REDACTED 0x00000001041e0174 +[ALOManagedObjectSerializer managedObjectOfClass:fromJSONDictionary:keyWhitelist:modelMapping:inContext:error:] + 33140 (ALOManagedObjectSerializer.m:0) 13 REDACTED 0x0000000104202a8c __53-[ALOObjectResponseSerializer parseCollection:error:]_block_invoke + 174732 (ALOObjectResponseSerializer.m:0) 14 CoreData 0x000000018bcbf0b4 developerSubmittedBlockToNSManagedObjectContextPerform + 156 15 libdispatch.dylib 0x0000000184350670 _dispatch_client_callout + 20 16 libdispatch.dylib 0x000000018435fcf4 _dispatch_sync_invoke_and_complete_recurse + 64 17 libdispatch.dylib 0x000000018435f770 _dispatch_sync_f_slow + 172 18 CoreData 0x000000018bcbf314 -[NSManagedObjectContext performBlockAndWait:] + 264 19 REDACTED 0x00000001042027d4 -[ALOObjectResponseSerializer parseCollection:error:] + 174036 (ALOObjectResponseSerializer.m:141) 20 REDACTED 0x00000001042021a8 -[ALOObjectResponseSerializer getResponseObjectFromData:completion:] + 172456 (ALOObjectResponseSerializer.m:99) 21 REDACTED 0x0000000104256894 __74-[ALOHTTPClient getTransformedResponseWithResponse:serializer:completion:]_block_invoke + 518292 (ALOHTTPClient.m:422) 22 libdispatch.dylib 0x000000018434e924 _dispatch_call_block_and_release + 32 23 libdispatch.dylib 0x0000000184350670 _dispatch_client_callout + 20 24 libdispatch.dylib 0x0000000184357df4 _dispatch_lane_serial_drain + 672 25 libdispatch.dylib 0x0000000184358968 _dispatch_lane_invoke + 392 26 libdispatch.dylib 0x00000001843631b8 _dispatch_workloop_worker_thread + 656 27 libsystem_pthread.dylib 0x00000001f3f570f4 _pthread_wqthread + 288 28 libsystem_pthread.dylib 0x00000001f3f56e94 start_wqthread + 8 Thread 21 crashed with arm64 Thread State: x21: 0x0000000287e14fd0 x2: 0xffffffffffffffff x16: 0x0000000184365770 x3: 0x000000003b9aca00 x22: 0x0000000000000000 x4: 0x0000000000000000 x17: 0x00000001df93eb60 cpsr: 0x0000000020000000 x5: 0x000000014d4b18e0 x23: 0x0000000000000000 x6: 0x000000000000001b x18: 0x0000000000000000 x10: 0x00000001017df800 lr: 0x0000000184e7fd9c x7: 0x0000000000000100 x24: 0x0000000000000000 x11: 0x00000000aba95000 x8: 0x000000003b9aca00 x19: 0x0000000000000000 x25: 0x00000002826e78c0 x9: 0x800000d30a100b82 x12: 0x00000000016e3600 fp: 0x000000016bede660 x26: 0x0000000000000114 x13: 0x0000000000056e0e pc: 0x0000000184365790 x27: 0x0000000000000000 x14: 0x000000009d812800 x20: 0x0000000287c8e600 x0: 0x0000000000000000 sp: 0x000000016bede620 x28: 0x00000002827c4400 x15: 0x00000001dde3b3b8 x1: 0x000000d30a100b82
Incident Identifier: e4d7ea06-6f22-4b7e-b129-045599e1dee5 CrashReporter Key: A6855D38-B436-41B5-A323-8C63B7C24265 Hardware Model: iPad11,7 Process: REDACTED [12462] Path: /private/var/containers/Bundle/Application/BCA254D5-7356-4902-BE04-9CECC9AAA401/REDACTED.app/REDACTED Identifier: net.redacted Version: 1.11 (1.11) Code Type: arm64 Parent Process: [1] Date/Time: 2021-12-14T06:18:44.999Z Launch Time: 2021-12-04T07:29:00Z OS Version: iPadOS 15.1 (19B74) Report Version: 104 Exception Type: SIGSEGV Exception Codes: SEGV_MAPERR at 0x21d Crashed Thread: 20 Thread 20 Crashed: 0 libdispatch.dylib 0x00000001829e1784 _dispatch_source_set_runloop_timer_4CF + 36 1 CFNetwork 0x00000001834fc824 CFURLRequestSetMainDocumentURL + 2240 2 CFNetwork 0x00000001836b89a8 _CFNetworkErrorGetLocalizedDescription + 693652 3 CFNetwork 0x00000001834fdb1c CFURLRequestSetMainDocumentURL + 7096 4 CFNetwork 0x00000001834f3c34 CFURLRequestSetURL + 9668 5 libdispatch.dylib 0x00000001829ca914 _dispatch_call_block_and_release + 28 6 libdispatch.dylib 0x00000001829cc660 _dispatch_client_callout + 16 7 libdispatch.dylib 0x00000001829d3de4 _dispatch_lane_serial_drain + 668 8 libdispatch.dylib 0x00000001829d498c _dispatch_lane_invoke + 440 9 libdispatch.dylib 0x00000001829d5c74 _dispatch_workloop_invoke + 1792 10 libdispatch.dylib 0x00000001829df1a8 _dispatch_workloop_worker_thread + 652 11 libsystem_pthread.dylib 0x00000001f1eea0f4 _pthread_wqthread + 284 12 libsystem_pthread.dylib 0x00000001f1ee9e94 start_wqthread + 4 Thread 0: 0 libsystem_kernel.dylib 0x00000001b8fc3504 mach_msg_trap + 8 1 CoreFoundation 0x0000000182cc8688 __CFRunLoopServiceMachPort + 368 2 CoreFoundation 0x0000000182ccc97c __CFRunLoopRun + 1208 3 CoreFoundation 0x0000000182ce03b8 CFRunLoopRunSpecific + 596 4 GraphicsServices 0x000000019e67038c GSEventRunModal + 160 5 UIKitCore 0x00000001856806a8 -[UIApplication _run] + 1096 6 UIKitCore 0x00000001853ff7f4 UIApplicationMain + 2088 7 REDACTED 0x0000000102795564 0x102700000 + 611684 8 ??? 0x00000001037f1a24 0x0 + 0 Thread 1: 0 libsystem_kernel.dylib 0x00000001b8fc3f90 __psynch_cvwait + 8 1 SignalRClient 0x000000010492c714 SignalRClient.(Manager in _0DEB592A83220160D0A867EC9A8F696A).wait(Swift.Int) -> Swift.Int32 (WebSocket.swift:1633) 2 SignalRClient 0x000000010492c0f8 closure #1 () -> () in SignalRClient.(Manager in _0DEB592A83220160D0A867EC9A8F696A).init() -> SignalRClient.(Manager in _0DEB592A83220160D0A867EC9A8F696A) (WebSocket.swift:1605) 3 SignalRClient 0x00000001049203d8 reabstraction thunk helper from @escaping @callee_guaranteed () -> () to @escaping @callee_unowned @convention(block) () -> () (<compiler-generated>:0) 4 libdispatch.dylib 0x00000001829ca914 _dispatch_call_block_and_release + 28 5 libdispatch.dylib 0x00000001829cc660 _dispatch_client_callout + 16 6 libdispatch.dylib 0x00000001829d3de4 _dispatch_lane_serial_drain + 668 7 libdispatch.dylib 0x00000001829d4958 _dispatch_lane_invoke + 388 8 libdispatch.dylib 0x00000001829df1a8 _dispatch_workloop_worker_thread + 652 9 libsystem_pthread.dylib 0x00000001f1eea0f4 _pthread_wqthread + 284 10 libsystem_pthread.dylib 0x00000001f1ee9e94 start_wqthread + 4 Thread 2: 0 libsystem_kernel.dylib 0x00000001b8fc3504 mach_msg_trap + 8 1 CoreFoundation 0x0000000182cc8688 __CFRunLoopServiceMachPort + 368 2 CoreFoundation 0x0000000182ccc97c __CFRunLoopRun + 1208 3 CoreFoundation 0x0000000182ce03b8 CFRunLoopRunSpecific + 596 4 Foundation 0x00000001844fb354 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 5 Foundation 0x000000018453cc28 -[NSRunLoop(NSRunLoop) runUntilDate:] + 88 6 UIKitCore 0x00000001855f98a4 -[UIEventFetcher threadMain] + 520 7 Foundation 0x000000018454b36c __NSThread__start__ + 804 8 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 9 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 3: 0 REDACTED 0x0000000102aa094c 0x102700000 + 3803468 1 REDACTED 0x0000000102a9a134 0x102700000 + 3776820 2 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 3 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 4: 0 libsystem_kernel.dylib 0x00000001b8fc3504 mach_msg_trap + 8 1 CoreFoundation 0x0000000182cc8688 __CFRunLoopServiceMachPort + 368 2 CoreFoundation 0x0000000182ccc97c __CFRunLoopRun + 1208 3 CoreFoundation 0x0000000182ce03b8 CFRunLoopRunSpecific + 596 4 AudioSession 0x000000018c074308 CADeprecated::GenericRunLoopThread::Entry(void*) + 160 5 AudioSession 0x000000018c07dd64 CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 88 6 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 7 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 5: 0 libsystem_kernel.dylib 0x00000001b8fc3504 mach_msg_trap + 8 1 CoreFoundation 0x0000000182cc8688 __CFRunLoopServiceMachPort + 368 2 CoreFoundation 0x0000000182ccc97c __CFRunLoopRun + 1208 3 CoreFoundation 0x0000000182ce03b8 CFRunLoopRunSpecific + 596 4 Foundation 0x00000001844fb354 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 5 Foundation 0x00000001844fbb10 -[NSRunLoop(NSRunLoop) run] + 88 6 REDACTED 0x0000000102e4819c 0x102700000 + 7635356 7 Foundation 0x000000018454b36c __NSThread__start__ + 804 8 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 9 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 6: 0 libsystem_kernel.dylib 0x00000001b8fc3504 mach_msg_trap + 8 1 CoreFoundation 0x0000000182cc8688 __CFRunLoopServiceMachPort + 368 2 CoreFoundation 0x0000000182ccc97c __CFRunLoopRun + 1208 3 CoreFoundation 0x0000000182ce03b8 CFRunLoopRunSpecific + 596 4 CoreFoundation 0x0000000182d60a78 CFRunLoopRun + 60 5 Mapbox 0x0000000103aff644 mbgl::util::Thread<mbgl::AssetFileSource::Impl>::Thread<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&&&)::'lambda'()::operator()() + 276 6 Mapbox 0x0000000103aff444 std::__1::thread::thread<mbgl::util::Thread<mbgl::AssetFileSource::Impl>::Thread<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&>(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&&&)::'lambda'(), void>(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&&&) + 844 7 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 8 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 7: 0 libsystem_kernel.dylib 0x00000001b8fc3f90 __psynch_cvwait + 8 1 libc++.1.dylib 0x000000019b468ddc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 2 libc++.1.dylib 0x000000019b469984 std::__1::__assoc_sub_state::__sub_wait(std::__1::unique_lock<std::__1::mutex>&) + 52 3 libc++.1.dylib 0x000000019b4698d4 std::__1::__assoc_sub_state::copy() + 52 4 libc++.1.dylib 0x000000019b469c18 std::__1::future<void>::get() + 28 5 Mapbox 0x0000000103b2d75c mbgl::WorkTaskImpl<mbgl::util::Thread<mbgl::OnlineFileSourceThread>::pause()::'lambda'(), std::__1::tuple<> >::operator()() + 72 6 Mapbox 0x0000000103afa938 mbgl::util::RunLoop::process() + 456 7 CoreFoundation 0x0000000182d7c020 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24 8 CoreFoundation 0x0000000182d8cce0 __CFRunLoopDoSource0 + 204 9 CoreFoundation 0x0000000182cc6fe8 __CFRunLoopDoSources0 + 264 10 CoreFoundation 0x0000000182ccc7f4 __CFRunLoopRun + 816 11 CoreFoundation 0x0000000182ce03b8 CFRunLoopRunSpecific + 596 12 CoreFoundation 0x0000000182d60a78 CFRunLoopRun + 60 13 Mapbox 0x0000000103b2f7dc mbgl::util::Thread<mbgl::OnlineFileSourceThread>::Thread<std::__1::tuple<> >(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::tuple<>&&)::'lambda'()::operator()() + 180 14 Mapbox 0x0000000103b2f654 std::__1::thread::thread<mbgl::util::Thread<mbgl::OnlineFileSourceThread>::Thread<std::__1::tuple<> >(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::tuple<>&&)::'lambda'(), void>(std::__1::tuple<>&&) + 716 15 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 16 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 8: 0 libsystem_kernel.dylib 0x00000001b8fc3f90 __psynch_cvwait + 8 1 libc++.1.dylib 0x000000019b468ddc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 2 libc++.1.dylib 0x000000019b469984 std::__1::__assoc_sub_state::__sub_wait(std::__1::unique_lock<std::__1::mutex>&) + 52 3 libc++.1.dylib 0x000000019b4698d4 std::__1::__assoc_sub_state::copy() + 52 4 libc++.1.dylib 0x000000019b469c18 std::__1::future<void>::get() + 28 5 Mapbox 0x0000000103c7f508 mbgl::WorkTaskImpl<mbgl::util::Thread<mbgl::MultiDatabaseFileSourceThread>::pause()::'lambda'(), std::__1::tuple<> >::operator()() + 72 6 Mapbox 0x0000000103afa938 mbgl::util::RunLoop::process() + 456 7 CoreFoundation 0x0000000182d7c020 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24 8 CoreFoundation 0x0000000182d8cce0 __CFRunLoopDoSource0 + 204 9 CoreFoundation 0x0000000182cc6fe8 __CFRunLoopDoSources0 + 264 10 CoreFoundation 0x0000000182ccc7f4 __CFRunLoopRun + 816 11 CoreFoundation 0x0000000182ce03b8 CFRunLoopRunSpecific + 596 12 CoreFoundation 0x0000000182d60a78 CFRunLoopRun + 60 13 Mapbox 0x0000000103c7e5e4 mbgl::util::Thread<mbgl::MultiDatabaseFileSourceThread>::Thread<std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long long> >(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long long>&&)::'lambda'()::operator()() + 192 14 Mapbox 0x0000000103c7e4dc std::__1::thread::thread<mbgl::util::Thread<mbgl::MultiDatabaseFileSourceThread>::Thread<std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long long> >(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long long>&&)::'lambda'(), void>(std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long long>&&) + 992 15 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 16 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 9: 0 libsystem_kernel.dylib 0x00000001b8fc3504 mach_msg_trap + 8 1 CoreFoundation 0x0000000182cc8688 __CFRunLoopServiceMachPort + 368 2 CoreFoundation 0x0000000182ccc97c __CFRunLoopRun + 1208 3 CoreFoundation 0x0000000182ce03b8 CFRunLoopRunSpecific + 596 4 CoreFoundation 0x0000000182d60a78 CFRunLoopRun + 60 5 Mapbox 0x0000000103b0bf5c mbgl::util::Thread<mbgl::LocalFileSource::Impl>::Thread<std::__1::tuple<> >(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::tuple<>&&)::'lambda'()::operator()() + 204 6 Mapbox 0x0000000103b0bdbc std::__1::thread::thread<mbgl::util::Thread<mbgl::LocalFileSource::Impl>::Thread<std::__1::tuple<> >(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::tuple<>&&)::'lambda'(), void>(std::__1::tuple<>&&) + 716 7 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 8 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 10: 0 libsystem_kernel.dylib 0x00000001b8fc3504 mach_msg_trap + 8 1 CoreFoundation 0x0000000182cc8688 __CFRunLoopServiceMachPort + 368 2 CoreFoundation 0x0000000182ccc97c __CFRunLoopRun + 1208 3 CoreFoundation 0x0000000182ce03b8 CFRunLoopRunSpecific + 596 4 CoreFoundation 0x0000000182d60a78 CFRunLoopRun + 60 5 Mapbox 0x0000000103b10e2c mbgl::util::Thread<mbgl::MainResourceLoaderThread>::Thread<std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource> > >(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource> >&&)::'lambda'()::operator()() + 224 6 Mapbox 0x0000000103b10cd4 std::__1::thread::thread<mbgl::util::Thread<mbgl::MainResourceLoaderThread>::Thread<std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource> > >(std::__1::function<void ()>, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource> >&&)::'lambda'(), void>(std::__1::tuple<std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource>, std::__1::shared_ptr<mbgl::FileSource> >&&) + 692 7 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 8 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 11: 0 libsystem_kernel.dylib 0x00000001b8fc3504 mach_msg_trap + 8 1 CoreFoundation 0x0000000182cc8688 __CFRunLoopServiceMachPort + 368 2 CoreFoundation 0x0000000182ccc97c __CFRunLoopRun + 1208 3 CoreFoundation 0x0000000182ce03b8 CFRunLoopRunSpecific + 596 4 CFNetwork 0x00000001837546a0 _CFURLStorageSessionCopyIdentifier + 59780 5 Foundation 0x000000018454b36c __NSThread__start__ + 804 6 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 7 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 12: 0 libsystem_kernel.dylib 0x00000001b8fc3f90 __psynch_cvwait + 8 1 libc++.1.dylib 0x000000019b468ddc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 2 Mapbox 0x0000000103e64510 std::__1::__deque_base<std::__1::function<void ()>, std::__1::allocator<std::__1::function<void ()> > >::clear() + 756 3 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 4 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 13: 0 libsystem_kernel.dylib 0x00000001b8fc3f90 __psynch_cvwait + 8 1 libc++.1.dylib 0x000000019b468ddc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 2 Mapbox 0x0000000103e64510 std::__1::__deque_base<std::__1::function<void ()>, std::__1::allocator<std::__1::function<void ()> > >::clear() + 756 3 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 4 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 14: 0 libsystem_kernel.dylib 0x00000001b8fc3f90 __psynch_cvwait + 8 1 libc++.1.dylib 0x000000019b468ddc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 2 Mapbox 0x0000000103e64510 std::__1::__deque_base<std::__1::function<void ()>, std::__1::allocator<std::__1::function<void ()> > >::clear() + 756 3 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 4 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 15: 0 libsystem_kernel.dylib 0x00000001b8fc3f90 __psynch_cvwait + 8 1 libc++.1.dylib 0x000000019b468ddc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 2 Mapbox 0x0000000103e64510 std::__1::__deque_base<std::__1::function<void ()>, std::__1::allocator<std::__1::function<void ()> > >::clear() + 756 3 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 4 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 16: 0 libsystem_kernel.dylib 0x00000001b8fc3f90 __psynch_cvwait + 8 1 libc++.1.dylib 0x000000019b468ddc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 2 Mapbox 0x0000000103e64510 std::__1::__deque_base<std::__1::function<void ()>, std::__1::allocator<std::__1::function<void ()> > >::clear() + 756 3 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 4 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 17: 0 libsystem_kernel.dylib 0x00000001b8fc3f90 __psynch_cvwait + 8 1 libc++.1.dylib 0x000000019b468ddc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24 2 Mapbox 0x0000000103e64510 std::__1::__deque_base<std::__1::function<void ()>, std::__1::allocator<std::__1::function<void ()> > >::clear() + 756 3 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 4 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 18: 0 libsystem_kernel.dylib 0x00000001b8fc41d0 __select + 8 1 libsystem_pthread.dylib 0x00000001f1eea9a4 _pthread_start + 144 2 libsystem_pthread.dylib 0x00000001f1ee9ea0 thread_start + 4 Thread 19: 0 libsystem_kernel.dylib 0x00000001b8fc3b2c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001f1ee9e94 start_wqthread + 4 Thread 21: 0 libsystem_kernel.dylib 0x00000001b8fc3b2c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001f1ee9e94 start_wqthread + 4 Thread 22: 0 libsystem_kernel.dylib 0x00000001b8fc3b2c __workq_kernreturn + 8 1 libsystem_pthread.dylib 0x00000001f1ee9e94 start_wqthread + 4 Thread 23: 0 ??? 0x0000000000000000 0x0 + 0 Thread 20 crashed with arm64 Thread State: x21: 0x00000002881375c0 x2: 0xffffffffffffffff x16: 0x00000001829e1760 x3: 0x000000003b9aca00 x22: 0x0000000000000000 x4: 0x0000000000000000 x17: 0x00000001dddc2b70 cpsr: 0x0000000020000000 x5: 0x0000000153f12360 x23: 0x0000000000000000 x6: 0x0000000000000017 x18: 0x0000000000000000 x10: 0x00000001017df800 lr: 0x00000001834fc824 x7: 0x0000000000000100 x24: 0x0000000000000000 x11: 0x00000000aba95000 x8: 0x000000003b9aca00 x19: 0x0000000282d9e780 x25: 0x0000000000000200 x9: 0x80002142264b7ed8 x12: 0x00000000016e3600 fp: 0x000000016d812660 x26: 0x0000000000000114 x13: 0x0000000000050c23 pc: 0x00000001829e1784 x27: 0x0000000000000000 x14: 0x00000000fa023800 x20: 0x0000000280774c00 x0: 0x0000000282d9e780 sp: 0x000000016d812620 x28: 0x0000000281c69ac0 x15: 0x00000001dc31b118 x1: 0x00002142264b7ed8 Binary Images: 0x0000000102700000 - 0x000000010319bfff +REDACTED arm64 <f1a4fe4dfc143871a64d66c64e74597c> /private/var/containers/Bundle/Application/BCA254D5-7356-4902-BE04-9CECC9AAA401/REDACTED.app/REDACTED 0x0000000103760000 - 0x0000000103773fff +MapboxSpeech arm64 <8c8dd1506f5334e1b4d4216319745bcb> /private/var/containers/Bundle/Application/BCA254D5-7356-4902-BE04-9CECC9AAA401/REDACTED.app/Frameworks/MapboxSpeech.framework/MapboxSpeech 0x00000001037a0000 - 0x00000001037abfff +Polyline arm64 <c1a64c7368813ebcb23954ee5c7aa936> /private/var/containers/Bundle/Application/BCA254D5-7356-4902-BE04-9CECC9AAA401/REDACTED.app/Frameworks/Polyline.framework/Polyline 0x0000000103878000 - 0x00000001038d7fff +ReactiveObjC arm64 <b6b1fadcd3cf334caa3ff00c4ad5edac> /private/var/containers/Bundle/Application/BCA254D5-7356-4902-BE04-9CECC9AAA401/REDACTED.app/Frameworks/ReactiveObjC.framework/ReactiveObjC 0x000000010391c000 - 0x0000000103a0bfff +geos arm64 <78bbec06de8f32cd9ffb888052821578> /private/var/containers/Bundle/Application/BCA254D5-7356-4902-BE04-9CECC9AAA401/REDACTED.app/Frameworks/geos.framework/geos 0x0000000103aec000 - 0x000000010401bfff +Mapbox arm64 <8f3e82c352df39e5809d3389b6cbcad4> /private/var/containers/Bundle/Application/BCA254D5-7356-4902-BE04-9CECC9AAA401/REDACTED.app/Frameworks/Mapbox.framework/Mapbox 0x00000001042dc000 - 0x0000000104337fff +MapboxCoreNavigation arm64 <41dd840c97df300b9dd06dd33fb370b0> /private/var/containers/Bundle/Application/BCA254D5-7356-4902-BE04-9CECC9AAA401/REDACTED.app/Frameworks/MapboxCoreNavigation.framework/MapboxCoreNavigation 0x0000000104438000 - 0x000000010448ffff +MapboxDirections arm64 <7745ed9625d93590934881808fd936d0> /private/var/containers/Bundle/Application/BCA254D5-7356-4902-BE04-9CECC9AAA401/REDACTED.app/Frameworks/MapboxDirections.framework/MapboxDirections 0x000000010456c000 - 0x000000010464bfff +MapboxNavigation arm64 <7b8de54a9eae38169ec6e426146260f9> /private/var/containers/Bundle/Application/BCA254D5-7356-4902-BE04-9CECC9AAA401/REDACTED.app/Frameworks/MapboxNavigation.framework/MapboxNavigation 0x0000000104878000 - 0x000000010489ffff +MapboxMobileEvents arm64 <4860631e761e36c99da54504de704214> /private/var/containers/Bundle/Application/BCA254D5-7356-4902-BE04-9CECC9AAA401/REDACTED.app/Frameworks/MapboxMobileEvents.framework/MapboxMobileEvents 0x00000001048dc000 - 0x00000001048e7fff +Solar arm64 <58b0c7498c7630f5857a1c0376aa971a> /private/var/containers/Bundle/Application/BCA254D5-7356-4902-BE04-9CECC9AAA401/REDACTED.app/Frameworks/Solar.framework/Solar 0x00000001048fc000 - 0x0000000104947fff +SignalRClient arm64 <331b04d4e6123a6093775cf197791c9e> /private/var/containers/Bundle/Application/BCA254D5-7356-4902-BE04-9CECC9AAA401/REDACTED.app/Frameworks/SignalRClient.framework/SignalRClient 0x0000000104978000 - 0x000000010499ffff +Turf arm64 <e40d25bc29d03ff4a45223b2059cc984> /private/var/containers/Bundle/Application/BCA254D5-7356-4902-BE04-9CECC9AAA401/REDACTED.app/Frameworks/Turf.framework/Turf 0x00000001829c8000 - 0x0000000182a0efff libdispatch.dylib arm64e <a5cbaab3e3893548baacfab18411b94a> /usr/lib/system/libdispatch.dylib 0x0000000182cc1000 - 0x0000000183114fff CoreFoundation arm64e <b2d21cfd378c36d5baf73f70599cfefc> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x00000001834da000 - 0x000000018399efff CFNetwork arm64e <1f9e80ee1df136acbdfe22afb9a1b82e> /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x00000001844e3000 - 0x00000001847e8fff Foundation arm64e <d59c69755af237bc93be43b80b4293a5> /System/Library/Frameworks/Foundation.framework/Foundation 0x0000000185167000 - 0x00000001869ebfff UIKitCore arm64e <8388eb03002b3b35a78a6a022894292e> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x000000018c06e000 - 0x000000018c097fff AudioSession arm64e <99ff741f34943edf82b7c03c916ebad3> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession 0x000000019b45f000 - 0x000000019b4c2fff libc++.1.dylib arm64e <255864c483d93bac8c7aad1b2d8a60cc> /usr/lib/libc++.1.dylib 0x000000019e66f000 - 0x000000019e677fff GraphicsServices arm64e <44e4515eb18737f18fe028e7b087daf5> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x00000001b8fc2000 - 0x00000001b8ff5fff libsystem_kernel.dylib arm64e <b1b942de75903c61980a19d80ed4da37> /usr/lib/system/libsystem_kernel.dylib 0x00000001f1ee9000 - 0x00000001f1ef4fff libsystem_pthread.dylib arm64e <1a4a45fd1bb639df84140590ce103717> /usr/lib/system/libsystem_pthread.dylib
Replies
10
Boosts
1
Views
4.9k
Participants
5