Inside Segment's analytics code, specifically the routine that tidies up finished upload jobs (cleanupUploads). At the moment of the crash, the app was processing the completion of an upload and rebuilding its list of in-progress uploads.
To Reproduce
Steps to reproduce the behavior:
- There is no consistent reproduction of this crash
Expected behavior
Platform (please complete the following information):
- Library Version in use: 1.8.0
- Platform being tested: tvOS (primarily tvOS 26)
- Integrations in use: Firebase, Amplitude
Additional context
- We are only seeing this on 4K devices and not HD ones.
I have created a small PR & updated tests that I will submit alongside this.
Inside Segment's analytics code, specifically the routine that tidies up finished upload jobs (cleanupUploads). At the moment of the crash, the app was processing the completion of an upload and rebuilding its list of in-progress uploads.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Platform (please complete the following information):
Additional context
I have created a small PR & updated tests that I will submit alongside this.