Skip navigation.
 
mlNSMutableArray removing object problem
FROM : Jon
DATE : Sun Jan 13 18:14:01 2002

I have run into a problem with deleting an object from an
NSMutableArray. Watching it in the debugger, I have found that the
object is removed just fine its when the NSTableView gets reloaded
that my program will crash with "... exited due to signal 10
(SIGBUS)." looking at the "Frame" in the debugger view it top calls
are -[NSCell _setContents:]  -[NSCell setObjectValue:]  up to the
NSTableView.

I know that I am doing something stupid, but looking at my previous
code and examples from Aarons book and other sources, I can't find
where I am going wrong. Any help would be appreciated.

Jon
--

Related mailsAuthorDate
mlNSMutableArray removing object problem Jon Jan 13, 18:14
mlRe: NSMutableArray removing object problem Nick Zitzmann Jan 13, 19:07