firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.51k stars 1.44k forks source link

Crashes on - [APMIdentity updateIdentifiers] #9427

Closed ChengJingH closed 2 years ago

ChengJingH commented 2 years ago

The version of the project connected to the Firebase SDK is 7.9.0. I received some crash logs the day before, which is difficult for me to reproduce. The detailed crash information is as follows, please help

【Device Information】 Device model: iPhone 8 Plus System version: 15.3.1 (19D52) CPU Architecture: arm64-v8a Available memory size: 51.91 MB (1.75%) Available storage: 43.70 GB ( 18.33% )

crash trace:
#30 Thread SIGBUS BUS_ADRALN
0 AppTrackingTransparency 0x00000001c1b63000 + 10588
1 AppTrackingTransparency 0x00000001c1b63000 + 10540
2 AppTrackingTransparency 0x00000001c1b63000 + 10900
3 myAppName ___32-[APMIdentity updateIdentifiers]_block_invoke + 564
4 libdispatch.dylib __dispatch_call_block_and_release + 24
5 libdispatch.dylib __dispatch_client_callout + 16
6 libdispatch.dylib __dispatch_lane_serial_drain$VARIANT$armv81 + 604
7 libdispatch.dylib __dispatch_lane_invoke$VARIANT$armv81 + 388
8 libdispatch.dylib __dispatch_workloop_worker_thread + 616
9 libsystem_pthread.dylib __pthread_wqthread + 284

#0 Thread
0 libsystem_kernel.dylib _mach_msg_trap + 8
1 libsystem_kernel.dylib _mach_msg + 72
2 CoreFoundation ___CFRunLoopServiceMachPort + 368
3 CoreFoundation ___CFRunLoopRun + 1184
4 CoreFoundation _CFRunLoopRunSpecific + 572
5 GraphicsServices _GSEventRunModal + 160
6 UIKitCore -[UIApplication _run] + 1080
7 UIKitCore _UIApplicationMain + 332
8 myAppName main (main.mm:0)
9 ??? 0x000000010a914000 + 0

#1 Thread
0 libsystem_kernel.dylib ___workq_kernreturn + 8
1 libsystem_pthread.dylib __pthread_wqthread + 360

#2 JavaScriptCore bmalloc scavenger
0 libsystem_kernel.dylib ___psynch_cvwait + 8
1 libsystem_pthread.dylib __pthread_cond_wait$VARIANT$armv81 + 1216
2 libc++.1.dylib std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3 JavaScriptCore void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 108
4 JavaScriptCore bmalloc::Scavenger::threadRunLoop() + 380
5 JavaScriptCore bmalloc::Scavenger::Scavenger(std::__1::scoped_lock<bmalloc::Mutex> const&)
6 JavaScriptCore std::__1::__thread_specific_ptr<std::__1::__thread_struct>::set_pointer(std::__1::__thread_struct*)
7 libsystem_pthread.dylib __pthread_start + 116

#3 WebThread
0 libsystem_kernel.dylib _mach_msg_trap + 8
1 libsystem_kernel.dylib _mach_msg + 72
2 CoreFoundation ___CFRunLoopServiceMachPort + 368
3 CoreFoundation ___CFRunLoopRun + 1184
4 CoreFoundation _CFRunLoopRunSpecific + 572
5 WebCore RunWebThread(void*) + 768
6 libsystem_pthread.dylib __pthread_start + 116

#4 Thread
0 libsystem_kernel.dylib ___psynch_cvwait + 8
1 libsystem_pthread.dylib __pthread_cond_wait$VARIANT$armv81 + 1216
2 myAppName Condition::wait(BaseScopedLock<Mutex>&, long) (condition.h:73)
3 myAppName Condition::wait(long) (condition.h:0)
4 myAppName __async_log_thread (appender.cc:0)
5 myAppName Thread::start_routine(void*) (thread.h:412)
6 libsystem_pthread.dylib __pthread_start + 116

#5 com.apple.uikit.eventfetch-thread
0 libsystem_kernel.dylib _mach_msg_trap + 8
1 libsystem_kernel.dylib _mach_msg + 72
2 CoreFoundation ___CFRunLoopServiceMachPort + 368
3 CoreFoundation ___CFRunLoopRun + 1184
4 CoreFoundation _CFRunLoopRunSpecific + 572
5 Foundation -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232
6 Foundation -[NSRunLoop(NSRunLoop) runUntilDate:] + 88
7 UIKitCore -[UIEventFetcher threadMain] + 512
8 Foundation ___NSThread__start__ + 792
9 libsystem_pthread.dylib __pthread_start + 116

#6 Thread
0 libsystem_kernel.dylib ___psynch_cvwait + 8
1 libsystem_pthread.dylib __pthread_cond_wait$VARIANT$armv81 + 1216
2 libc++.1.dylib std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3 myAppLib myApp**Lib::OMMsgThread::Run() + 184
4 libsystem_pthread.dylib __pthread_start + 116

#7 Thread
0 libsystem_kernel.dylib _kevent + 8
1 myAppLib asio::detail::kqueue_reactor::run(long, asio::detail::op_queue<asio::detail::scheduler_operation>&) + 268
2 myAppLib asio::detail::scheduler::do_run_one(asio::detail::conditionally_enabled_mutex::scoped_lock&, asio::detail::scheduler_thread_info&, std::__1::error_code const&) + 260
3 myAppLib asio::detail::scheduler::run(std::__1::error_code&) + 236
4 myAppLib myApp**Lib::myAppTimeSyncTask::ThreadRunning() + 44
5 myAppLib void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, std::__1::__bind<void (myApp**Lib::myAppTimeSyncTask::*)(), myApp**Lib::myAppTimeSyncTask*> > >(void*) + 64
6 libsystem_pthread.dylib __pthread_start + 116

#8 Thread
0 libsystem_kernel.dylib _kevent + 8
1 myAppLib asio::detail::kqueue_reactor::run(long, asio::detail::op_queue<asio::detail::scheduler_operation>&) + 268
2 myAppLib asio::detail::scheduler::do_run_one(asio::detail::conditionally_enabled_mutex::scoped_lock&, asio::detail::scheduler_thread_info&, std::__1::error_code const&) + 260
3 myAppLib asio::detail::scheduler::run(std::__1::error_code&) + 236
4 myAppLib myApp**Lib::OMTimer::CustomLoop() + 92
5 myAppLib myApp**Lib::OMMsgThread::Run() + 100
6 libsystem_pthread.dylib __pthread_start + 116

#9 Thread 0 libsystem_kernel.dylib ___psynch_cvwait + 8 
1 libsystem_pthread.dylib __pthread_cond_wait$VARIANT$armv81 + 1216
2 myAppLib void asio::detail::posix_event::wait<asio::detail::conditionally_enabled_mutex::scoped_lock>(asio::detail::conditionally_enabled_mutex::scoped_lock&) + 52
3 myAppLib asio::detail::scheduler::do_run_one(asio::detail::conditionally_enabled_mutex::scoped_lock&, asio::detail::scheduler_thread_info&, std::__1::error_code const&) + 204
4 myAppLib asio::detail::scheduler::run(std::__1::error_code&) + 236
5 myAppLib asio::detail::posix_thread::func<asio::detail::resolver_service_base::work_io_context_runner>::run() + 44
6 myAppName asio_detail_posix_thread_function (posix_thread.hpp:70)
7 libsystem_pthread.dylib __pthread_start + 116

#10 Thread
0 libsystem_kernel.dylib ___psynch_cvwait + 8
1 libsystem_pthread.dylib __pthread_cond_wait$VARIANT$armv81 + 1216
2 libc++.1.dylib std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3 myAppLib myApp**Lib::OMMsgThread::Run() + 184
4 libsystem_pthread.dylib __pthread_start + 116

#11 Thread
0 libsystem_kernel.dylib ___psynch_cvwait + 8
1 libsystem_pthread.dylib __pthread_cond_wait$VARIANT$armv81 + 1216
2 libc++.1.dylib std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3 myAppLib myApp**Lib::OMMsgThread::Run() + 184
4 libsystem_pthread.dylib __pthread_start + 116

#12 Thread
0 libsystem_kernel.dylib _kevent + 8
1 myAppLib asio::detail::kqueue_reactor::run(long, asio::detail::op_queue<asio::detail::scheduler_operation>&) + 268
2 myAppLib asio::detail::scheduler::do_run_one(asio::detail::conditionally_enabled_mutex::scoped_lock&, asio::detail::scheduler_thread_info&, std::__1::error_code const&) + 260
3 myAppLib asio::detail::scheduler::run(std::__1::error_code&) + 236
4 myAppLib myApp**Lib::NetworkIoThread::CustomLoop() + 44
5 myAppLib myApp**Lib::OMMsgThread::Run() + 100
6 libsystem_pthread.dylib __pthread_start + 116

#13 Thread
0 libsystem_kernel.dylib ___psynch_cvwait + 8
1 libsystem_pthread.dylib __pthread_cond_wait$VARIANT$armv81 + 1216
2 libc++.1.dylib std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3 myAppLib myApp**Lib::OMMsgThread::Run() + 184
4 libsystem_pthread.dylib __pthread_start + 116

#14 MainRunloopMonitor
0 libsystem_kernel.dylib _semaphore_timedwait_trap + 8
1 libdispatch.dylib __dispatch_sema4_timedwait$VARIANT$armv81 + 60
2 libdispatch.dylib __dispatch_semaphore_wait_slow + 72
3 myAppName -[BLYMainRunloopMonitorManager monitorThreadRun] + 176
4 Foundation ___NSThread__start__ + 792
5 libsystem_pthread.dylib __pthread_start + 116

#15 com.apple.CoreMotion.MotionThread
0 libsystem_kernel.dylib _mach_msg_trap + 8
1 libsystem_kernel.dylib _mach_msg + 72
2 CoreFoundation ___CFRunLoopServiceMachPort + 368
3 CoreFoundation ___CFRunLoopRun + 1184
4 CoreFoundation _CFRunLoopRunSpecific + 572
5 CoreFoundation _CFRunLoopRun + 60
6 CoreMotion CLMotionActivity::isTypeInVehicle(CLMotionActivity::Type) + 21412
7 libsystem_pthread.dylib __pthread_start + 116

#16 com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib _mach_msg_trap + 8
1 libsystem_kernel.dylib _mach_msg + 72
2 CoreFoundation ___CFRunLoopServiceMachPort + 368
3 CoreFoundation ___CFRunLoopRun + 1184
4 CoreFoundation _CFRunLoopRunSpecific + 572
5 CFNetwork __CFURLStorageSessionCopyIdentifier + 50216
6 Foundation ___NSThread__start__ + 792
7 libsystem_pthread.dylib __pthread_start + 116

#17 Thread
0 libsystem_kernel.dylib ___psynch_cvwait + 8
1 libsystem_pthread.dylib __pthread_cond_wait$VARIANT$armv81 + 1216
2 libc++.1.dylib std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3 myAppLib myApp**Lib::OMMsgThread::Run() + 184
4 libsystem_pthread.dylib __pthread_start + 116

#18 Thread
0 libsystem_kernel.dylib ___psynch_cvwait + 8
1 libsystem_pthread.dylib __pthread_cond_wait$VARIANT$armv81 + 1216
2 libc++.1.dylib std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3 myAppLib myApp**Lib::OMMsgThread::Run() + 184
4 libsystem_pthread.dylib __pthread_start + 116

#19 im_logic_thread
0 libsystem_kernel.dylib _mach_msg_trap + 8
1 libsystem_kernel.dylib _mach_msg + 72 
2 CoreFoundation ___CFRunLoopServiceMachPort + 368
3 CoreFoundation ___CFRunLoopRun + 1184 
4 CoreFoundation _CFRunLoopRunSpecific + 572
5 Foundation -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232
6 ImSDK_Plus imbase::MessagePumpNSRunLoop::DoRun(imbase::MessagePump::Delegate*) + 128
7 ImSDK_Plus imbase::MessagePumpCFRunLoopBase::Run(imbase::MessagePump::Delegate*) + 96
8 ImSDK_Plus imbase::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, imbase::TimeDelta) + 120
9 ImSDK_Plus imbase::RunLoop::Run() + 292
10 ImSDK_Plus imbase::Thread::ThreadMain() + 308
11 ImSDK_Plus imbase::(anonymous namespace)::ThreadFunc(void*) + 100
12 libsystem_pthread.dylib __pthread_start + 116

#20 Thread
0 libsystem_kernel.dylib ___psynch_cvwait + 8
1 libsystem_pthread.dylib __pthread_cond_wait$VARIANT$armv81 + 1216
2 libc++.1.dylib std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 96
3 ImSDK_Plus _ZNSt3__118condition_variable10wait_untilINS_6chrono12steady_clockENS2_8durationIxNS_5ratioILl1ELl1000000000EEEEEEENS_9cv_statusERNS_11unique_lockINS_5mutexEEERKNS2_10time_pointIT with unmangled suffix "_T0_EE" + 200
4 ImSDK_Plus TXCCondition::wait(std::__1::unique_lock<TXCMutex>&, long) + 140
5 ImSDK_Plus TXCCondition::wait(long) + 60
6 ImSDK_Plus __async_log_thread() + 176
7 ImSDK_Plus void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)()> >(void*) + 44
8 libsystem_pthread.dylib __pthread_start + 116 

#21 db_thread
0 libsystem_kernel.dylib _mach_msg_trap + 8
1 libsystem_kernel.dylib _mach_msg + 72
2 CoreFoundation ___CFRunLoopServiceMachPort + 368
3 CoreFoundation ___CFRunLoopRun + 1184
4 CoreFoundation _CFRunLoopRunSpecific + 572
5 Foundation -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232
6 ImSDK_Plus imbase::MessagePumpNSRunLoop::DoRun(imbase::MessagePump::Delegate*) + 128
7 ImSDK_Plus imbase::MessagePumpCFRunLoopBase::Run(imbase::MessagePump::Delegate*) + 96
8 ImSDK_Plus imbase::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, imbase::TimeDelta) + 120
9 ImSDK_Plus imbase::RunLoop::Run() + 292
10 ImSDK_Plus imbase::Thread::ThreadMain() + 308
11 ImSDK_Plus imbase::(anonymous namespace)::ThreadFunc(void*) + 100
12 libsystem_pthread.dylib __pthread_start + 116

#22 AVAudioSession Notify Thread
0 libsystem_kernel.dylib _mach_msg_trap + 8
1 libsystem_kernel.dylib _mach_msg + 72
2 CoreFoundation ___CFRunLoopServiceMachPort + 368
3 CoreFoundation ___CFRunLoopRun + 1184
4 CoreFoundation _CFRunLoopRunSpecific + 572
5 AudioSession 0x000000018bfdb000 + 23932
6 AudioSession 0x000000018bfdb000 + 61612
7 libsystem_pthread.dylib __pthread_start + 116

#23 localdns
0 libsystem_kernel.dylib _mach_msg_trap + 8
1 libsystem_kernel.dylib _mach_msg + 72
2 CoreFoundation ___CFRunLoopServiceMachPort + 368
3 CoreFoundation ___CFRunLoopRun + 1184
4 CoreFoundation _CFRunLoopRunSpecific + 572
5 ImSDK_Plus imbase::MessagePumpCFRunLoop::DoRun(imbase::MessagePump::Delegate*) + 84
6 ImSDK_Plus imbase::MessagePumpCFRunLoopBase::Run(imbase::MessagePump::Delegate*) + 96
7 ImSDK_Plus imbase::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run(bool, imbase::TimeDelta) + 120
8 ImSDK_Plus imbase::RunLoop::Run() + 292
9 ImSDK_Plus imbase::Thread::ThreadMain() + 308
10 ImSDK_Plus imbase::(anonymous namespace)::ThreadFunc(void*) + 100
11 libsystem_pthread.dylib __pthread_start + 116

#24 Thread
0 libsystem_kernel.dylib ___workq_kernreturn + 8
1 libsystem_pthread.dylib __pthread_wqthread + 360

#25 Thread
0 libsystem_kernel.dylib ___workq_kernreturn + 8 
1 libsystem_pthread.dylib __pthread_wqthread + 360

#26 Thread
0 libsystem_kernel.dylib ___workq_kernreturn + 8
1 libsystem_pthread.dylib __pthread_wqthread + 360

#27 Thread
0 libsystem_kernel.dylib ___workq_kernreturn + 8
1 libsystem_pthread.dylib __pthread_wqthread + 360

#28 Thread
0 libsystem_kernel.dylib _kevent_id + 8
1 libdispatch.dylib __dispatch_kq_poll + 224
2 libdispatch.dylib __dispatch_event_loop_wait_for_ownership$VARIANT$armv81 + 440
3 libdispatch.dylib ___DISPATCH_WAIT_FOR_QUEUE__ + 308
4 libdispatch.dylib __dispatch_sync_f_slow + 136
5 myAppName -[APMIdentity appInstanceID] + 136
6 myAppName -[APMESDKProperty proto] + 268
7 myAppName -[APMEExperimentRequestBuilder request] + 296
8 myAppName -[APMETaskManager fetchExperiments] + 72
9 myAppName ___59-[APMETaskManager scheduleFetchingExperimentsOnWorkerQueue]_block_invoke + 72
10 libdispatch.dylib __dispatch_client_callout + 16
11  libdispatch.dylib __dispatch_continuation_pop$VARIANT$armv81 + 436
12 libdispatch.dylib __dispatch_source_invoke$VARIANT$armv81 + 1320
13 libdispatch.dylib __dispatch_root_queue_drain + 328
14 libdispatch.dylib __dispatch_worker_thread2 + 160
15 libsystem_pthread.dylib __pthread_wqthread + 224

#29 Thread
0 libsystem_kernel.dylib ___workq_kernreturn + 8
1 libsystem_pthread.dylib __pthread_wqthread + 360

#30 Thread
0 AppTrackingTransparency 0x00000001c1b63000 + 10588 
1 AppTrackingTransparency 0x00000001c1b63000 + 10540
2 AppTrackingTransparency 0x00000001c1b63000 + 10900
3 myAppName ___32-[APMIdentity updateIdentifiers]_block_invoke + 564
4 libdispatch.dylib __dispatch_call_block_and_release + 24
5 libdispatch.dylib __dispatch_client_callout + 16
6 libdispatch.dylib __dispatch_lane_serial_drain$VARIANT$armv81 + 604
7 libdispatch.dylib __dispatch_lane_invoke$VARIANT$armv81 + 388
8 libdispatch.dylib __dispatch_workloop_worker_thread + 616
9 libsystem_pthread.dylib __pthread_wqthread + 284

#31 Thread
0 libsystem_kernel.dylib ___workq_kernreturn + 8
1 libsystem_pthread.dylib __pthread_wqthread + 360

#32 Thread
0 libsystem_kernel.dylib ___workq_kernreturn + 8
1 libsystem_pthread.dylib __pthread_wqthread + 360

#33 Thread
0 libsystem_kernel.dylib _fsync + 8
1 Foundation __NSWriteDataToFileWithExtendedAttributes + 640
2 myAppName ___77-[BLYDataManager persistData:ofType:enableNotifications:withCompletionBlock:]_block_invoke + 220
3 Foundation ___NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 16
4 Foundation -[NSBlockOperation main] + 100
5 Foundation ___NSOPERATION_IS_INVOKING_MAIN__ + 20
6 Foundation -[NSOperation start] + 780
7 Foundation ___NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 20
8 Foundation ___NSOQSchedule_f + 180
9 libdispatch.dylib __dispatch_call_block_and_release + 24
10 libdispatch.dylib __dispatch_client_callout + 16
11 libdispatch.dylib __dispatch_continuation_pop$VARIANT$armv81 + 436
12 libdispatch.dylib __dispatch_async_redirect_invoke + 592
13 libdispatch.dylib __dispatch_root_queue_drain + 328
14 libdispatch.dylib __dispatch_worker_thread2 + 160
15 libsystem_pthread.dylib __pthread_wqthread + 224 

#34 Thread
0 libsystem_kernel.dylib ___workq_kernreturn + 8 
1 libsystem_pthread.dylib __pthread_wqthread + 360

#35 Thread
0
google-oss-bot commented 2 years ago

I found a few problems with this issue:

rizafran commented 2 years ago

Hi @ChengJingH, does the issue also reproducible using the latest SDK version? You may also share your Podfile.lock file to check. Thanks.

morganchen12 commented 2 years ago

Also, it would be helpful if you can symbolicate the AppTrackingTransparency symbols:

0 AppTrackingTransparency 0x00000001c1b63000 + 10588
1 AppTrackingTransparency 0x00000001c1b63000 + 10540
2 AppTrackingTransparency 0x00000001c1b63000 + 10900
google-oss-bot commented 2 years ago

Hey @ChengJingH. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

ChengJingH commented 2 years ago

Hi @ChengJingH, does the issue also reproducible using the latest SDK version? You may also share your Podfile.lock file to check. Thanks.

hi,@rizafran ,The following is the podfile information of the project

PODS:

DEPENDENCIES:

SPEC REPOS: "git@gitlab.**:cocoa/privaterepo.git": "git@gitlab.**:cocoa/thirdpartyrepo.git":

EXTERNAL SOURCES: A_FTCConfig: :path: "." MTPhoneMain: :path: "../framework" NewMonkey: :git: "git@gitlab.nn.com:ios/newmonkey.git" :tag: 0.0.6

CHECKOUT OPTIONS: NewMonkey: :git: "git@gitlab.nn.com:ios/newmonkey.git" :tag: 0.0.6

SPEC CHECKSUMS: A_FTCConfig: 0f53c8fff5873a82ced16e30670ec8c313e3bf7c AFNetworking: b191bcdce3856074ab0db95d5b1bedf327681cc1 Aspects: b333a44d467cafd8eab89855d7f5b195443abfeb BlocksKit: 699cc02aee568c2ce55861df2d6043dc6daeee74 Branch: 2c204109acb02ddb1c97d814466e71547e6c0908 Bugly: 4b83157b527bb313abcfd949b92a8e17de7435d1 BuglyExtension: 53bc5f737ab78717c1036975e60dff03786402c0 CocoaAsyncSocket: fe454acc196b3c2d23222b14c12f15e3eb5d77a3 DTCoreText: 59a5f659373c98fe8e19f34839de10c10157ea2d DTFoundation: e2a870d15631c6968f626a3b8c3fbf7515ac8bab DTLoupe: d0149100f43dc4753e8b3e11a33741d61ca65d92 DTRichTextEditor: 235e683ab6d36de44f5c1b4fa9af666b9b3b3be6 DTWebArchive: 687a37a29fe2e344133565065ae669c55ac1d640 FBSDKCoreKit: 59a65d9fe891c0b7704d1ff8697722beaa52a9de FBSDKLoginKit: 6dedc9d29f3e084db4ee5ff79b13faf0b956049a FBSDKShareKit: 3ec6d590e867248ed97202039ad7f6052b8d9216 Firebase: b057e7411ad638c3bfcf1ff920530f953315ee3e FirebaseAnalytics: 7bc3331f14fec6b431b7901a23910db1f8ae9882 FirebaseCore: 865287e5426a4a94f9170c2be39aa4dd0234d664 FirebaseCoreDiagnostics: 62007594a0ff43e7c38afd875c440e41bef5f30e FirebaseDynamicLinks: fce728a97822782564d0af04882722443005d4a5 FirebaseInstallations: aa6cac967f2495a64ad8e7dd463f870b409a9d08 FMDB: 3f4736f211bb82cf0d498c7812c6d51d39c87f36 MTPhoneMain: cdaa87362d4b4fe344001cfc077025b268170289 GoogleAppMeasurement: cbe1e237d7340409166dba1489fa0681b261d4e3 GoogleDataTransport: a59c044d685f8941884c9db3f8ec10c27eb362ac GoogleUtilities: 877f0531b23146b05d71e48079e16391df30900e HybridPageKit: 0ada210009f492eb4b18f910dff6cc09bcf451c8 IGListKit: 87667d5b84dbf8be7023517ffc19fb3955faca46 iPhoneSkinResource: e00cba9ec2bba94b28d6cadd13e8d80861817c33 IQKeyboardManager: f458ef7783b1745358a0835fd07e6b940cc6c493 JPFPSStatus: be4aee1755c7753af1caf4259e3c221c226f6a65 JRSwizzle: 2610c9cbe2cffd0e431b4681a0e8121acb066a36 KVOController: a3a4ad2d274e858bc2cfbd891ed05053e0c13325 libextobjc: a57033751ebe60c6ddacb68f53318f79f37ffa04 libwebp: 3bd2ba3b9774c385703e8352fcabe48ccc66b02c LookinServer: 60d69e0aab0a2e8fe8d45ee23e66d75fd45e8a08 lottie-ios: 07d81d1f3c07998aa08f43a8b39430ed7564b08c Masonry: 0fab2b92b45967990010d6240f686f72e9934eb3 MBProgressHUD: c04aa0dc1002c61d094b548f8c15e355204f5eec MLeaksFinder: be030b5bcec624f0e6948633077ca6c066164f00 MSWeakTimer: 2311d21299cfce7c5768915ae0c7c06a1e5dc35b nanopb: 51425dcf1ff080a6f53a379aa19d845627457fad NewMonkey: 29582bb081c8709f47ea26f6247715ebb5495c7f OCHamcrest: 0f025495e62ad0d3cf4d77e439e7338bf64532a3 OCMock: a436b6afd5c84019d371f4bfa0979cebb1301b72 openssl: 8aede23b3cd119aa6601c057069198713bb6a281 PromisesObjC: e358deb743b5da036e1a5d27a777affcfaa651eb RATreeView: 9c373277b14c30b5b9eac37c12a896c28517e7fd Reachability: ebae6c43e76403c8c5bd37af879641873df81b18 SAMKeychain: d67d0e3c1136275fea57659b810134285b22432a SDWebImage: a5895ced9bd1ef034d1924c036c734c5f1d3a778 SensorsAnalyticsSDK: c64f8bd3306bce39bf96dee7ca5b50b2b48adc1a Shimmer: a362c72ec1815abdde331b3736b20944cb4f6ec6 SnapKit: 0334c044ea2a7a2067ba3594cc0d5689584a2f64 SwiftLint: 531f803760a9d71e26693f0494716954bd044394 SwipeCellKit: 078325b3a57705c7782d991b74feb113603fe43c TBXML: adcd65a40a65dc2ca58544e1d446c62ed38ef927 TwitterCore: d0b2736df69d143452f5c804b249cae9a2db5b94 WechatOpenSDK: 44ccbadda0202eeb4c70479f9fc183e0c4f78abd Weibo_SDK: c1b02e5c11a69cea1103e396d250861575b80193 YYText: 0b8a7c4aa01c75e0b9b876229eb1744236107275

PODFILE CHECKSUM: 68858dd99b31e024458d07de8c6db0941800ff6a

COCOAPODS: 1.10.0

ChengJingH commented 2 years ago

Also, it would be helpful if you can symbolicate the AppTrackingTransparency symbols:

0 AppTrackingTransparency 0x00000001c1b63000 + 10588
1 AppTrackingTransparency 0x00000001c1b63000 + 10540
2 AppTrackingTransparency 0x00000001c1b63000 + 10900

@morganchen12 I've tried symbolization, but they all failed

paulb777 commented 2 years ago

This may be a duplicate of #6392 for which a fix is planned to go out next week with 8.14.0.

ChengJingH commented 2 years ago

This may be a duplicate of #6392 for which a fix is planned to go out next week with 8.14.0.

OK, thank you for your reply

Later, I will try to upgrade to 8.14.0

paulb777 commented 2 years ago

8.14.0 is now available