-
Notifications
You must be signed in to change notification settings - Fork 91
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
Crash when setting dataToRespond #13
Comments
I couldn't reproduce the crash, unfortunately. Under what circumstances does this happen? Please provide steps to reproduce. |
I've only been able to recreate the issue once, although it's happening frequently to our wider user base. The crash occurred when the view the video was playing on was instantiated. As mentioned earlier, the only crash reporting I received was a EXC_BAD_ACCESS on like 170. Thanks for looking into this @neekeetab |
The problem is there's nothing special in line 170 and EXC_BAD_ACCESS doesn't tell much either. |
@neekeetab
my video duration less than 60 seconds, it happened few times. |
@vergilw, please give a link to the video that reproduces the crash. |
@neekeetab it won't crash every times, |
I also have reports for Videos are less than 10 sec. Crashlytics report for says Maybe it's related to assigning new |
Thanks for the detailed description. I'll take a look at this with the reuse case in mind when I have time. If you find the cause, it would be awesome if you could make a PR. |
Sure I'll let you know if I found more details or concrete fix. |
We have a live app that sees several crashes on line 170 in the CacePlayerItem.swift file.
I got a EXC_BAD_ACCESS error when trying to set
dataToRespond
. Any ways around this?The text was updated successfully, but these errors were encountered: