• 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: Arggg...overrelease in table view cell, but where?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Arggg...overrelease in table view cell, but where?


  • Subject: Re: Arggg...overrelease in table view cell, but where?
  • From: Markus Spoettl <email@hidden>
  • Date: Thu, 11 Dec 2008 13:30:22 -0800

On Dec 11, 2008, at 1:11 PM, j o a r wrote:
Overwrite GFController's -release and -autorelease, simply calling [super release] and [super autorelease] (ensure you get the signatures exactly right). Set a breakpoint in both and debug the app. When the debugger hits the breakpoints you will see exactly who called it in the call stack. You can then go a figure out if that was on purpose.


Don't do that - Use the ObjectAlloc Instrument, it provides this information out of the box.


So it stops the debugger and shows you the call stack *at the exact time it's being called* and gives to an opportunity to walk back the call stack before continuing? How so? Please do tell me how to do that.

Markus
--
__________________________________________
Markus Spoettl

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

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: Arggg...overrelease in table view cell, but where?
      • From: Corbin Dunn <email@hidden>
References: 
 >Arggg...overrelease in table view cell, but where? (From: Randall Meadows <email@hidden>)
 >Re: Arggg...overrelease in table view cell, but where? (From: Markus Spoettl <email@hidden>)
 >Re: Arggg...overrelease in table view cell, but where? (From: j o a r <email@hidden>)

  • Prev by Date: Re: Arggg...overrelease in table view cell, but where?
  • Next by Date: Re: Is it useful to make a 64 bit app? [Was]: How can users check if their mac is 64-bit-capable?
  • Previous by thread: Re: Arggg...overrelease in table view cell, but where?
  • Next by thread: Re: Arggg...overrelease in table view cell, but where?
  • Index(es):
    • Date
    • Thread