Re: App crashes in 10.4.9
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