Re: [Pyobjc-dev] crasher demo app
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2004-03-25 21:24:08
|
On 25-mrt-04, at 22:08, Burris T. Ewell wrote: > First off, I appreciate all of the help here... > > On Mar 25, 2004, at 12:19 PM, Ronald Oussoren wrote: >> If I remove those calls the application runs longer, e.g. it didn't >> crash yet :-) > > I don't think that's it... I tried that, holding a reference to the > cell, and also retaining the application delegate that holds > references to the controller objects. Still, inside the cell, the > controller attribute disappears inside drawInteriorWithFrame. Here is > a traceback from the full application, which is pretty much the same > as the demonstration. This shouldn't be possible since the cell sets > self.controller inside of init() and nowhere else is the attribute > removed. Hmm, doesn't NSTableView use -copy? That might explain why self.controller disappears. There's definitly something fishy going on, Ronald |