• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSURLConnection sendSynchronousRequest: crashes since, upgrading to 10.5.7
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Re: NSURLConnection sendSynchronousRequest: crashes since, upgrading to 10.5.7 (From: Dennis Hartigan-O'Connor <email@hidden>)

  • Prev by Date: Re: Message from view to viewController
  • Next by Date: Re: Cocoa-dev Digest, Vol 6, Issue 811
  • Previous by thread: Re: NSURLConnection sendSynchronousRequest: crashes since, upgrading to 10.5.7
  • Next by thread: How determine if file is in Trash, given Path or Alias
  • Index(es):
    • Date
    • Thread