-
-
Notifications
You must be signed in to change notification settings - Fork 878
'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil' #445
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
Comments
Thank you for your feedback. We prioritize issues that have clear and concise repro steps. Please see our Bug Reporting Guidelines about what information should be added to this issue.
|
Thanks for the report. Are these crashes happening with the debugger attached? If so, would you mind typing |
Sure, i will try to reproduce the crash. |
Here's the trace I got remotely from one of my testers (They're using iOS 8.3 on an iPhone 6, but it has happened both on my personal phone and the simulator on both iOS 8.4 and 9.0)
|
Here's my console output thread #2: tid = 0x55c90, 0x0000000115472232 libsystem_kernel.dylib thread #3: tid = 0x55c91, 0x000000011546c532 libsystem_kernel.dylib thread #4: tid = 0x55c92, 0x000000011547194a libsystem_kernel.dylib thread #5: tid = 0x55c94, 0x000000011547194a libsystem_kernel.dylib thread #6: tid = 0x55c95, 0x0000000115471136 libsystem_kernel.dylib
|
This issue has not been updated for 7 days. If you have additional information to help pinpoint this issue as an SDK bug, please comment on this issue. We will close this issue in 7 days if no additional information is provided. Thank you for your feedback. |
We are closing this issue due to another 7 days of inactivity. If you have additional information to help pinpoint this issue as an SDK bug, please reopen it with the additional information.Thank you for your feedback. |
I'm seeing this issue too. Though for me it mostly happens on launch. I'm using the latest SDK. The exception is thrown on line 315 of PFPinningEventuallyQueue: Let me know if there is anything else i can provide. This is my main bug in my app right now:-(
|
@hilalh did you find a fix for this? I see the same issue. |
Quite often I get random crashes
That point at Thread 7 Queue : com.parse.PFPinningEventuallyQueue.synchronization (serial)
with output of:
'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
This happens at random places in the app I'm using Parse 1.9.0 on Xcode 7.0 (recently upgraded to 7.0.1 but it didn't help).
Any idea what should I do?
Thanks
The text was updated successfully, but these errors were encountered: