Re: EXC_BAD_ACCESS down inside [NSOutlineView reloadItem:reloadChildren];
Re: EXC_BAD_ACCESS down inside [NSOutlineView reloadItem:reloadChildren];
- Subject: Re: EXC_BAD_ACCESS down inside [NSOutlineView reloadItem:reloadChildren];
- From: Corbin Dunn <email@hidden>
- Date: Mon, 02 Feb 2009 15:44:24 -0800
On Feb 2, 2009, at 3:34 PM, Graham Cox wrote:
I'm getting a crash (EXC_BAD_ACCESS) inside an internal
NSOutlineView method. I'm sure it's my own fault but I'd like to
know where I should be looking to fix it. The stack trace is:
#0 0x92abf112 in -[NSOutlineView
_adjustSelectionForItemEntry:numberOfRows:adjustFieldEditorIfNecessary
:]
#1 0x92c1ef9a in -[NSOutlineView reloadItem:reloadChildren:]
#2 0x0009cfce in -[DKOLayerController layerStatusChange:] at
DKOLayerController.m:278
#3 0x941c3e1a in _nsnote_callback
What's your complete backtrace and crash report look like? Something
may accidentally be reentering some code that doesn't handle it well.
Are you using variable row heights?
The usual question: have you tried running with NSZombieEnabled=YES?
corbin
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden