• 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: App crashes in 10.4.9
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: App crashes in 10.4.9


  • Subject: Re: App crashes in 10.4.9
  • From: Shawn Erickson <email@hidden>
  • Date: Sat, 07 Apr 2007 09:04:50 -0700


On Apr 7, 2007, at 5:08 AM, email@hidden wrote:

Hi list,

after upgrading to 10.4.9 my app suddenly started crashing. I know
where the code breaks, but not how to fix it.

I use a series of command line tasks to read Safari RSS bookmarks
(convert the binary file to XML using "plutil", then "grep" and "sed"
to retrieve the URLs). I then pass the selected URL to a Quartz
composition. This is where the crash occurs. It seems to me that the
culprit is the text encoding. I can log the string without problem,
and if I simply pass the logged string to the composition everything
works just fine. I have tried casting the string to Unicode text, I
even tried writing the string to a temp file and reading it as plain
text from there, all to no avail.

Any idea how I can solve this issue? I'm lost.

How about an example of your code that deal with the strings... otherwise we would just be guessing.


Also I have to wonder why you are using command line tools to do this when you likely could use Cocoa to programmatically access such files.

-Shawn
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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: App crashes in 10.4.9
      • From: email@hidden
References: 
 >App crashes in 10.4.9 (From: email@hidden)

  • Prev by Date: Re: characterAtIndex: method and composite characters
  • Next by Date: Re: Core Data Relationships
  • Previous by thread: App crashes in 10.4.9
  • Next by thread: Re: App crashes in 10.4.9
  • Index(es):
    • Date
    • Thread