FROM : Erik Buck
DATE : Sun Jul 09 21:28:30 2006
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
DATE : Sun Jul 09 21:28:30 2006
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
| Related mails | Author | Date |
|---|---|---|
| Shehryar Khan | Jul 9, 07:30 | |
| Matt Neuburg | Jul 9, 19:07 | |
| Matt Neuburg | Jul 9, 19:28 | |
| Shehryar Khan | Jul 9, 19:33 | |
| Shehryar Khan | Jul 9, 19:41 | |
| Erik Buck | Jul 9, 21:28 | |
| Matt Neuburg | Jul 10, 16:18 | |
| Shehryar Khan | Jul 10, 23:52 | |
| Erik Buck | Jul 11, 00:06 | |
| Matt Neuburg | Jul 11, 00:58 | |
| Shehryar Khan | Jul 11, 01:01 |






Cocoa mail archive

