Closed lukegeiger closed 5 years ago
Can you share the stack trace of the crash?
Hi @lukegeiger,
If you're able to, we'd still appreciate if you can share the stack trace. (A minimal project that reproduces the issue would be even better!)
However, one additional thing you could try is to downgrade from firebase 6.2.0 to 6.1.0. As you can see from our release notes (https://firebase.google.com/support/release-notes/ios) we upgraded gRPC during that interval, so it's possible that something changed in gRPC that's causing trouble. If that does fix the issue for you, then it might indicate a problem with that release of gRPC (or our usage of it).
Hey guys, sorry for delay here. I actually can't reproduce the issue anymore. What I did was actually have to reset my devices settings and do then a fresh install... Upgrading path now also seems to be fine. Sorry for the confusion, after tracking down some similarly titles issues some people mentioned it could have been due to not unsubscribing from active listeners on firestore collection? Which I was doing while testing out a new feature. I'll post back again if it starts happening. Thanks for the responses though guys.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Instant crashing on gRPC, after upgrading firebase, not sure how to best debug this one. Would appreciate some guidance!
Steps to reproduce:
I am getting an instant crash after updating firebase from 6.0.0 to 6.2.0 inside completion_queue_impl.h (gRPC) on line 178. The instant crash happens upon logging into Firebase, and then thereafter upon app launch.
Relevant Code:
This is the function in which the SIGBART Crash happens
I have enabled debug mode, and here is the log I receive up to the point before crashing. Also this seems to be only an issue on a real device. My simulators work fine.