firebase / flutterfire

πŸ”₯ A collection of Firebase plugins for Flutter apps.
https://firebase.google.com/docs/flutter/setup
BSD 3-Clause "New" or "Revised" License
8.58k stars 3.94k forks source link

[cloud_firestore]: SIGABRT in release mode only #12551

Closed danReynolds closed 3 months ago

danReynolds commented 4 months ago

Is there an existing issue for this?

Which plugins are affected?

Core, Auth

Which platforms are affected?

iOS

Description

I recently updated to iOS SDK 10.22.0 and started seeing this startup crash.

I really don't know a lot about what's going on here but I've confirmed that dropping back down to 10.18.0 fixes it. I had to move to 10.22.0 to fix an issue with firebase_storage: https://github.com/firebase/flutterfire/issues/12429.

This is preventing us from building our app right now, since it just crashes on startup in release mode. Dev mode runs fine so not sure about the difference there.

Reproducing the issue

N/A

Firebase Core version

2.24.2

Flutter Version

3.19.0

Relevant Log Output

Thread 2 Queue : com.google.firebase.firestore (serial)
#0  0x00000001d5e1e558 in __pthread_kill ()
#1  0x00000001f6c63118 in pthread_kill ()
#2  0x000000019e403178 in abort ()
#3  0x000000019e45b0a4 in __assert_rtn ()
#4  0x00000001030c3924 in GRPC_ec_felem_neg.cold.1 at /Pods/BoringSSL-GRPC/src/crypto/fipsmodule/ec/felem.c:66
#5  0x000000010303c2a4 in GRPC_ec_felem_neg at /Pods/BoringSSL-GRPC/src/crypto/fipsmodule/ec/felem.c:66
#6  0x00000001030292d0 in ec_group_set_a_minus3 at /Pods/BoringSSL-GRPC/src/crypto/fipsmodule/ec/ec.c:106
#7  0x00000001030276ec in GRPC_EC_group_p256_do_init [inlined] at /Pods/BoringSSL-GRPC/src/crypto/fipsmodule/ec/ec.c:171
#8  0x00000001030275f0 in GRPC_EC_group_p256_init at /Pods/BoringSSL-GRPC/src/crypto/fipsmodule/ec/ec.c:144
#9  0x00000001f6c602fc in __pthread_once_handler ()
#10 0x00000001f6bc6940 in _os_once_callout ()
#11 0x00000001f6c5cf68 in pthread_once ()
#12 0x000000010309febc in GRPC_CRYPTO_once at /Pods/BoringSSL-GRPC/src/crypto/thread_pthread.c:61
#13 0x0000000103027e24 in GRPC_EC_group_p256 [inlined] at /Pods/BoringSSL-GRPC/src/crypto/fipsmodule/ec/ec.c:144
#14 0x0000000103027e10 in GRPC_EC_GROUP_new_by_curve_name at /Pods/BoringSSL-GRPC/src/crypto/fipsmodule/ec/ec.c:336
#15 0x000000010302a6b0 in GRPC_EC_KEY_new_by_curve_name at /Pods/BoringSSL-GRPC/src/crypto/fipsmodule/ec/ec_key.c:142
#16 0x00000001053cbdf8 in populate_ssl_context(ssl_ctx_st*, tsi_ssl_pem_key_cert_pair const*, char const*) at /Pods/gRPC-Core/src/core/tsi/ssl_transport_security.cc:843
#17 0x00000001053cb5f8 in tsi_create_ssl_client_handshaker_factory_with_options(tsi_ssl_client_handshaker_options const*, tsi_ssl_client_handshaker_factory**) at /Pods/gRPC-Core/src/core/tsi/ssl_transport_security.cc:2162
#18 0x00000001053c6fb4 in grpc_ssl_credentials::InitializeClientHandshakerFactory(grpc_ssl_config const*, char const*, tsi_ssl_root_certs_store const*, tsi_ssl_session_cache*, tsi_ssl_client_handshaker_factory**) at /Pods/gRPC-Core/src/core/lib/security/credentials/ssl/ssl_credentials.cc:216
#19 0x00000001053c6dfc in grpc_ssl_credentials::grpc_ssl_credentials(char const*, grpc_ssl_pem_key_cert_pair*, grpc_ssl_verify_peer_options const*) at /Pods/gRPC-Core/src/core/lib/security/credentials/ssl/ssl_credentials.cc:68
#20 0x00000001053c7534 in grpc_ssl_credentials::grpc_ssl_credentials(char const*, grpc_ssl_pem_key_cert_pair*, grpc_ssl_verify_peer_options const*) [inlined] at /Pods/gRPC-Core/src/core/lib/security/credentials/ssl/ssl_credentials.cc:49
#21 0x00000001053c7524 in ::grpc_ssl_credentials_create(const char *, grpc_ssl_pem_key_cert_pair *, const verify_peer_options *, void *) at /Pods/gRPC-Core/src/core/lib/security/credentials/ssl/ssl_credentials.cc:240
#22 0x0000000102c3ce68 in grpc::SslCredentials(grpc::SslCredentialsOptions const&) at /Pods/gRPC-C++/src/cpp/client/secure_credentials.cc:134
#23 0x00000001024e69b8 in firebase::firestore::remote::(anonymous namespace)::CreateSslCredentials(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) at /Pods/FirebaseFirestoreInternal/Firestore/core/src/remote/grpc_connection.cc:75
#24 0x00000001024e6558 in firebase::firestore::remote::GrpcConnection::CreateChannel() const at /Pods/FirebaseFirestoreInternal/Firestore/core/src/remote/grpc_connection.cc:313
#25 0x00000001024e6304 in firebase::firestore::remote::GrpcConnection::EnsureActiveStub() at /Pods/FirebaseFirestoreInternal/Firestore/core/src/remote/grpc_connection.cc:295
#26 0x00000001024e6a48 in firebase::firestore::remote::GrpcConnection::CreateStream(absl::lts_20240116::string_view, firebase::firestore::credentials::AuthToken const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, firebase::firestore::remote::GrpcStreamObserver*) at /Pods/FirebaseFirestoreInternal/Firestore/core/src/remote/grpc_connection.cc:341
#27 0x000000010258ce68 in firebase::firestore::remote::Stream::ResumeStartWithCredentials(firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) at /Pods/FirebaseFirestoreInternal/Firestore/core/src/remote/stream.cc:179
#28 0x000000010258e528 in firebase::firestore::remote::Stream::RequestCredentials()::$_0::operator()(absl::lts_20240116::optional<firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken> > const&, absl::lts_20240116::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&) const::'lambda'()::operator()() const [inlined] at /Pods/FirebaseFirestoreInternal/Firestore/core/src/remote/stream.cc:154
#29 0x000000010258e4f0 in decltype(std::declval<firebase::firestore::remote::Stream::RequestCredentials()::$_0::operator()(absl::lts_20240116::optional<firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken> > const&, absl::lts_20240116::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&) const::'lambda'()&>()()) std::__1::__invoke[abi:v15006]<firebase::firestore::remote::Stream::RequestCredentials()::$_0::operator()(absl::lts_20240116::optional<firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken> > const&, absl::lts_20240116::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&) const::'lambda'()&>(firebase::firestore::remote::Stream::RequestCredentials()::$_0::operator()(absl::lts_20240116::optional<firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken> > const&, absl::lts_20240116::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&) const::'lambda'()&) [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/invoke.h:394
#30 0x000000010258e4f0 in void std::__1::__invoke_void_return_wrapper<void, true>::__call<firebase::firestore::remote::Stream::RequestCredentials()::$_0::operator()(absl::lts_20240116::optional<firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken> > const&, absl::lts_20240116::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&) const::'lambda'()&>(firebase::firestore::remote::Stream::RequestCredentials()::$_0::operator()(absl::lts_20240116::optional<firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken> > const&, absl::lts_20240116::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&) const::'lambda'()&) [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/invoke.h:479
#31 0x000000010258e4f0 in std::__1::__function::__alloc_func<firebase::firestore::remote::Stream::RequestCredentials()::$_0::operator()(absl::lts_20240116::optional<firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken> > const&, absl::lts_20240116::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&) const::'lambda'(), std::__1::allocator<firebase::firestore::remote::Stream::RequestCredentials()::$_0::operator()(absl::lts_20240116::optional<firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken> > const&, absl::lts_20240116::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&) const::'lambda'()>, void ()>::operator()[abi:v15006]() [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:185
#32 0x000000010258e4f0 in std::__1::__function::__func<firebase::firestore::remote::Stream::RequestCredentials()::$_0::operator()(absl::lts_20240116::optional<firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken> > const&, absl::lts_20240116::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&) const::'lambda'(), std::__1::allocator<firebase::firestore::remote::Stream::RequestCredentials()::$_0::operator()(absl::lts_20240116::optional<firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken> > const&, absl::lts_20240116::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&) const::'lambda'()>, void ()>::operator()() at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:359
#33 0x000000010245d110 in std::__1::__function::__value_func<void ()>::operator()[abi:v15006]() const [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:512
#34 0x000000010245d0fc in std::__1::function<void ()>::operator()() const [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:1197
#35 0x000000010245d0fc in firebase::firestore::util::AsyncQueue::ExecuteBlocking(std::__1::function<void ()> const&) at /Pods/FirebaseFirestoreInternal/Firestore/core/src/util/async_queue.cc:89
#36 0x00000001025a0094 in std::__1::__function::__value_func<void ()>::operator()[abi:v15006]() const [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:512
#37 0x00000001025a0080 in std::__1::function<void ()>::operator()() const [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:1197
#38 0x00000001025a0080 in firebase::firestore::util::Task::ExecuteAndRelease() at /Pods/FirebaseFirestoreInternal/Firestore/core/src/util/task.cc:102
#39 0x0000000102dd6038 in _dispatch_client_callout ()
#40 0x0000000102dde0b0 in _dispatch_lane_serial_drain ()
#41 0x0000000102ddedf4 in _dispatch_lane_invoke ()
#42 0x0000000102debc74 in _dispatch_workloop_worker_thread ()
#43 0x00000001f6c5cddc in _pthread_wqthread ()
Enqueued from com.apple.main-thread (Thread 1) Queue : com.apple.main-thread (serial)
#0  0x0000000102dda9c4 in dispatch_async_f ()
#1  0x000000010249f778 in firebase::firestore::util::ExecutorLibdispatch::Execute(std::__1::function<void ()>&&) at /Pods/FirebaseFirestoreInternal/Firestore/core/src/util/executor_libdispatch.mm:115
#2  0x000000010245d338 in firebase::firestore::util::AsyncQueue::EnqueueRelaxed(std::__1::function<void ()> const&) at /Pods/FirebaseFirestoreInternal/Firestore/core/src/util/async_queue.cc:115
#3  0x000000010258e1ec in firebase::firestore::remote::Stream::RequestCredentials()::$_0::operator()(absl::lts_20240116::optional<firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken> > const&, absl::lts_20240116::optional<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > const&) const at /Pods/FirebaseFirestoreInternal/Firestore/core/src/remote/stream.cc:145
#4  0x000000010258df90 in firebase::firestore::remote::Stream::RequestCredentials()::$_1::operator()(firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken> const&) const [inlined] at /Pods/FirebaseFirestoreInternal/Firestore/core/src/remote/stream.cc:159
#5  0x000000010258df58 in decltype(std::declval<firebase::firestore::remote::Stream::RequestCredentials()::$_1&>()(std::declval<firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken> >())) std::__1::__invoke[abi:v15006]<firebase::firestore::remote::Stream::RequestCredentials()::$_1&, firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken> >(firebase::firestore::remote::Stream::RequestCredentials()::$_1&, firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken>&&) [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/invoke.h:394
#6  0x000000010258df58 in void std::__1::__invoke_void_return_wrapper<void, true>::__call<firebase::firestore::remote::Stream::RequestCredentials()::$_1&, firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken> >(firebase::firestore::remote::Stream::RequestCredentials()::$_1&, firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken>&&) [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/invoke.h:479
#7  0x000000010258df58 in std::__1::__function::__alloc_func<firebase::firestore::remote::Stream::RequestCredentials()::$_1, std::__1::allocator<firebase::firestore::remote::Stream::RequestCredentials()::$_1>, void (firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken>)>::operator()[abi:v15006](firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken>&&) [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:185
#8  0x000000010258df58 in std::__1::__function::__func<firebase::firestore::remote::Stream::RequestCredentials()::$_1, std::__1::allocator<firebase::firestore::remote::Stream::RequestCredentials()::$_1>, void (firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken>)>::operator()(firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken>&&) at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:359
#9  0x00000001024afc48 in std::__1::__function::__value_func<void (firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken>)>::operator()[abi:v15006](firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken>&&) const [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:512
#10 0x00000001024afc30 in std::__1::function<void (firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken>)>::operator()(firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken>) const [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:1197
#11 0x00000001024afc30 in invocation function for block in firebase::firestore::credentials::FirebaseAuthCredentialsProvider::GetToken(std::__1::function<void (firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken>)>) at /Pods/FirebaseFirestoreInternal/Firestore/core/src/credentials/firebase_auth_credentials_provider_apple.mm:102
#12 0x0000000102dd4520 in _dispatch_call_block_and_release ()
#13 0x0000000102dd6038 in _dispatch_client_callout ()
#14 0x0000000102de6798 in _dispatch_main_queue_drain ()
#15 0x0000000102de62dc in _dispatch_main_queue_callback_4CF ()
#16 0x0000000196f6bc28 in __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ ()
#17 0x0000000196f4d560 in __CFRunLoopRun ()
#18 0x0000000196f523ec in CFRunLoopRunSpecific ()
#19 0x00000001d23ef35c in GSEventRunModal ()
#20 0x00000001992df6e8 in -[UIApplication _run] ()
#21 0x00000001992df34c in UIApplicationMain ()
#22 0x00000001006ee0ac in main at /Runner/AppDelegate.swift:5
#23 0x00000001b642adec in start ()
Enqueued from com.google.firebase.auth.serialTaskQueue (Thread 2) Queue : com.google.firebase.auth.serialTaskQueue (serial)
#0  0x0000000102ddad10 in dispatch_async ()
#1  0x0000000101c237e0 in __47-[FIRAuth getTokenForcingRefresh:withCallback:]_block_invoke_5 at /Pods/FirebaseAuth/FirebaseAuth/Sources/Auth/FIRAuth.m:2554
#2  0x0000000101c49854 in __51-[FIRUser internalGetTokenForcingRefresh:callback:]_block_invoke ()
#3  0x0000000101c41928 in __65-[FIRSecureTokenService fetchAccessTokenForcingRefresh:callback:]_block_invoke at /Pods/FirebaseAuth/FirebaseAuth/Sources/SystemService/FIRSecureTokenService.m:101
#4  0x0000000101c30348 in __38-[FIRAuthSerialTaskQueue enqueueTask:]_block_invoke at /Pods/FirebaseAuth/FirebaseAuth/Sources/Auth/FIRAuthSerialTaskQueue.m:48
#5  0x0000000102dd4520 in _dispatch_call_block_and_release ()
#6  0x0000000102dd6038 in _dispatch_client_callout ()
#7  0x0000000102dde0b0 in _dispatch_lane_serial_drain ()
#8  0x0000000102ddee28 in _dispatch_lane_invoke ()
#9  0x0000000102ddde4c in _dispatch_lane_serial_drain ()
#10 0x0000000102ddedf4 in _dispatch_lane_invoke ()
#11 0x0000000102debc74 in _dispatch_workloop_worker_thread ()
#12 0x00000001f6c5cddc in _pthread_wqthread ()
#13 0x00000001f6c5cb7c in start_wqthread ()
Enqueued from com.google.firebase.auth.globalWorkQueue (Thread 4) Queue : com.google.firebase.auth.globalWorkQueue (serial)
#0  0x0000000102ddad10 in dispatch_async ()
#1  0x0000000101c302c8 in -[FIRAuthSerialTaskQueue enqueueTask:] at /Pods/FirebaseAuth/FirebaseAuth/Sources/Auth/FIRAuthSerialTaskQueue.m:42
#2  0x0000000101c418a8 in -[FIRSecureTokenService fetchAccessTokenForcingRefresh:callback:] at /Pods/FirebaseAuth/FirebaseAuth/Sources/SystemService/FIRSecureTokenService.m:98
#3  0x0000000101c49770 in -[FIRUser internalGetTokenForcingRefresh:callback:] at /Pods/FirebaseAuth/FirebaseAuth/Sources/User/FIRUser.m:1022
#4  0x0000000101c235f4 in __47-[FIRAuth getTokenForcingRefresh:withCallback:]_block_invoke at /Pods/FirebaseAuth/FirebaseAuth/Sources/Auth/FIRAuth.m:2551
#5  0x0000000102dd4520 in _dispatch_call_block_and_release ()
#6  0x0000000102dd6038 in _dispatch_client_callout ()
#7  0x0000000102dde0b0 in _dispatch_lane_serial_drain ()
#8  0x0000000102ddedf4 in _dispatch_lane_invoke ()
#9  0x0000000102debc74 in _dispatch_workloop_worker_thread ()
#10 0x00000001f6c5cddc in _pthread_wqthread ()
#11 0x00000001f6c5cb7c in start_wqthread ()
Enqueued from com.google.firebase.firestore (Thread 4) Queue : com.google.firebase.firestore (serial)
#0  0x0000000102ddad10 in dispatch_async ()
#1  0x0000000101c233ac in -[FIRAuth getTokenForcingRefresh:withCallback:] at /Pods/FirebaseAuth/FirebaseAuth/Sources/Auth/FIRAuth.m:2509
#2  0x00000001024af964 in firebase::firestore::credentials::FirebaseAuthCredentialsProvider::GetToken(std::__1::function<void (firebase::firestore::util::StatusOr<firebase::firestore::credentials::AuthToken>)>) at /Pods/FirebaseFirestoreInternal/Firestore/core/src/credentials/firebase_auth_credentials_provider_apple.mm:120
#3  0x000000010258caf8 in firebase::firestore::remote::Stream::RequestCredentials() at /Pods/FirebaseFirestoreInternal/Firestore/core/src/remote/stream.cc:158
#4  0x000000010258c680 in firebase::firestore::remote::Stream::Start() at /Pods/FirebaseFirestoreInternal/Firestore/core/src/remote/stream.cc:108
#5  0x000000010257bd3c in firebase::firestore::remote::RemoteStore::StartWatchStream() at /Pods/FirebaseFirestoreInternal/Firestore/core/src/remote/remote_store.cc:226
#6  0x000000010257bc3c in firebase::firestore::remote::RemoteStore::EnableNetwork() at /Pods/FirebaseFirestoreInternal/Firestore/core/src/remote/remote_store.cc:110
#7  0x000000010257e3a4 in firebase::firestore::remote::RemoteStore::RestartNetwork() at /Pods/FirebaseFirestoreInternal/Firestore/core/src/remote/remote_store.cc:585
#8  0x000000010257e40c in firebase::firestore::remote::RemoteStore::HandleCredentialChange() at /Pods/FirebaseFirestoreInternal/Firestore/core/src/remote/remote_store.cc:594
#9  0x00000001025936e4 in firebase::firestore::core::SyncEngine::HandleCredentialChange(firebase::firestore::credentials::User const&) at /Pods/FirebaseFirestoreInternal/Firestore/core/src/core/sync_engine.cc:306
#10 0x00000001024c50ac in firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0::operator()(firebase::firestore::credentials::User)::'lambda0'()::operator()() const [inlined] at /Pods/FirebaseFirestoreInternal/Firestore/core/src/core/firestore_client.cc:161
#11 0x00000001024c502c in decltype(std::declval<firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0::operator()(firebase::firestore::credentials::User)::'lambda0'()&>()()) std::__1::__invoke[abi:v15006]<firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0::operator()(firebase::firestore::credentials::User)::'lambda0'()&>(firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0::operator()(firebase::firestore::credentials::User)::'lambda0'()&) [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/invoke.h:394
#12 0x00000001024c502c in void std::__1::__invoke_void_return_wrapper<void, true>::__call<firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0::operator()(firebase::firestore::credentials::User)::'lambda0'()&>(firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0::operator()(firebase::firestore::credentials::User)::'lambda0'()&) [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/invoke.h:479
#13 0x00000001024c502c in std::__1::__function::__alloc_func<firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0::operator()(firebase::firestore::credentials::User)::'lambda0'(), std::__1::allocator<firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0::operator()(firebase::firestore::credentials::User)::'lambda0'()>, void ()>::operator()[abi:v15006]() [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:185
#14 0x00000001024c502c in std::__1::__function::__func<firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0::operator()(firebase::firestore::credentials::User)::'lambda0'(), std::__1::allocator<firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0::operator()(firebase::firestore::credentials::User)::'lambda0'()>, void ()>::operator()() at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:359
#15 0x000000010245d110 in std::__1::__function::__value_func<void ()>::operator()[abi:v15006]() const [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:512
#16 0x000000010245d0fc in std::__1::function<void ()>::operator()() const [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:1197
#17 0x000000010245d0fc in firebase::firestore::util::AsyncQueue::ExecuteBlocking(std::__1::function<void ()> const&) at /Pods/FirebaseFirestoreInternal/Firestore/core/src/util/async_queue.cc:89
#18 0x00000001025a0094 in std::__1::__function::__value_func<void ()>::operator()[abi:v15006]() const [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:512
#19 0x00000001025a0080 in std::__1::function<void ()>::operator()() const [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:1197
#20 0x00000001025a0080 in firebase::firestore::util::Task::ExecuteAndRelease() at /Pods/FirebaseFirestoreInternal/Firestore/core/src/util/task.cc:102
#21 0x0000000102dd6038 in _dispatch_client_callout ()
#22 0x0000000102dde0b0 in _dispatch_lane_serial_drain ()
#23 0x0000000102ddedf4 in _dispatch_lane_invoke ()
#24 0x0000000102debc74 in _dispatch_workloop_worker_thread ()
#25 0x00000001f6c5cddc in _pthread_wqthread ()
#26 0x00000001f6c5cb7c in start_wqthread ()
Enqueued from com.apple.main-thread (Thread 1) Queue : com.apple.main-thread (serial)
#0  0x0000000102dda9c4 in dispatch_async_f ()
#1  0x000000010249f778 in firebase::firestore::util::ExecutorLibdispatch::Execute(std::__1::function<void ()>&&) at /Pods/FirebaseFirestoreInternal/Firestore/core/src/util/executor_libdispatch.mm:115
#2  0x000000010245d338 in firebase::firestore::util::AsyncQueue::EnqueueRelaxed(std::__1::function<void ()> const&) at /Pods/FirebaseFirestoreInternal/Firestore/core/src/util/async_queue.cc:115
#3  0x00000001024c4700 in firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0::operator()(firebase::firestore::credentials::User) [inlined] at /Pods/FirebaseFirestoreInternal/Firestore/core/src/core/firestore_client.cc:157
#4  0x00000001024c464c in decltype(std::declval<firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0&>()(std::declval<firebase::firestore::credentials::User>())) std::__1::__invoke[abi:v15006]<firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0&, firebase::firestore::credentials::User>(firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0&, firebase::firestore::credentials::User&&) [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/invoke.h:394
#5  0x00000001024c463c in void std::__1::__invoke_void_return_wrapper<void, true>::__call<firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0&, firebase::firestore::credentials::User>(firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0&, firebase::firestore::credentials::User&&) [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/invoke.h:479
#6  0x00000001024c463c in std::__1::__function::__alloc_func<firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0, std::__1::allocator<firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0>, void (firebase::firestore::credentials::User)>::operator()[abi:v15006](firebase::firestore::credentials::User&&) [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:185
#7  0x00000001024c463c in std::__1::__function::__func<firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0, std::__1::allocator<firebase::firestore::core::FirestoreClient::Create(firebase::firestore::core::DatabaseInfo const&, firebase::firestore::api::Settings const&, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<firebase::firestore::credentials::AuthToken, firebase::firestore::credentials::User> >, std::__1::shared_ptr<firebase::firestore::credentials::CredentialsProvider<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > >, std::__1::shared_ptr<firebase::firestore::util::Executor>, std::__1::shared_ptr<firebase::firestore::util::AsyncQueue>, std::__1::unique_ptr<firebase::firestore::remote::FirebaseMetadataProvider, std::__1::default_delete<firebase::firestore::remote::FirebaseMetadataProvider> >)::$_0>, void (firebase::firestore::credentials::User)>::operator()(firebase::firestore::credentials::User&&) at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:359
#8  0x00000001024af5dc in std::__1::__function::__value_func<void (firebase::firestore::credentials::User)>::operator()[abi:v15006](firebase::firestore::credentials::User&&) const [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:512
#9  0x00000001024af5c4 in std::__1::function<void (firebase::firestore::credentials::User)>::operator()(firebase::firestore::credentials::User) const [inlined] at /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/usr/include/c++/v1/__functional/function.h:1197
#10 0x00000001024af5c4 in invocation function for block in firebase::firestore::credentials::FirebaseAuthCredentialsProvider::FirebaseAuthCredentialsProvider(FIRApp*, id<FIRAuthInterop>) at /Pods/FirebaseFirestoreInternal/Firestore/core/src/credentials/firebase_auth_credentials_provider_apple.mm:64
#11 0x0000000196f0a57c in __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ ()
#12 0x0000000196fae828 in ___CFXRegistrationPost_block_invoke ()
#13 0x0000000196f918b8 in _CFXRegistrationPost ()
#14 0x0000000196f1eafc in _CFXNotificationPost ()
#15 0x00000001911f5d38 in -[NSNotificationCenter postNotificationName:object:userInfo:] ()
#16 0x0000000101c21db4 in __50-[FIRAuth possiblyPostAuthStateChangeNotification]_block_invoke at /Pods/FirebaseAuth/FirebaseAuth/Sources/Auth/FIRAuth.m:2083
#17 0x0000000102dd4520 in _dispatch_call_block_and_release ()
#18 0x0000000102dd6038 in _dispatch_client_callout ()
#19 0x0000000102de6798 in _dispatch_main_queue_drain ()
#20 0x0000000102de62dc in _dispatch_main_queue_callback_4CF ()
#21 0x0000000196f6bc28 in __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ ()
#22 0x0000000196f4d560 in __CFRunLoopRun ()
#23 0x0000000196f523ec in CFRunLoopRunSpecific ()
#24 0x00000001d23ef35c in GSEventRunModal ()
#25 0x00000001992df6e8 in -[UIApplication _run] ()
#26 0x00000001992df34c in UIApplicationMain ()
#27 0x00000001006ee0ac in main at /Runner/AppDelegate.swift:5
#28 0x00000001b642adec in start ()

Flutter dependencies

Expand Flutter dependencies snippet
```yaml Dart SDK 3.3.2 Flutter SDK 3.19.4 dependencies: - animated_text_kit 4.2.2 [flutter characters] - avatar_glow 2.0.2 [flutter] - cached_network_image 3.3.1 [cached_network_image_platform_interface cached_network_image_web flutter flutter_cache_manager octo_image] - cloud_firestore 4.14.0 [cloud_firestore_platform_interface cloud_firestore_web collection firebase_core firebase_core_platform_interface flutter meta] - cloud_functions 4.6.0 [cloud_functions_platform_interface cloud_functions_web firebase_core firebase_core_platform_interface flutter] - computables 3.0.0 [flutter] - countup 0.1.4 [flutter] - crypto 3.0.3 [typed_data] - cupertino_icons 1.0.5 - data_batcher 0.0.2 [flutter] - date_tools 0.0.4 [flutter intl] - firebase_auth 4.16.0 [firebase_auth_platform_interface firebase_auth_web firebase_core firebase_core_platform_interface flutter meta] - firebase_core 2.24.2 [firebase_core_platform_interface firebase_core_web flutter meta] - firebase_messaging 14.7.10 [firebase_core firebase_core_platform_interface firebase_messaging_platform_interface firebase_messaging_web flutter meta] - firebase_storage 11.5.6 [firebase_core firebase_core_platform_interface firebase_storage_platform_interface firebase_storage_web flutter] - fl_chart 0.63.0 [equatable flutter] - flutter 0.0.0 [characters collection material_color_utilities meta vector_math sky_engine] - flutter_animate 4.4.1 [flutter] - flutter_keyboard_visibility 6.0.0 [meta flutter_keyboard_visibility_platform_interface flutter_keyboard_visibility_linux flutter_keyboard_visibility_macos flutter_keyboard_visibility_web flutter_keyboard_visibility_windows flutter] - flutter_multi_formatter 2.12.4 [flutter collection base58check bech32] - fuzzywuzzy 1.1.6 [collection] - google_fonts 6.1.0 [flutter http path_provider crypto] - google_mlkit_entity_extraction 0.11.0 [flutter google_mlkit_commons] - google_sign_in 6.1.3 [flutter google_sign_in_android google_sign_in_ios google_sign_in_platform_interface google_sign_in_web] - http 1.1.0 [async http_parser meta] - intl 0.19.0 [clock meta path] - loon 1.0.1 [uuid encrypt flutter flutter_secure_storage path path_provider] - lottie 3.0.0 [archive flutter path vector_math] - modal_bottom_sheet 3.0.0-pre [flutter] - page_transition 2.1.0 [flutter] - palette_generator 0.3.3+3 [collection flutter] - path 1.9.0 - path_provider 2.1.2 [flutter path_provider_android path_provider_foundation path_provider_linux path_provider_platform_interface path_provider_windows] - plaid_flutter 3.1.4 [flutter flutter_web_plugins plugin_platform_interface js] - platform_builder 3.0.0 [flutter] - readmore 2.2.0 [flutter] - rich_text_composer 0.0.1 [flutter] - rich_text_writer 0.0.3 [flutter] - route_builder 0.0.6 [flutter] - rxdart 0.27.7 - shared_preferences 2.2.2 [flutter shared_preferences_android shared_preferences_foundation shared_preferences_linux shared_preferences_platform_interface shared_preferences_web shared_preferences_windows] - sign_in_with_apple 5.0.0 [flutter meta sign_in_with_apple_platform_interface sign_in_with_apple_web] - stack_router 2.0.1 [flutter] - syncfusion_flutter_charts 24.2.9 [flutter intl vector_math syncfusion_flutter_core] - timeago 3.6.1 [intl] - toasted 1.0.0 [flutter] - universal_html 2.2.3 [async csslib charcode collection html meta source_span typed_data universal_io] - url_launcher 6.1.12 [flutter url_launcher_android url_launcher_ios url_launcher_linux url_launcher_macos url_launcher_platform_interface url_launcher_web url_launcher_windows] - uuid 4.3.3 [crypto sprintf meta fixnum] - validators 3.0.0 - visibility_detector 0.4.0+2 [flutter] dev dependencies: - flutter_lints 3.0.1 [lints] - flutter_test 0.0.0 [flutter test_api matcher path fake_async clock stack_trace vector_math leak_tracker_flutter_testing async boolean_selector characters collection leak_tracker leak_tracker_testing material_color_utilities meta source_span stream_channel string_scanner term_glyph vm_service] dependency overrides: - computables 3.0.0 [flutter] - loon 1.0.1 [uuid encrypt flutter flutter_secure_storage path path_provider] transitive dependencies: - _flutterfire_internals 1.3.16 [collection firebase_core firebase_core_platform_interface flutter meta] - archive 3.4.10 [crypto path pointycastle] - args 2.4.2 - asn1lib 1.4.0 - async 2.11.0 [collection meta] - base58check 2.0.0 [crypto collection] - bech32 0.2.2 [convert] - boolean_selector 2.1.1 [source_span string_scanner] - cached_network_image_platform_interface 4.0.0 [flutter flutter_cache_manager] - cached_network_image_web 1.1.1 [cached_network_image_platform_interface flutter flutter_cache_manager] - characters 1.3.0 - charcode 1.3.1 - clock 1.1.1 - cloud_firestore_platform_interface 6.1.0 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - cloud_firestore_web 3.9.0 [_flutterfire_internals cloud_firestore_platform_interface collection firebase_core firebase_core_web flutter flutter_web_plugins js] - cloud_functions_platform_interface 5.5.11 [firebase_core flutter meta plugin_platform_interface] - cloud_functions_web 4.6.11 [cloud_functions_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins js] - collection 1.18.0 - convert 3.1.1 [typed_data] - csslib 0.17.3 [source_span] - encrypt 5.0.1 [args asn1lib clock collection crypto pointycastle] - equatable 2.0.5 [collection meta] - fake_async 1.3.1 [clock collection] - ffi 2.0.2 - file 6.1.4 [meta path] - firebase_auth_platform_interface 7.0.9 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - firebase_auth_web 5.8.13 [firebase_auth_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins http_parser js meta] - firebase_core_platform_interface 5.0.0 [collection flutter flutter_test meta plugin_platform_interface] - firebase_core_web 2.13.0 [firebase_core_platform_interface flutter flutter_web_plugins js meta web] - firebase_messaging_platform_interface 4.5.18 [_flutterfire_internals firebase_core flutter meta plugin_platform_interface] - firebase_messaging_web 3.5.18 [_flutterfire_internals firebase_core firebase_core_web firebase_messaging_platform_interface flutter flutter_web_plugins js meta] - firebase_storage_platform_interface 5.1.3 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - firebase_storage_web 3.6.17 [_flutterfire_internals async firebase_core firebase_core_web firebase_storage_platform_interface flutter flutter_web_plugins http js meta] - fixnum 1.1.0 - flutter_cache_manager 3.3.1 [clock collection file flutter http path path_provider rxdart sqflite uuid] - flutter_keyboard_visibility_linux 1.0.0 [flutter_keyboard_visibility_platform_interface flutter] - flutter_keyboard_visibility_macos 1.0.0 [flutter_keyboard_visibility_platform_interface flutter] - flutter_keyboard_visibility_platform_interface 2.0.0 [flutter meta plugin_platform_interface] - flutter_keyboard_visibility_web 2.0.0 [flutter_keyboard_visibility_platform_interface flutter_web_plugins flutter] - flutter_keyboard_visibility_windows 1.0.0 [flutter_keyboard_visibility_platform_interface flutter] - flutter_secure_storage 8.0.0 [flutter flutter_secure_storage_linux flutter_secure_storage_macos flutter_secure_storage_platform_interface flutter_secure_storage_web flutter_secure_storage_windows meta] - flutter_secure_storage_linux 1.1.3 [flutter flutter_secure_storage_platform_interface] - flutter_secure_storage_macos 3.0.0 [flutter flutter_secure_storage_platform_interface] - flutter_secure_storage_platform_interface 1.0.1 [flutter plugin_platform_interface] - flutter_secure_storage_web 1.1.1 [flutter flutter_secure_storage_platform_interface flutter_web_plugins js] - flutter_secure_storage_windows 2.0.0 [flutter flutter_secure_storage_platform_interface] - flutter_web_plugins 0.0.0 [flutter characters collection material_color_utilities meta vector_math] - google_identity_services_web 0.2.2 [js meta] - google_mlkit_commons 0.6.1 [flutter] - google_sign_in_android 6.1.14 [flutter google_sign_in_platform_interface] - google_sign_in_ios 5.6.2 [flutter google_sign_in_platform_interface] - google_sign_in_platform_interface 2.4.1 [flutter plugin_platform_interface quiver] - google_sign_in_web 0.12.2+1 [flutter flutter_web_plugins google_identity_services_web google_sign_in_platform_interface http js] - html 0.15.3 [csslib source_span] - http_parser 4.0.2 [collection source_span string_scanner typed_data] - js 0.6.7 [meta] - leak_tracker 10.0.0 [clock collection meta path vm_service] - leak_tracker_flutter_testing 2.0.1 [flutter leak_tracker leak_tracker_testing matcher meta] - leak_tracker_testing 2.0.1 [leak_tracker matcher meta] - lints 3.0.0 - matcher 0.12.16+1 [async meta stack_trace term_glyph test_api] - material_color_utilities 0.8.0 [collection] - meta 1.11.0 - octo_image 2.0.0 [flutter] - path_provider_android 2.2.2 [flutter path_provider_platform_interface] - path_provider_foundation 2.3.2 [flutter path_provider_platform_interface] - path_provider_linux 2.2.1 [ffi flutter path path_provider_platform_interface xdg_directories] - path_provider_platform_interface 2.1.1 [flutter platform plugin_platform_interface] - path_provider_windows 2.2.1 [ffi flutter path path_provider_platform_interface win32] - platform 3.1.0 - plugin_platform_interface 2.1.4 [meta] - pointycastle 3.7.3 [collection convert js] - process 4.2.4 [file path platform] - quiver 3.2.1 [matcher] - shared_preferences_android 2.1.4 [flutter shared_preferences_platform_interface] - shared_preferences_foundation 2.2.2 [flutter shared_preferences_platform_interface] - shared_preferences_linux 2.2.0 [file flutter path path_provider_linux path_provider_platform_interface shared_preferences_platform_interface] - shared_preferences_platform_interface 2.3.1 [flutter plugin_platform_interface] - shared_preferences_web 2.1.0 [flutter flutter_web_plugins shared_preferences_platform_interface] - shared_preferences_windows 2.2.0 [file flutter path path_provider_platform_interface path_provider_windows shared_preferences_platform_interface] - sign_in_with_apple_platform_interface 1.0.0 [flutter plugin_platform_interface meta] - sign_in_with_apple_web 1.0.1 [flutter flutter_web_plugins sign_in_with_apple_platform_interface js] - sky_engine 0.0.99 - source_span 1.10.0 [collection path term_glyph] - sprintf 7.0.0 - sqflite 2.2.8+4 [flutter sqflite_common path] - sqflite_common 2.4.5+1 [synchronized path meta] - stack_trace 1.11.1 [path] - stream_channel 2.1.2 [async] - string_scanner 1.2.0 [source_span] - syncfusion_flutter_core 24.2.9 [vector_math flutter] - synchronized 3.1.0 - term_glyph 1.2.1 - test_api 0.6.1 [async boolean_selector collection meta source_span stack_trace stream_channel string_scanner term_glyph] - typed_data 1.3.2 [collection] - universal_io 2.2.2 [collection meta typed_data] - url_launcher_android 6.0.38 [flutter url_launcher_platform_interface] - url_launcher_ios 6.1.4 [flutter url_launcher_platform_interface] - url_launcher_linux 3.0.5 [flutter url_launcher_platform_interface] - url_launcher_macos 3.0.6 [flutter url_launcher_platform_interface] - url_launcher_platform_interface 2.1.3 [flutter plugin_platform_interface] - url_launcher_web 2.0.18 [flutter flutter_web_plugins url_launcher_platform_interface] - url_launcher_windows 3.0.7 [flutter url_launcher_platform_interface] - vector_math 2.1.4 - vm_service 13.0.0 - web 0.5.1 - win32 4.1.4 [ffi] - xdg_directories 1.0.0 [meta path process] ```

