Crash in CFPreferencesSetAppValue

2013-05-24 Thread tridiak
Sorry about noise. Just realised CFPreferences doesn't like NSURL/CFURL. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)li

Crash in CFPreferencesSetAppValue

2013-05-23 Thread tridiak
Sorry about cutoff. Don't know what happened. Let's try again (is there a maximum message size?). Hello. This piece of code causes CFPreferencesSetAppValue() to crash: - (CFDictionaryRef) createBlockSaveData { CFDictionaryRef parent=[super createBlockSaveData]; CFStringRef keys[]={CFSTR

Re: Crash in CFPreferencesSetAppValue

2013-05-23 Thread Fritz Anderson
On 22 May 2013, at 11:10 PM, trid...@ihug.co.nz wrote: > > > Hello. This piece of code causes CFPreferencesSetAppValue() to > crash: > > - (CFDictionaryRef) createBlockSaveData { > > CFDictionaryRef > parent=[super createBlockSaveData]; > > CFStringRef > keys[]={CFSTR("LinkBlockURL"), CFST

Crash in CFPreferencesSetAppValue

2013-05-22 Thread tridiak
Hello. This piece of code causes CFPreferencesSetAppValue() to crash: - (CFDictionaryRef) createBlockSaveData { CFDictionaryRef parent=[super createBlockSaveData]; CFStringRef keys[]={CFSTR("LinkBlockURL"), CFSTR("LinkBlockDisplayName"), CFSTR("LinkBlockBrowser"), CFSTR("BlockType"), ni