Re: Crash in NSPopUpbuttonCell
Re: Crash in NSPopUpbuttonCell
- Subject: Re: Crash in NSPopUpbuttonCell
- From: Corbin Dunn <email@hidden>
- Date: Fri, 8 Sep 2006 14:14:51 -0700
On Sep 8, 2006, at 12:53 PM, Nick Kreeger wrote:
Sounds like whatever you are setting is already a zombie.
Technically, that isn't true; it sounds like the memory is already
freed (I'm sure this is what you meant). It will only be a zombie (ie:
left around) if zombies are turned on (which they weren't..)
corbin
On 9/7/06, david tay <email@hidden> wrote:
I have an application that uses a NSTableView and NSPopUpButtonCell
which works on 10.4.
However, it crashes on 10.3.x whenever a selection is made for the
popup menu in a data cell displayed in the table view.
A partial stack trace shows
obj_msgSend
[NSPopUpButtonCell setObjectValue:]
[NSTableView drawRow:clipRect:]
[NSTableView drawRect:]
[NSView _drawRect
_______________________________________________
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