Re: NSURLConnection sendSynchronousRequest: crashes since, upgrading to 10.5.7
Re: NSURLConnection sendSynchronousRequest: crashes since, upgrading to 10.5.7
- Subject: Re: NSURLConnection sendSynchronousRequest: crashes since, upgrading to 10.5.7
- From: Andrew Farmer <email@hidden>
- Date: Sun, 31 May 2009 03:59:57 -0700
On 27 May 2009, at 18:20, Dennis Hartigan-O'Connor wrote:
I have a very similar problem: my simple program that downloads
stock prices has been working fine but intermittently crashes on
10.5.7, whether I use sendSynchronousRequest or
stringWithContentsOfURL. For me, too, everything is fine for 10-15
minutes and then the program crashes.
Here is the crash log from the crashed thread:
Thread 1 Crashed:
0 libobjc.A.dylib 0x965c3688 objc_msgSend + 24
1 com.apple.CoreFoundation 0x946cc581
_CFStreamSignalEventSynch + 193
2 com.apple.CoreFoundation 0x946ba595
CFRunLoopRunSpecific + 3141
3 com.apple.CoreFoundation 0x946bac78
CFRunLoopRunInMode + 88
4 com.apple.Foundation 0x9058c530 +
[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:]
+ 320
5 com.apple.Foundation 0x90528e0d -[NSThread main]
+ 45
6 com.apple.Foundation 0x905289b4
__NSThread__main__ + 308
Any ideas out there? I can't believe this isn't happening to lots
of people.
The symptoms described in the original thread all pointed strongly to
a latent memory management issue that's being triggered by changes in
the URL loading code. Does your application print any console output
before (or as) it's crashing? If this doesn't point straight at
anything, try running your application under MallocDebug.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden