-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIRESTORE INTERNAL ASSERTION FAILED: Failed to commit transaction, Too many open files. #13775
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Your app might be leaking file descriptors. Are you able to capture what files are open? This might be helpful: https://stackoverflow.com/questions/4083608/on-ios-iphone-too-many-open-files-need-to-list-open-files-like-lsof |
Hey @atiwari-pretlist. 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! |
Actually I face this issue in flutter app. So cloud_firestore is the official library being used. This library internally uses firebase-ios-sdk, but the crash captured by Crashlytics shows it is coming from firebase-ios-sdk. As of now we do not have platform side code, but will try to capture files with help of link given by @tom-andersen . |
Hey @atiwari-pretlist. 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! |
Hello, actually the issue is not getting reproduced easily. I tested several times but it did not reproduce but this crash is occurring on one of our client's device who is using iphone SE. We have crashlytics integrated in the app, thats how we got error stack trace. |
@atiwari-pretlist I am asking internally for ideas on how to better identify cause of error. |
Description
App crashes randomly while receiving updates from Firestore and app is in foreground. Frequently observed on iPhone SE (2nd generation).
Also attaching stacktrace from Crashlytics:
issue_56766501028bafd84fa30ae77117b86f_crash_session_d216ebd36d5a4be8ad63d04ba4d095f3_DNE_0_v2_stacktrace.txt
Reproducing the issue
Keep using the app for sometime while receiving live updates from firestore, it crashes after sometime.
Firebase SDK Version
11.0.0
Xcode Version
15.0.1
Installation Method
CocoaPods
Firebase Product(s)
Crashlytics, Firestore, Messaging, Performance, Remote Config
Targeted Platforms
iOS
Relevant Log Output
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetReplace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetThe text was updated successfully, but these errors were encountered: