iOS standalone app can crash when using many video components
See original GitHub issueWe have reports of “The AVPlayerItem instance has failed” followed by a native crash when running multiple videos (e.g. in a list). The report also indicates that react-native-video
doesn’t experience this issue. We should check out whatever they’re doing and pull it into Expo.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:15 (10 by maintainers)
Top Results From Across the Web
react-native-video - multiple videos causing app crash
On iOS I started seeing the app crash with the error Message from debugger: Terminated due to memory issue in Xcode.
Read more >Diagnosing issues using crash reports and device logs
Retrieve a crash report for an issue. See Acquiring crash reports and diagnostic logs for the different ways you can retrieve crash reports....
Read more >Prototype crashes after loading on iPhone, how to fix this?
This happens on other iPhone devices as well with this prototype. ... creates the issue ( am re-using desktop components, but might try ......
Read more >Avoiding Out of Memory Crashes on Mobile - Thoughtbot
If you didn't read the docs, and they're long: I get it, you could have found this memory leak by running the application...
Read more >What is crash rate? - Storyly
The disruption of the software lifecycle could cause crashes in several ways. For instance, users may fail to download the new version of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Merged the fix internally. It will ship with our next release.
I’m on Expo v28 and still getting @parkerbossier’s error reported on May 7 when I have multiple Expo Video components in a flatlist - with the difference of: “Exception Type: EXC_CRASH (SIGABRT)”. If it helps, the error hits at around 15+ videos rendered in the list.