Closed GoogleCodeExporter closed 9 years ago
iPhone or Mac OS X, and system version? With or without garbage collection?
Original comment by gregrobbins
on 5 Oct 2010 at 12:49
Sorry, forgot to mention that. iOS 3.1 and later. Without GC obviously.
Original comment by igor.sol...@gmail.com
on 5 Oct 2010 at 5:46
From the stack, I'd guess it's a deadlock in Apple's NSURLConnection when the
connection is cancelled.
Does this occur in the simulator or on the device? How about on iOS 4?
Is fetching being started on the main thread or on an alternate thread?
Original comment by gregrobbins
on 6 Oct 2010 at 2:27
this occurs on the device with iOS 4.0 and later. we didn't try it in the
simulator. the fetch is started from the main thread of the application.
I wonder if there is any reason to cancel NSURLConnection if it failed?
Original comment by igor.sol...@gmail.com
on 6 Oct 2010 at 7:20
I've checked in a workaround,
http://code.google.com/p/gdata-objectivec-client/source/detail?r=574
Please try updating to top-of-trunk sources and testing again.
Original comment by gregrobbins
on 7 Oct 2010 at 6:40
the workaround you provided seems to work for us. I think we can close this
issue for now. will open a new one if we discover any new problems.
thank you!
Original comment by igor.sol...@gmail.com
on 15 Oct 2010 at 7:52
Original comment by gregrobbins
on 15 Oct 2010 at 8:35
Original issue reported on code.google.com by
igor.sol...@gmail.com
on 4 Oct 2010 at 7:20Attachments: