• 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: Handling framework exceptions/errors?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Handling framework exceptions/errors?


  • Subject: Re: Handling framework exceptions/errors?
  • From: Jens Alfke <email@hidden>
  • Date: Sun, 29 Jun 2008 13:00:41 -0700


On 29 Jun '08, at 9:56 AM, David Troy wrote:

I have a situation where I am loading arbitray data from network- supplied URLs. Sometimes the URLs contain Kanji unicode characters. When they do, my HTTP loading mechanism (which is built around NSURL* frameworks) dies with an exception deep inside of CFURLGetString.

That indicates either a bug in the frameworks, or that you're passing in illegal values.


Also, what do you mean by a URL containing Kanji characters? URLs can only contain ASCII; anything else should be escaped using "%". If you try to construct an NSURL from an invalid string, you'll get nil, and passing that nil URL into other framework calls could definitely cause exceptions/crashes.

Pasting in the backtrace from a crash log would be useful for diagnosing this.

—Jens_______________________________________________

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: Handling framework exceptions/errors?
      • From: "Sherm Pendley" <email@hidden>
    • Unicode in URLs (was "Handling framework exceptions/errors?")
      • From: David Troy <email@hidden>
References: 
 >Handling framework exceptions/errors? (From: David Troy <email@hidden>)

  • Prev by Date: Re: NSTextView to replace NSTextList confused
  • Next by Date: Unicode in URLs (was "Handling framework exceptions/errors?")
  • Previous by thread: Re: Handling framework exceptions/errors?
  • Next by thread: Unicode in URLs (was "Handling framework exceptions/errors?")
  • Index(es):
    • Date
    • Thread