Skip navigation.
 
mlApp crashes in 10.4.9
FROM : slasktrattenator
DATE : Sat Apr 07 14:08:16 2007

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.

Thanks
F.

Related mailsAuthorDate
mlApp crashes in 10.4.9 slasktrattenator Apr 7, 14:08
mlRe: App crashes in 10.4.9 Shawn Erickson Apr 7, 18:04
mlRe: App crashes in 10.4.9 slasktrattenator Apr 8, 14:55