Possible Duplicate:
wait_fences: failed to receive reply: 10004003 - what?!
Hi, In my application i am using apple reachability code to find the current reachability of the application. I am starting reachability notification service and I will receive the network down message whenever my network is down.
In my application i will receive some search string from user and I will display an alertview if string not found. Sometimes i am receiving the error "wait_fences: failed to receive reply: 10004003".
After searching the net i got to know that, this happens because of displaying the alertview but i don't know how to solve this? Please help in this issue.