-
Notifications
You must be signed in to change notification settings - Fork 568
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
App crashes randomly while playing videos or scrolling through the log #1504
Comments
You get an sigsegv, which means that there is three possible causes, torrents, software decoding or android being android. So can you please specify:
The crashing logcat may be because it is too large, try to clear it. Someone should really make it a recycleview. |
Yeah, it could be that. |
It sounds like the torrent lib is not entirely stable, can you confirm that even if no torrent is ran for an entire session (from app launch to crash) it will still consistently crash. |
I have also added the option to disable the sw decoding 1eced92 so you can also try to disable that and check. |
You might be correct. I tried disabling SW decoding in the latest version, but that didn't resolve the issue. I, then, modified the profile to prevent the torrent source from loading, and as a result, the app didn't crash – tested for 3 hours, different providers, with and without SW encoding. |
Steps to reproduce
Expected behavior
Shouldn't crash
Actual behavior
Crashes completely while playing videos.
App also crashed while I was reading the error log, so I saved it instead to share.
logcat_2025_01_23_22_31.txt
Cloudstream version and commit hash
4.5.0 5691078
Android version
Android 10 (MIUI 12.5.1)
Logcat
Other details
I am using the same set of settings and extensions on 3 other devices that are running fine.
Hope it isn't a duplicate issue, I tried to look for an existing issue but couldn't find one.
Acknowledgements
The text was updated successfully, but these errors were encountered: