Re: Core Data, Garbage Collection and SQL Store

2009-02-03 Thread Ben Trumbull
On Jan 30, 2009, at 9:37 AM, Sean McBride wrote: On 1/30/09 9:14 AM, Kevin Ross said: It has recently come up on the list again about a known issue when using Core Data + G.C. + SQL NSPersistantDocumentStore. I have a document based application that I am about to release where I have been usi

Re: Core Data, Garbage Collection and SQL Store

2009-01-31 Thread Kevin Ross
I've been trying in vain to reproduce this bug on my computer (c2duo) and my wife's computer (G4) to no avail. Also the output from - com.apple.CoreData.SQLDebug 1 doesn't seem unusual at all. Maybe I'll try some tests with using large photos and see it there's a significant slowdown when

Re: Core Data, Garbage Collection and SQL Store

2009-01-30 Thread Kevin Ross
On Jan 30, 2009, at 3:02 PM, Sean McBride wrote: On 1/30/09 2:49 PM, Kevin Ross said: If it's not too much trouble are you able to send me your repro project? I'm wondering why it's not happening with my project anymore. I'm afraid the bug I filed contains not a simple test project, but

Re: Core Data, Garbage Collection and SQL Store

2009-01-30 Thread Sean McBride
On 1/30/09 2:49 PM, Kevin Ross said: >If it's not too much trouble are you able to send me your repro project? >I'm wondering why it's not happening with my project anymore. I'm afraid the bug I filed contains not a simple test project, but my entire (unreleased) application. I wanted to be sure

Re: Core Data, Garbage Collection and SQL Store

2009-01-30 Thread Kevin Ross
On Jan 30, 2009, at 9:37 AM, Sean McBride wrote: On 1/30/09 9:14 AM, Kevin Ross said: It has recently come up on the list again about a known issue when using Core Data + G.C. + SQL NSPersistantDocumentStore. I have a document based application that I am about to release where I have been us

Re: Core Data, Garbage Collection and SQL Store

2009-01-30 Thread Sean McBride
On 1/30/09 9:14 AM, Kevin Ross said: >It has recently come up on the list again about a known issue when >using Core Data + G.C. + SQL NSPersistantDocumentStore. I have a >document based application that I am about to release where I have >been using this exact combination through it's entire dev

Re: Core Data, Garbage Collection and SQL Store

2009-01-30 Thread jonat...@mugginsoft.com
On 30 Jan 2009, at 17:14, Kevin Ross wrote: Hi all, It has recently come up on the list again about a known issue when using Core Data + G.C. + SQL NSPersistantDocumentStore. I have a document based application that I am about to release where I have been using this exact combination thr