Re: premature dealloc of the datasource of a NSTableView crashes my application

2008-10-05 Thread Dr. Rolf Jansen
Am 05.10.2008 um 00:36 schrieb Michael Ash: On Sat, Oct 4, 2008 at 4:01 PM, Dr. Rolf Jansen <[EMAIL PROTECTED]> wrote: Mac OS X 10.5.5, Xcode 3.1.1, PowerBook G4. ... In order to prevent my application from crashing, I overwrote -[NSObject dealloc] of the datasource to the fol

premature dealloc of the datasource of a NSTableView crashes my application

2008-10-04 Thread Dr. Rolf Jansen
Mac OS X 10.5.5, Xcode 3.1.1, PowerBook G4. I have developed a Document Based Cocoa application, and the main document window contains a simple datasource based NSTableView. After I recently re-built everything with Xcode 3.1.1, my application crashes when I close any document window. Every