• 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: Dennis Hartigan-O'Connor <email@hidden>
  • Date: Mon, 01 Jun 2009 09:23:47 -0700

Thanks, Andrew,

I believe that Colin Gray got to the bottom of this at Stack Overflow:

http://stackoverflow.com/questions/916718/nsurlconnection-crashing-under-10-5-7

Dennis


Andrew Farmer wrote:
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


  • Follow-Ups:
    • Re: NSURLConnection sendSynchronousRequest: crashes since, upgrading to 10.5.7
      • From: Jeff Johnson <email@hidden>
  • Prev by Date: Re: Several Questions
  • Next by Date: QTMovieLayer and movie controls
  • Previous by thread: Re: NSAttributedString -size Crash
  • Next by thread: Re: NSURLConnection sendSynchronousRequest: crashes since, upgrading to 10.5.7
  • Index(es):
    • Date
    • Thread