Do any one know why this error occurs ,and how to resolve this..
#0 0x91ab54a6 in mach_msg_trap ()
#1 0x91abcc9c in mach_msg ()
#2 0x95b9f0ce in CFRunLoopRunSpecific ()
#3 0x95b9fcf8 in CFRunLoopRunInMode ()
#4 0x31699d38 in GSEventRunModal ()
#5 0x31699dfd in GSEventRun ()
#6 0x30a5dadb in -[UIApplication _run] ()
#7 0x30a68ce4 in UIApplicationMain ()
I am getting the above error when I am getting connected to remote server using http Connection.
#0 0x91ab54a6 in mach_msg_trap ()
#1 0x91abcc9c in mach_msg ()
#2 0x95b9f0ce in CFRunLoopRunSpecific ()
#3 0x95b9fcf8 in CFRunLoopRunInMode ()
#4 0x31699d38 in GSEventRunModal ()
#5 0x31699dfd in GSEventRun ()
#6 0x30a5dadb in -[UIApplication _run] ()
#7 0x30a68ce4 in UIApplicationMain ()
I am getting the above error when I am getting connected to remote server using http Connection.