Re: Core Data and retain count

2008-03-04 Thread Bill
On Mar 4, 2008, at 1:06 PM, Ben Trumbull wrote: Bill, On Mar 2, 2008, at 5:35 PM, Ben Trumbull wrote: My question is, why would changing a property value cause another property to have its retain count increase? No idea. Why don't you run it in gdb and break on the -retain method and ge

Re: Core Data and retain count

2008-03-04 Thread Ben Trumbull
Bill, On Mar 2, 2008, at 5:35 PM, Ben Trumbull wrote: My question is, why would changing a property value cause another property to have its retain count increase? No idea. Why don't you run it in gdb and break on the -retain method and get some stack traces ? This works best if the cl

Re: Core Data and retain count

2008-03-02 Thread Bill
On Mar 2, 2008, at 5:35 PM, Ben Trumbull wrote: My question is, why would changing a property value cause another property to have its retain count increase? No idea. Why don't you run it in gdb and break on the -retain method and get some stack traces ? This works best if the class you're d

re: Core Data and retain count

2008-03-02 Thread Ben Trumbull
My question is, why would changing a property value cause another property to have its retain count increase? No idea. Why don't you run it in gdb and break on the -retain method and get some stack traces ? This works best if the class you're debugging (in this case the value window control