re: core data hanging

2008-08-26 Thread Ben Trumbull
Chris, No idea why NSURLConnection is hanging on you. Actually, the information here is incomplete so it might not even be NSURLConnection. Attaching to the app in gdb and getting a stack trace of all the active threads would be useful: 'thread apply all bt' and 'info threads'. I susp

Re: core data hanging

2008-08-26 Thread Ron Lue-Sang
Are there any other threads doing anything? This smells like a deadlock to me. Can you open the same file using the plain CoreData (non document based) app? On Aug 25, 2008, at 8:49 PM, Chris Idou wrote: I've got a really simple application of core data. It's a document based application,

core data hanging

2008-08-25 Thread Chris Idou
I've got a really simple application of core data. It's a document based application, but its not a NSPersistentDocument, because I have an opaque bundle/directory data format and the core data is only a tiny part of it. Its hanging on the call to: persistentStore = [persistentStoreCoordinator