We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Reason: *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM removeObjectsInRange:]: range {0, 1} extends beyond bounds for empty array' Location: - [SDLMutableDataQueue popBuffer], line 57
N/A
Within the popBuffer function of the SDLMutableDataQueue.m file, a check should be added to see if the array is empty.
popBuffer
SDLMutableDataQueue.m
App crashes because the function is trying to remove an object from an empty array
1/5
The text was updated successfully, but these errors were encountered:
Closed via #1435
Sorry, something went wrong.
No branches or pull requests
Bug Report
Reason:
*** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM removeObjectsInRange:]: range {0, 1} extends beyond bounds for empty array'
Location:
- [SDLMutableDataQueue popBuffer], line 57
Reproduction Steps
N/A
Expected Behavior
Within the
popBuffer
function of theSDLMutableDataQueue.m
file, a check should be added to see if the array is empty.Observed Behavior
App crashes because the function is trying to remove an object from an empty array
Frequency
1/5
OS & Version Information
The text was updated successfully, but these errors were encountered: