Re: Thread-related crash
Re: Thread-related crash
- Subject: Re: Thread-related crash
- From: John Stiles <email@hidden>
- Date: Wed, 7 Apr 2004 21:20:17 -0700
On Apr 7, 2004, at 6:03 PM, Darkshadow wrote:
I've seen this once. It happened to me when I had released a window,
but had forgotten to release the tableview inside it. The tableview
tried to draw to the window, which wasn't there anymore. The stack
trace looked exactly like this (well, not *exactly*, as it said
NSTableView and not NSButtonCell, and had a few more drawing &
lockFocus calls).
I'm not sure that's exactly the case here, but maybe it happened
because it couldn't draw to the view for some reason.
Hmm. I don't actually release any windows or window objects. :|
I have just one nib and just show/hide various windows as necessary. I
never create or destroy them or their contents.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.