Re: What happens when a "synchronize" occurs to synchronize preferences?
Re: What happens when a "synchronize" occurs to synchronize preferences?
- Subject: Re: What happens when a "synchronize" occurs to synchronize preferences?
- From: Brian Webster <email@hidden>
- Date: Sun, 1 Dec 2002 08:58:55 -0600
On Saturday, November 30, 2002, at 07:43 PM, Rob Frohne wrote:
Hi Brian, et. al.,
Here is the crash log.
Thread 0 Crashed:
#0 0x9068ba54 in objc_msgSend
#1 0x90132674 in CFRelease
#2 0x9013e404 in CFDictionaryRemoveAllValues
Seeing as the program is crashing in a CFRelease call, my suspicion is
that you have a reference counting error somewhere, where one of your
objects is being released one too many times. I'm not exactly sure how
this could happen with the constant defined strings you are using, but
I'd look around for something of that nature.
--
Brian Webster
email@hidden
http://homepage.mac.com/bwebster
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.