Re: NSDocument with NSMatrix crasher (10.4)
Re: NSDocument with NSMatrix crasher (10.4)
- Subject: Re: NSDocument with NSMatrix crasher (10.4)
- From: Erik Buck <email@hidden>
- Date: Sun, 9 Jul 2006 15:28:30 -0400
Forgive me if I don't understand the problem. I have not read the
entire thread. However...
Why was a view being being edited put in an autorelease pool and
therefore released as shown in these line of the crash stack dump ?
11 com.apple.AppKit 0x933afd43 -[NSView release] +
180
12 com.apple.Foundation 0x9270d873 NSPopAutoreleasePool +
It is highly unusual to autorelease or release a view/control while
it is being edited. How do I know it was being edited ? Because the
otherwise this line wouldn't be in the stack trace.
1 com.apple.AppKit 0x933eda29 -[NSView
setKeyboardFocusRingNeedsDisplayInRect:] + 69
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden