sspogra
sspogra
@rizafran Another crash log for same code- Crashed: com.google.GDTCORFlatFileStorage 0 libsystem_kernel.dylib 0x7b38 __pthread_kill + 8 1 libsystem_pthread.dylib 0x73bc pthread_kill + 268 2 libsystem_c.dylib 0x20524 abort + 168 3 libsystem_malloc.dylib 0x1ca04...
@wu-hui Unable to re-produce it locally but when app goes live it occurred again.
Another crash for same code - Crashed: com.apple.main-thread 0 libsystem_kernel.dylib 0x7b38 __pthread_kill + 8 1 libsystem_pthread.dylib 0x73bc pthread_kill + 268 2 libsystem_c.dylib 0x20524 abort + 168 3 libsystem_malloc.dylib 0x1ca04 _malloc_put...
@wu-hui Unable to reproduce it locally.
@wu-hui Another crash log for same scenario Crashed: com.google.firebase.firestore 0 libsystem_kernel.dylib 0x7b38 __pthread_kill + 8 1 libsystem_pthread.dylib 0x73bc pthread_kill + 268 2 libsystem_c.dylib 0x20524 abort + 168 3 libsystem_malloc.dylib 0x1ca04...
@wu-hui Reproduced it locally on addSnapshotListener on firebase version 9.3.0 ``` #0 0x117ec384f in firebase::firestore::immutable::impl::LlrbNodeIterator::get() const llrb_node_iterator.h:152 #1 0x117eea194 in firebase::firestore::local::LocalDocumentsView::ComputeViews(firebase::firestore::immutable::SortedMap, std::__1::unordered_map&&, firebase::firestore::immutable::SortedSet const&) local_documents_view.cc:219 #2 0x117ee8716 in firebase::firestore::local::LocalDocumentsView::GetLocalViewOfDocuments(firebase::firestore::immutable::SortedMap const&,...
Hi @dconeybe I am not able to reproduce it on local. Crashed only on live app.
@dconeybe Yes I can remove every minute check data on firestore.
@dconeybe Problem solved by removing repeatedly adding snapshot listener.