Re: How EXC_BAD_ACCESS in objc_msgSend if receiver, parms OK?
Re: How EXC_BAD_ACCESS in objc_msgSend if receiver, parms OK?
- Subject: Re: How EXC_BAD_ACCESS in objc_msgSend if receiver, parms OK?
- From: Kyle Sluder <email@hidden>
- Date: Fri, 17 Feb 2012 09:54:12 -0800
On Fri, Feb 17, 2012 at 8:53 AM, Jerry Krinock <email@hidden> wrote:
>
> Both the receiver (a window controller) and the method's parameter (a timer) both seem to be good, live, valid objects…
>
> (gdb) po 0xcdbf570
> <BkmslfWinCon: 0xcdbf570>
> (gdb) po [0xcdbf570 window]
> <SSYHintableWindow: 0xcd8deb0>
> (gdb) po 0x9315960
> <__NSCFTimer: 0x9315960>
> (gdb) po [0x9315960 userInfo]
> {
> agentLabel = "6609802C6B47.000.001.doSoon.36665";
> }
All that means is that the storage for the object hasn't been
overwritten yet. What does NSZombieEnabled say?
--Kyle Sluder
_______________________________________________
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