I have a http request which is running in backgroundthread. As soon as the data arrives i am trying to save that into the coredata but it crashes randomly at many points with EXC_BAD_ACCESS error. Can somoeone point me to the right direction.
Share
You are properly releasing an array already released. Try enabling
NSZombieor check if you are calling release on an array you did not create using theallockeyword