Additional context and comments

No response

danReynolds commented 4 months ago

Seems like it could be related to the GRPC bump from 0.24->0.32. The RN community is having a similar issue resulting from that: https://github.com/invertase/react-native-firebase/issues/7695

Lyokone commented 4 months ago

Hello @danReynolds, we are currently holding on releasing 10.23.1 that could fix this issue (we are waiting for precompiled binaries). Can you try to override the native dependency version manually in your Podfile to see if it resolves your issue?

target 'Runner' do
  use_frameworks!
  use_modular_headers!

  $FirebaseSDKVersion = '10.23.1'
TruongThaiNgan commented 4 months ago

it work with me, try it `target 'Runner' do use_frameworks! use_modular_headers!

pod 'BoringSSL-GRPC', '0.0.24'`

From: https://github.com/invertase/react-native-firebase/issues/7695#issuecomment-2021790254

danReynolds commented 4 months ago

Hello @danReynolds, we are currently holding on releasing 10.23.1 that could fix this issue (we are waiting for precompiled binaries). Can you try to override the native dependency version manually in your Podfile to see if it resolves your issue?

target 'Runner' do
  use_frameworks!
  use_modular_headers!

  $FirebaseSDKVersion = '10.23.1'

pinning 10.23.1 alone didn't solve it, same crash. Needed to downgrade Boring SSL to 0.0.24 as well.

russellwheatley commented 4 months ago

Yeah, I would say downgrading Boring SSL in your Podfile:

target 'Runner' do
   use_frameworks!
   use_modular_headers!

   #Β Add this line
   pod 'BoringSSL-GRPC', '0.0.24'
  # Other configuration...
 end

Not sure what is happening as I haven't been able to reproduce. We should be updating the firebase-ios-sdk soon, hopefully this will resolve the issue, but I will let you know when it is released πŸ‘

Mamba-Software commented 4 months ago

This still happens to our build project. With the following firebase packages:

firebase_core: ^2.30.0 firebase_crashlytics: ^3.4.18 firebase_analytics: ^10.8.9 firebase_messaging: ^14.7.19 firebase_core_platform_interface: ^5.0.0 firebase_auth: ^4.19.2 firebase_storage: ^11.7.1 firebase_dynamic_links: ^5.4.3

Only happens in release mode. I get this error:

Assertion failed: (borrow == 0), function GRPC_ec_felem_neg, file felem.c, line 66.

Flutter Version 3.19.5. Adding just:

Add this line

pod 'BoringSSL-GRPC', '0.0.24'

Does not fix the issue. It give me problems with dependencies of other packages that have gone to the 0.0.32 version.

Anyone still experiencing this error for Flutter iOS?

