Re: Endless Hang on Saving a Core Data Document

2008-11-04 Thread Andrew Merenbach
Oh, yeah, this was my issue, right? For some stupid reason, I never filed a bug report. Strange that this hasn't been addressed yet in a dot update -- it seems pretty significant. Of course, there's a lot to do for future OSes, I suppose. Also strange that we don't see this issue come u

Re: Endless Hang on Saving a Core Data Document

2008-11-04 Thread Mathieu Coursolle
Hi, We have a Core Data/ Leopard/Garbage collection/SQLite application that is never returning from save. I found your post, and changing to XML did solve the issue. Is there a rdar for this? We do have a 100% repro case, and we'd like to use SQLite... Thanks! Mathieu On 28-Feb-08, at

re: Endless Hang on Saving a Core Data Document

2008-02-28 Thread Ben Trumbull
Andrew, There's a known issue on the current Leopard using NSPersistentDocument with an SQLite store under Garbage Collection. Change any one of the 3 pieces in that configuration and things will work fine. We will be addressing the issue. -- -Ben ___

Re: Endless Hang on Saving a Core Data Document (addendum)

2008-02-27 Thread Andrew Merenbach
As an important note, I decided to try changing from an SQLite store to an XML store. No more crashing! I'd really like to use SQLite, though, in this program. I have no clue where to look for info on SQLite compatibility with particular types of data, though, if that is indeed the issue.

Endless Hang on Saving a Core Data Document

2008-02-27 Thread Andrew Merenbach
Hi, all, I made a discovery today: a program of mine, which has multiple document types, freezes upon saving for a second time after changes have been made (following a first save). I tried interrupting using GDB, and I also tried using Spin Control. Below is (what I think is relevant) f