• 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: Zombie object being messaged - why?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Zombie object being messaged - why?


  • Subject: Re: Zombie object being messaged - why?
  • From: Andy Lee <email@hidden>
  • Date: Fri, 25 Jan 2013 13:16:30 -0500

On Jan 25, 2013, at 10:52 AM, Martin Hewitson <email@hidden> wrote:
> Should I interpret this as a window trying to message the object?  Am I somehow over-reasling? Under ARC, I can't, right?

Assuming there isn't a bug in ARC, you could still be over-releasing if:

* You're supporting 10.6 and so you're using __unsafe_unretained because you can't use __weak.
* You've incorrectly used the __bridge keywords somewhere, like maybe you used __bridge or __bridge_transfer when you should have used __bridge_retained.

--Andy


_______________________________________________

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

References: 
 >Zombie object being messaged - why? (From: Martin Hewitson <email@hidden>)

  • Prev by Date: Re: Zombie object being messaged - why?
  • Next by Date: Re: Zombie object being messaged - why?
  • Previous by thread: Re: Zombie object being messaged - why?
  • Next by thread: Re: Zombie object being messaged - why?
  • Index(es):
    • Date
    • Thread