Skip navigation.
 
mlRe: NSDocument with NSMatrix crasher (10.4)
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

Related mailsAuthorDate
mlNSDocument with NSMatrix crasher (10.4) Shehryar Khan Jul 9, 07:30
mlRe: NSDocument with NSMatrix crasher (10.4) Matt Neuburg Jul 9, 19:07
mlRe: NSDocument with NSMatrix crasher (10.4) Matt Neuburg Jul 9, 19:28
mlRe: NSDocument with NSMatrix crasher (10.4) Shehryar Khan Jul 9, 19:33
mlRe: NSDocument with NSMatrix crasher (10.4) Shehryar Khan Jul 9, 19:41
mlRe: NSDocument with NSMatrix crasher (10.4) Erik Buck Jul 9, 21:28
mlRe: NSDocument with NSMatrix crasher (10.4) Matt Neuburg Jul 10, 16:18
mlRe: [temporary workaround] NSDocument with NSMatrix crasher (10.4) Shehryar Khan Jul 10, 23:52
mlRe: NSDocument with NSMatrix crasher (10.4) Erik Buck Jul 11, 00:06
mlRe: NSDocument with NSMatrix crasher (10.4) Matt Neuburg Jul 11, 00:58
mlRe: [Solved] NSDocument with NSMatrix crasher (10.4) Shehryar Khan Jul 11, 01:01