• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How EXC_BAD_ACCESS in objc_msgSend if receiver, parms OK?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: How EXC_BAD_ACCESS in objc_msgSend if receiver, parms OK?
      • From: Jerry Krinock <email@hidden>
References: 
 >How EXC_BAD_ACCESS in objc_msgSend if receiver, parms OK? (From: Jerry Krinock <email@hidden>)

  • Prev by Date: How EXC_BAD_ACCESS in objc_msgSend if receiver, parms OK?
  • Next by Date: Re: AXUIElementPostKeyboardEvent - not sending key presses to Safari/TextEdit in Lion
  • Previous by thread: How EXC_BAD_ACCESS in objc_msgSend if receiver, parms OK?
  • Next by thread: Re: How EXC_BAD_ACCESS in objc_msgSend if receiver, parms OK?
  • Index(es):
    • Date
    • Thread