russellwheatley commented 4 months ago

@Mamba-Software - clean out your Pods/ & Podfile.lock. That exception is from firestore and you aren't using cloud_firestore plugin.

russellwheatley commented 4 months ago

@danReynolds - have you tried the latest plugin version which user firebase-ios-sdk v10.24.0? Remember to remove this from your Podfile:

   pod 'BoringSSL-GRPC', '0.0.24'
Mamba-Software commented 4 months ago

Thanks for the answer @russellwheatley .

I am using Cloud Firestore indeed:

firebase_core: ^2.30.0 firebase_crashlytics: ^3.4.18 firebase_analytics: ^10.8.9 firebase_messaging: ^14.7.19 firebase_core_platform_interface: ^5.0.0 firebase_auth: ^4.19.2 firebase_storage: ^11.7.1 firebase_dynamic_links: ^5.4.3 flutter_firebase_chat_core: ^1.6.7 cloud_firestore: ^4.12.2 cloud_functions: ^4.5.3

These are all my Google/Firebase packages on my project. After this command:

flutter clean && rm -Rf ios/Pods && rm -Rf ios/.symlinks && rm -Rf ios/Flutter/Flutter.framework && rm -Rf ios/Flutter/Flutter.podspec && rm ios/Podfile

I still get the SIGABRT error. Any recommendation?

russellwheatley commented 4 months ago

I would not run this command:

flutter clean && rm -Rf ios/Pods && rm -Rf ios/.symlinks && rm -Rf ios/Flutter/Flutter.framework && rm -Rf ios/Flutter/Flutter.podspec && rm ios/Podfile

Try:

flutter clean
cd ios && rm -rf Pods && rm Podfile.lock

The above will be enough for the vast majority of iOS Pod issues on Flutter.

Mamba-Software commented 4 months ago

Thanks for the answer @russellwheatley. Will take this into account.

I have updated the cloud_firestore version. These are now my versions:

firebase_core: ^2.30.0 firebase_crashlytics: ^3.4.18 firebase_analytics: ^10.8.9 firebase_messaging: ^14.7.19 firebase_core_platform_interface: ^5.0.0 firebase_auth: ^4.19.2 firebase_storage: ^11.7.1 firebase_dynamic_links: ^5.4.3 flutter_firebase_chat_core: ^1.6.7 cloud_firestore: ^4.17.0 cloud_functions: ^4.5.3

When I run pod install, I see that v10.24.0 is being installed for firebase-ios-sdk.

Here is my standard Pod File:

# Uncomment this line to define a global platform for your project
platform :ios, '13.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

project 'Runner', {
  'Debug' => :debug,
  'Profile' => :release,
  'Release' => :release,
}

def flutter_root
  generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), __FILE__)
  unless File.exist?(generated_xcode_build_settings_path)
    raise "#{generated_xcode_build_settings_path} must exist. If you're running pod install manually, make sure flutter pub get is executed first"
  end

  File.foreach(generated_xcode_build_settings_path) do |line|
    matches = line.match(/FLUTTER_ROOT\=(.*)/)
    return matches[1].strip if matches
  end
  raise "FLUTTER_ROOT not found in #{generated_xcode_build_settings_path}. Try deleting Generated.xcconfig, then run flutter pub get"
end

require File.expand_path(File.join('packages', 'flutter_tools', 'bin', 'podhelper'), flutter_root)

flutter_ios_podfile_setup

target 'Runner' do
  use_frameworks!
  use_modular_headers!

  flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
  #target 'RunnerTests' do
  #  inherit! :search_paths
  # end
end

post_install do |installer|
  installer.pods_project.targets.each do |target|
    flutter_additional_ios_build_settings(target)
  end
end

And here is the flutter doctor -v result:

[βœ“] Flutter (Channel stable, 3.19.5, on macOS 13.3.1 22E772610a darwin-arm64, locale es-ES) β€’ Flutter version 3.19.5 on channel stable at /Users/joelbolwijnpinell/Documents/MAMBA/flutter β€’ Upstream repository https://github.com/flutter/flutter.git β€’ Framework revision 300451adae (3 weeks ago), 2024-03-27 21:54:07 -0500 β€’ Engine revision e76c956498 β€’ Dart version 3.3.3 β€’ DevTools version 2.31.1

[βœ“] Android toolchain - develop for Android devices (Android SDK version 31.0.0) β€’ Android SDK at /Users/joelbolwijnpinell/Library/Android/sdk β€’ Platform android-34, build-tools 31.0.0 β€’ Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java β€’ Java version OpenJDK Runtime Environment (build 17.0.7+0-17.0.7b1000.6-10550314) β€’ All Android licenses accepted.

[βœ“] Xcode - develop for iOS and macOS (Xcode 14.3) β€’ Xcode at /Applications/Xcode.app/Contents/Developer β€’ Build 14E222b β€’ CocoaPods version 1.15.2

[βœ“] Chrome - develop for the web β€’ Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[βœ“] Android Studio (version 2023.1) β€’ Android Studio at /Applications/Android Studio.app/Contents β€’ Flutter plugin can be installed from: πŸ”¨ https://plugins.jetbrains.com/plugin/9212-flutter β€’ Dart plugin can be installed from: πŸ”¨ https://plugins.jetbrains.com/plugin/6351-dart β€’ Java version OpenJDK Runtime Environment (build 17.0.7+0-17.0.7b1000.6-10550314)

[βœ“] VS Code (version 1.88.1) β€’ VS Code at /Applications/Visual Studio Code.app/Contents β€’ Flutter extension version 3.86.0

[βœ“] Connected device (4 available) β€’ iPhone (mobile) β€’ 00008020-001D28343C88003A β€’ ios β€’ iOS 16.3.1 20D67 β€’ iPhone 14 Pro (mobile) β€’ D1B70366-1487-4DE3-BAE1-1C54A2C14E38 β€’ ios β€’ com.apple.CoreSimulator.SimRuntime.iOS-16-4 (simulator) β€’ macOS (desktop) β€’ macos β€’ darwin-arm64 β€’ macOS 13.3.1 22E772610a darwin-arm64 β€’ Chrome (web) β€’ chrome β€’ web-javascript β€’ Google Chrome 123.0.6312.124

[βœ“] Network resources β€’ All expected network resources are available.

β€’ No issues found!

Still get the same app SIGABRT crash once the app is deployed in Release mode.

EDIT: It does not work on Debug mode either:

Assertion failed: (borrow == 0), function GRPC_ec_felem_neg, file felem.c, line 66.

Could you please confirm if this is something that should have already been resolved from your side?

google-oss-bot commented 3 months ago

Hey @danReynolds. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 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!

google-oss-bot commented 3 months ago

Since there haven't been any recent updates here, I am going to close this issue.

@danReynolds if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.