Re: NSOutlineView blowing stack
Re: NSOutlineView blowing stack
- Subject: Re: NSOutlineView blowing stack
- From: "M. Uli Kusterer" <email@hidden>
- Date: Fri, 20 Feb 2004 00:27:08 +0100
At 15:53 Uhr -0700 19.02.2004, Tom Harrington wrote:
Does collapsing the items actually fix anything, or am I just
putting off a crash until some other time with as-yet-unknown causes?
Uncollapsing the item shouldn't make a difference. I suspect that
you have a stale pointer somewhere, where you release an object and
send it a message after it has been deallocated. That's usually the
cause of crashes like these.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.