After upgrading to 10.5.7 I've been having intermittent trouble with deallocated objects in NSURLConnections. All of my URL requests are made using sendSynchronousRequest. Everything is fine for about 10-15 minutes, then I get this crash. I am making requests on multiple threads, obviously only one at a time per thread though since they're synchronous.

 *** -[CFArray count]: message sent to deallocated instance 0x27eb6950
*** NSInvocation: warning: object 0x27eb6950 of class '_NSZombie_CFArray' does not implement methodSignatureForSelector: -- trouble ahead

#0      0x90718640 in ___forwarding___
#1      0x90718972 in __forwarding_prep_0___
#2      0x90627da1 in CFArrayGetCount
#3      0x906ab581 in _CFStreamSignalEventSynch
#4      0x90699595 in CFRunLoopRunSpecific
#5      0x90699c78 in CFRunLoopRunInMode
#6 0x9468f530 in +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:]
#7      0x9462be0d in -[NSThread main]
#8      0x9462b9b4 in __NSThread__main__
#9      0x94365155 in _pthread_start
#10     0x94365012 in thread_start

Any insight would be great,
Greg



_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to