ios - NSURLSession invalidateAndCancel EXC_BAD_ACCESS -


I am using NSURLSession with NSURLSessionDataTasks so that background data can be brought to my app. I am looking at the EXC_BAD_ACCESS crashes on the background thread with steak trace:

Displays deeply that dispatch_group_notify_f is trying to retain zero.

Why can this happen in my code?

I was not able to solve this problem, only invalid and can not call the call and I am waiting to complete the work in the event of an error in return. I am sure that further investigation could have found a way to stop it, but it was easy to work around it.


Comments

Popular posts from this blog

python - rpy2 import is not working -

javascript - How to get MySQL query result returned using $.ajax -

c++ - How to load a bitmap from file into the samples buffer -